Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
X
Y
X
XPath
- class com.japisoft.xpath.
XPath
.
Here the main class for Parsing and Resolving an XPath expression.
XPath()
- Constructor for class com.japisoft.xpath.
XPath
This constructor searches the Kit using the system property com.japisoft.jxp.kit.
XPath(XPathKit)
- Constructor for class com.japisoft.xpath.
XPath
Here we pass a kit specific to the XML tree format like DOM, JDOM, fastParser lightweight node
XPathContext
- class com.japisoft.xpath.
XPathContext
.
XPath context for the resolution
XPathContext(Object, XPathKit)
- Constructor for class com.japisoft.xpath.
XPathContext
Set this XPathContext with the following node.
XPathException
- exception com.japisoft.xpath.
XPathException
.
Exception when parsing an XPath expression
XPathException(String, int)
- Constructor for class com.japisoft.xpath.
XPathException
XPathKit
- interface com.japisoft.xpath.
XPathKit
.
This kit is passed to the XPathContext for finding specific Function library, a Navigator for navigating into an XML tree and a set of method for XPath resolution.
XPathParser
- class com.japisoft.xpath.
XPathParser
.
Encapsulates yacc() parser functionality in a Java class for quick code development
XPathParser()
- Constructor for class com.japisoft.xpath.
XPathParser
Default constructor.
XPathParser(boolean)
- Constructor for class com.japisoft.xpath.
XPathParser
Create a parser, setting the debug to true or false.
XPathParser(Reader)
- Constructor for class com.japisoft.xpath.
XPathParser
XPathParserVal
- class com.japisoft.xpath.
XPathParserVal
.
BYACC/J Semantic Value for parser: XPathParser This class provides some of the functionality of the yacc/C 'union' directive
XPathParserVal(double)
- Constructor for class com.japisoft.xpath.
XPathParserVal
Initialize me as a double
XPathParserVal(int)
- Constructor for class com.japisoft.xpath.
XPathParserVal
Initialize me as an int
XPathParserVal(Object)
- Constructor for class com.japisoft.xpath.
XPathParserVal
Initialize me as an Object
XPathParserVal(String)
- Constructor for class com.japisoft.xpath.
XPathParserVal
Initialize me as a string
XPathResolver
- interface com.japisoft.xpath.
XPathResolver
.
Interface for resolving XPath expression.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
X
Y