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

E

ElementFragmentNs - Class in com.ximpleware
ElementFragmentNs represents a name-space compensated element fragment
ElementFragmentNsHuge - Class in com.ximpleware.extended
 
enableCaching(boolean) - Method in class com.ximpleware.AutoPilot
set state to false to disable caching, which by default is enabled This method will turn on the internal caching feature during xpath evaluation, which is to store the evaluation results of absolute expressions when they resides in a predicate examples: //a[//bb=//cc] //bb and //cc are cached internally to avoid repeitive computation..
enableIgnoredWhiteSpace(boolean) - Method in class com.ximpleware.VTDGen
Enable the parser to collect all white spaces, including the trivial white spaces By default, trivial white spaces are ignored
EncodingException - Exception in com.ximpleware
Signals character encoding exception during parsing.
EncodingException() - Constructor for exception com.ximpleware.EncodingException
EncodingException constructor comment.
EncodingException(String) - Constructor for exception com.ximpleware.EncodingException
EncodingException constructor comment.
EncodingExceptionHuge - Exception in com.ximpleware.extended
Signals character encoding exception during parsing.
EncodingExceptionHuge() - Constructor for exception com.ximpleware.extended.EncodingExceptionHuge
EncodingException constructor comment.
EncodingExceptionHuge(String) - Constructor for exception com.ximpleware.extended.EncodingExceptionHuge
EncodingException constructor comment.
endsWith(int, String) - Method in class com.ximpleware.extended.VTDNavHuge
Test the end of token content at index i matches the content of s, notice that this is to save the string allocation cost of using String's built-in endsWidth
endsWith(int, String) - Method in class com.ximpleware.VTDNav
Test the end of token content at index i matches the content of s, notice that this is to save the string allocation cost of using String's built-in endsWidth
EntityException - Exception in com.ximpleware
Signals exception conditions for any invalid entity reference during parsing.
EntityException() - Constructor for exception com.ximpleware.EntityException
EntityException constructor comment.
EntityException(String) - Constructor for exception com.ximpleware.EntityException
EntityException constructor comment.
EntityExceptionHuge - Exception in com.ximpleware.extended
Signals exception conditions for any invalid entity reference during parsing.
EntityExceptionHuge() - Constructor for exception com.ximpleware.extended.EntityExceptionHuge
EntityException constructor comment.
EntityExceptionHuge(String) - Constructor for exception com.ximpleware.extended.EntityExceptionHuge
EntityException constructor comment.
EOFException - Exception in com.ximpleware
Signals the End of File exception during parsing (not the one in java.io).
EOFException() - Constructor for exception com.ximpleware.EOFException
EOFException constructor comment.
EOFException(String) - Constructor for exception com.ximpleware.EOFException
EOFException constructor comment.
EOFExceptionHuge - Exception in com.ximpleware.extended
Signals the End of File exception during parsing (not the one in java.io).
EOFExceptionHuge() - Constructor for exception com.ximpleware.extended.EOFExceptionHuge
EOFException constructor comment.
EOFExceptionHuge(String) - Constructor for exception com.ximpleware.extended.EOFExceptionHuge
EOFException constructor comment.
equals(BookMark) - Method in class com.ximpleware.BookMark
Compare the bookmarks to ensure they represent the same node in the same VTDnav instance
equals(Object) - Method in class com.ximpleware.BookMark
Compare two bookmarks to ensure they represent the same node in the same VTDnav instance
equals(BookMarkHuge) - Method in class com.ximpleware.extended.BookMarkHuge
Compare the bookmarks to ensure they represent the same node in the same VTDNavHuge instance
equals(Object) - Method in class com.ximpleware.extended.BookMarkHuge
Compare two bookmarks to ensure they represent the same node in the same VTDNavHuge instance
evalXPath() - Method in class com.ximpleware.AutoPilot
This method returns the next node in the nodeset it returns -1 if there is no more node Afer finishing evaluating, don't forget to reset the xpath
evalXPath() - Method in class com.ximpleware.extended.AutoPilotHuge
This method returns the next node in the nodeset it returns -1 if there is no more node Afer finishing evaluating, don't forget to reset the xpath
evalXPathToBoolean() - Method in class com.ximpleware.AutoPilot
evalXPathToBoolean() evaluates the xpath expression to a boolean
evalXPathToBoolean() - Method in class com.ximpleware.extended.AutoPilotHuge
evalXPathToBoolean() evaluates the xpath expression to a boolean
evalXPathToNumber() - Method in class com.ximpleware.AutoPilot
evalXPathToNumber() evaluates the xpath expression to a double
evalXPathToNumber() - Method in class com.ximpleware.extended.AutoPilotHuge
evalXPathToNumber() evaluates the xpath expression to a double
evalXPathToString() - Method in class com.ximpleware.AutoPilot
evalXPathToString() evaluates the xpath expression to a String
evalXPathToString() - Method in class com.ximpleware.extended.AutoPilotHuge
evalXPathToString() evaluates the xpath expression to a String
expandWhiteSpaces(long) - Method in class com.ximpleware.VTDNav
New in v2.12 This method will take a segment descriptor and return a new descriptor that includes all the leading and trailing white spaces around the input segment A typical usage would be 'expandWhiteSpaces(getElementFragment())'
expandWhiteSpaces(long, short) - Method in class com.ximpleware.VTDNav
New in 2.13 This method will take a segment descriptor, an actionType parameter and return a new descriptor that includes either the leading and/or trailing white spaces around the input segment depending on the actionType
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links