|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xpath.parser.XPathParseContext
XPathParseContext provides context information for the parser.
Constructor Summary | |
XPathParseContext()
Create a XPathParseContext. |
|
XPathParseContext(FunctionLibrary functionLibrary)
Create a XPathParseContext. |
Method Summary | |
FunctionLibrary |
getFunctionLibrary()
Return the function library. |
String |
getNamespaceUri(String prefix)
Return the namespace uri for the prefix. |
NodeNamePool |
getNodeNamePool()
Return a NodeNamePool which is used to build optimized NodeNameTests. |
VariableName |
getVariableName(String qname)
Create a variables name from its qname. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XPathParseContext()
public XPathParseContext(FunctionLibrary functionLibrary)
Method Detail |
public String getNamespaceUri(String prefix)
public final FunctionLibrary getFunctionLibrary()
public NodeNamePool getNodeNamePool()
public VariableName getVariableName(String qname) throws Exception
Exception
- thrown if the name could not be created
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |