A B C D E F G H I L M N O P R S T U V W X

G

getAttrCount() - Method in class com.ximpleware.extended.VTDNavHuge
Return the attribute count of the element at the cursor position.
getAttrCount() - Method in class com.ximpleware.VTDNav
Return the attribute count of the element at the cursor position.
getAttrVal(String) - Method in class com.ximpleware.extended.VTDNavHuge
Get the token index of the attribute value given an attribute name.
getAttrVal(String) - Method in class com.ximpleware.VTDNav
Get the token index of the attribute value given an attribute name.
getAttrValNS(String, String) - Method in class com.ximpleware.extended.VTDNavHuge
Get the token index of the attribute value of given URL and local name.
getAttrValNS(String, String) - Method in class com.ximpleware.VTDNav
Get the token index of the attribute value of given URL and local name.
getBytes(int, int) - Method in class com.ximpleware.extended.XMLBuffer
Return a byte array filled with content from underlying byte storage.
getBytes() - Method in class com.ximpleware.extended.XMLBuffer
 
getBytes() - Method in class com.ximpleware.extended.XMLMemMappedBuffer
NOt implemented yet
getBytes(int, int) - Method in class com.ximpleware.extended.XMLMemMappedBuffer
not implemented yet
getCapacity() - Method in class com.ximpleware.FastIntBuffer
Returns the total allocated capacity of this buffer instance.
getCapacity() - Method in class com.ximpleware.FastLongBuffer
Get the capacity of the buffer.
getCurrentDepth() - Method in class com.ximpleware.extended.VTDNavHuge
Get the depth (>=0) of the current element.
getCurrentDepth() - Method in class com.ximpleware.VTDNav
Get the depth (>=0) of the current element.
getCurrentIndex() - Method in class com.ximpleware.extended.VTDNavHuge
Get the index value of the current element.
getCurrentIndex() - Method in class com.ximpleware.VTDNav
Get the index value of the current element.
getElementFragment() - Method in class com.ximpleware.VTDNav
Get the starting offset and length of an element encoded in a long, upper 32 bits is length; lower 32 bits is offset Unit is in byte.
getElementFragmentNs() - Method in class com.ximpleware.VTDNav
getElementFragmentNS returns a ns aware version of the element fragment encapsulated in an ElementFragment object
getEncoding() - Method in class com.ximpleware.extended.VTDNavHuge
Get the encoding of the XML document.
getEncoding() - Method in class com.ximpleware.VTDNav
Get the encoding of the XML document.
getExprString() - Method in class com.ximpleware.AutoPilot
Convert the expression to a string For debugging purpose
getExprString() - Method in class com.ximpleware.extended.AutoPilotHuge
Convert the expression to a string For debugging purpose
getIndexSize() - Method in class com.ximpleware.VTDGen
Precompute the size of VTD+XML index
getIndexSize() - Method in class com.ximpleware.VTDNav
Precompute the size of VTD+XML index
getIntArray(int, int) - Method in class com.ximpleware.FastIntBuffer
Returns a single int array representing every int in this buffer instance
getLongArray(int, int) - Method in class com.ximpleware.FastLongBuffer
Return a selected chuck of long buffer as a long array.
getNav() - Method in class com.ximpleware.BookMark
This method returns the embedded VTDNav Object
getNav() - Method in class com.ximpleware.extended.BookMarkHuge
This method returns the embedded VTDNav Object
getNav() - Method in class com.ximpleware.extended.VTDGenHuge
This method returns the VTDNavHuge object after parsing, it also cleans internal state so VTDGenHuge can process the next file.
getNav() - Method in class com.ximpleware.VTDGen
This method returns the VTDNav object after parsing, it also cleans internal state so VTDGen can process the next file.
getNestingLevel() - Method in class com.ximpleware.extended.VTDNavHuge
Get the maximum nesting depth of the XML document (>0).
getNestingLevel() - Method in class com.ximpleware.VTDNav
Get the maximum nesting depth of the XML document (>0).
getNext() - Method in class com.ximpleware.extended.TextIterHuge
Get the index vals for the text nodes in document order.
getNext() - Method in class com.ximpleware.TextIter
Get the index vals for the text nodes in document order.
getNormalizedStringLength(int) - Method in class com.ximpleware.VTDNav
Get the string length of a token as if it is converted into a normalized UCS string
getOffset() - Method in exception com.ximpleware.extended.XPathParseExceptionHuge
 
getOffset() - Method in exception com.ximpleware.XPathParseException
 
getOffsetAfterHead() - Method in class com.ximpleware.extended.VTDNavHuge
 
getOffsetAfterHead() - Method in class com.ximpleware.VTDNav
Return the offset after head (the ending bracket of the starting tag, not including an empty element, in which case -1 is returned)
getOffsetLen() - Method in class com.ximpleware.ElementFragmentNs
Get the long encoding the len and offset of uncompensated element fragment
getPageSize() - Method in class com.ximpleware.FastIntBuffer
Returns the page size of this buffer instance.
getPageSize() - Method in class com.ximpleware.FastLongBuffer
Get the buffer page size.
getRawStringLength(int) - Method in class com.ximpleware.extended.VTDNavHuge
 
getRawStringLength(int) - Method in class com.ximpleware.VTDNav
Get the string length as if the token is converted into a UCS string (entity not resolved)
getRootIndex() - Method in class com.ximpleware.extended.VTDNavHuge
Get root index value , which is the index val of document element
getRootIndex() - Method in class com.ximpleware.VTDNav
Get root index value , which is the index val of root element
getSize() - Method in class com.ximpleware.ElementFragmentNs
getSize gets the byte length of ns compensated fragment in its source encoding format
getSize(int) - Method in class com.ximpleware.ElementFragmentNs
This method returns the size of the transcoded byte representation of the ns compensated element fragment
getStringLength(int) - Method in class com.ximpleware.extended.VTDNavHuge
 
getStringLength(int) - Method in class com.ximpleware.VTDNav
getStringLength return the string length of a token as if the token is converted into a string (entity resolved for character data and attr val)
getText() - Method in class com.ximpleware.extended.VTDNavHuge
This method returns of the token index of the type character data or CDATA.
getText() - Method in class com.ximpleware.VTDNav
This method returns of the token index of the type character data or CDATA.
getTokenCount() - Method in class com.ximpleware.extended.VTDNavHuge
Get total number of VTD tokens for the current XML document.
getTokenCount() - Method in class com.ximpleware.VTDNav
Get total number of VTD tokens for the current XML document.
getTokenDepth(int) - Method in class com.ximpleware.extended.VTDNavHuge
Get the depth value of a token (>=0).
getTokenDepth(int) - Method in class com.ximpleware.VTDNav
Get the depth value of a token (>=0).
getTokenLength(int) - Method in class com.ximpleware.extended.VTDNavHuge
Get the token length at the given index value please refer to VTD spec for more details Length is in terms of the UTF char unit For prefixed tokens, it is the qualified name length.
getTokenLength(int) - Method in class com.ximpleware.VTDNav
Get the token length at the given index value please refer to VTD spec for more details Length is in terms of the UTF char unit For prefixed tokens, it is the qualified name length.
getTokenOffset(int) - Method in class com.ximpleware.extended.VTDNavHuge
Get the starting offset of the token at the given index.
getTokenOffset(int) - Method in class com.ximpleware.VTDNav
Get the starting offset (unit in native char) of the token at the given index.
getTokenType(int) - Method in class com.ximpleware.extended.VTDNavHuge
Get the token type of the token at the given index value.
getTokenType(int) - Method in class com.ximpleware.VTDNav
Get the token type of the token at the given index value.
getUpdatedDocumentSize() - Method in class com.ximpleware.XMLModifier
Compute the size of the updated XML document without composing it
getXML() - Method in class com.ximpleware.extended.VTDNavHuge
Get the XML document
getXML() - Method in class com.ximpleware.VTDNav
Get the XML document

A B C D E F G H I L M N O P R S T U V W X