- XMLBuffer - Class in com.ximpleware.extended
 
- 
XMLBuffer is a class that reads in an XML doc into chunk-based memory buffers
 the file size is equal to n*1GB + m (where m < 1GB)
 
- XMLBuffer() - Constructor for class com.ximpleware.extended.XMLBuffer
 
-  
 
- XMLBuffer(byte[]) - Constructor for class com.ximpleware.extended.XMLBuffer
 
-  
 
- XMLMemMappedBuffer - Class in com.ximpleware.extended
 
- 
XMLMemMappedBuffer maps an XML document into memory using memory map.
 
- XMLMemMappedBuffer() - Constructor for class com.ximpleware.extended.XMLMemMappedBuffer
 
-  
 
- XMLModifier - Class in com.ximpleware
 
- 
XMLModifier offers an easy-to-use interface for users to
 take advantage of the incremental update of VTD-XML
 The XML modifier assumes there is a master document on which
 the modification is applied: users can remove an element, update
 a token, replace an element name, or insert new content anywhere in the document
 transcoding methods are built-in
 
 The process:
 * The modification operations are recorded first
 * The output() is called to generate output document
 
- XMLModifier(VTDNav) - Constructor for class com.ximpleware.XMLModifier
 
- 
Constructor for XMLModifier that takes VTDNav object as the master document
 
- XMLModifier() - Constructor for class com.ximpleware.XMLModifier
 
- 
Argument-less constructor for XMLModifier,
 needs to call bind to attach the master document to an instance
 of XMLModifier
 
- XMLModifier.ByteSegment - Class in com.ximpleware
 
-  
 
- XPATH_STRING_MODE_LOWERCASE - Static variable in class com.ximpleware.VTDNav
 
-  
 
- XPATH_STRING_MODE_NORMAL - Static variable in class com.ximpleware.VTDNav
 
-  
 
- XPATH_STRING_MODE_UPPERCASE - Static variable in class com.ximpleware.VTDNav
 
-  
 
- XPathEvalException - Exception in com.ximpleware
 
- 
This exception is thrown when there is something
 during XPath evaluation
 
- XPathEvalException(String) - Constructor for exception com.ximpleware.XPathEvalException
 
-  
 
- XPathEvalExceptionHuge - Exception in com.ximpleware.extended
 
- 
This exception is thrown when there is something
 during XPath evaluation
 It is adapted to support extended VTD (256 max file size)
 
- XPathEvalExceptionHuge(String) - Constructor for exception com.ximpleware.extended.XPathEvalExceptionHuge
 
-  
 
- XPathParseException - Exception in com.ximpleware
 
- 
This exception is thrown when an error occured during
 the construction of XPathExpr
 
- XPathParseException(String, int) - Constructor for exception com.ximpleware.XPathParseException
 
-  
 
- XPathParseException(String) - Constructor for exception com.ximpleware.XPathParseException
 
-  
 
- XPathParseExceptionHuge - Exception in com.ximpleware.extended
 
- 
This exception is thrown when an error occured during
 the construction of XPathExpr.
 
- XPathParseExceptionHuge(String) - Constructor for exception com.ximpleware.extended.XPathParseExceptionHuge
 
-  
 
- XPathParseExceptionHuge(String, int) - Constructor for exception com.ximpleware.extended.XPathParseExceptionHuge
 
-