This project has retired. For details please refer to its
        
        Attic page.
      
 
 
 
 
- java.lang.Object
- 
- org.apache.hyracks.data.std.api.AbstractPointable
- 
- org.apache.vxquery.datamodel.accessors.atomic.XSQNamePointable
 
 
- 
- All Implemented Interfaces:
- org.apache.hyracks.data.std.api.IPointable,- org.apache.hyracks.data.std.api.IValueReference
 
 public class XSQNamePointable
extends org.apache.hyracks.data.std.api.AbstractPointable The XSQNamePointable holds three strings: URI, Prefix and Local Name. 
 
- 
- 
Field Summary
Fields 
| Modifier and Type | Field | Description |  
| static org.apache.hyracks.data.std.api.IPointableFactory | FACTORY |  |  
| static org.apache.hyracks.api.dataflow.value.ITypeTraits | TYPE_TRAITS |  |  
 
- 
Fields inherited from class org.apache.hyracks.data.std.api.AbstractPointablebytes, length, start
 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 
| Modifier and Type | Method | Description |  
| static void | getLocalName(byte[] bytes,
            int start,
            org.apache.hyracks.data.std.api.IPointable stringp) |  |  
| void | getLocalName(org.apache.hyracks.data.std.api.IPointable stringp) |  |  
| int | getLocalNameLength() |  |  
| static int | getLocalNameLength(byte[] bytes,
                  int start) |  |  
| int | getLocalNameUTFLength() |  |  
| static int | getLocalNameUTFLength(byte[] bytes,
                     int start) |  |  
| static void | getPrefix(byte[] bytes,
         int start,
         org.apache.hyracks.data.std.api.IPointable stringp) |  |  
| void | getPrefix(org.apache.hyracks.data.std.api.IPointable stringp) |  |  
| int | getPrefixLength() |  |  
| static int | getPrefixLength(byte[] bytes,
               int start) |  |  
| int | getPrefixUTFLength() |  |  
| static int | getPrefixUTFLength(byte[] bytes,
                  int start) |  |  
| static void | getUri(byte[] bytes,
      int start,
      org.apache.hyracks.data.std.api.IPointable stringp) |  |  
| void | getUri(org.apache.hyracks.data.std.api.IPointable stringp) |  |  
| int | getUriLength() |  |  
| static int | getUriLength(byte[] bytes,
            int start) |  |  
| int | getUriUTFLength() |  |  
| static int | getUriUTFLength(byte[] bytes,
               int start) |  |  
 
- 
Methods inherited from class org.apache.hyracks.data.std.api.AbstractPointablegetByteArray, getLength, getStartOffset, set, set
 
- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
 
 
 
Copyright © 2019 Apache Software Foundation. All Rights Reserved.