|
Class Summary |
| AutoPilotHuge |
XimpleWare's AutoPilotHuge implementation encapsulating node iterator
and XPath. |
| BinaryExpr |
The parser.java uses this class to contruct the corresponding
AST for XPath expression when there are two operands and one
operator |
| BookMarkHuge |
BookmarkHue is a single instance of a node position. |
| ContextBuffer |
This class is used as the global stack in VTDNavHuge class. |
| ElementFragmentNsHuge |
|
| FastIntBuffer |
A fast, unsynchronized, chunk-based int buffer
identical with com.ximpleware.FastIntBuffer |
| FastLongBuffer |
A fast, unsynchronized, chunk-based long buffer for storing LCs and VTD. |
| FilterExpr |
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates |
| FuncExpr |
FuncExpr implements the function expression defined
in XPath spec |
| LocationPathExpr |
LocationPathExpr implements the location path expression
as defined in XPath spec |
| NodeRecorderHuge |
NodeRecorderHuge allows one to record the node position of VTDNavHuge. |
| NodeTest |
This class is used within LocationPathExpr to represent
Nodetest |
| PathExpr |
PathExpr implements the Path expression as defined
in XPath spec |
| TextIter |
This class iterates through all text nodes of an element. |
| TextIterHuge |
This class iterates through all text nodes of an element. |
| UnionExpr |
|
| VTDGenHuge |
VTDGenHuge implementation supporting extended VTD (256GB file size). |
| VTDNavHuge |
VTDNavHuge is a cursor-based VTD record navigator supporting extended VTD (256 GB max file size). |
| XMLBuffer |
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) |
| XMLMemMappedBuffer |
XMLMemMappedBuffer maps an XML document into memory using memory map. |
|
Exception Summary |
| EncodingExceptionHuge |
Signals character encoding exception during parsing. |
| EntityExceptionHuge |
Signals exception conditions for any invalid entity reference during parsing. |
| EOFExceptionHuge |
Signals the End of File exception during parsing (not the one in java.io). |
| NavException |
This exception is for any exception conditions during navigation phase. |
| NavExceptionHuge |
This exception is for any exception conditions during navigation phase. |
| ParseExceptionHuge |
This class is for any exception condition in the parsing phase. |
| PilotException |
This class is the base class of all the exceptions of autopilot. |
| PilotExceptionHuge |
This class is the base class of all the exceptions of AutoPilotHuge. |
| VTDExceptionHuge |
VTDExceptionHuge is the root class for all exceptions in this package (com.ximpleware.extended) |
| XPathEvalExceptionHuge |
This exception is thrown when there is something
during XPath evaluation
It is adapted to support extended VTD (256 max file size) |
| XPathParseExceptionHuge |
This exception is thrown when an error occured during
the construction of XPathExpr. |