|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.PathSpec
Container class that holds the result of walking an XPath expression parse tree.
The walk results are used to create a TargetPath.
| Field Summary | |
String |
iAttrLocalName
Local name of target attribute. |
String |
iAttrNamespaceURI
Namespace URI of target attribute. |
String |
iAttrPrefix
Namespace prefix of target attribute. |
boolean |
iFinished
The path is now finished - used for catching incorrect XPath expressions that continue after logical end. |
boolean |
iHasAttr
Target data field is an attribute. |
boolean |
iHasNamespace
Target is a namespace. |
boolean |
iIsAbsolute
Target path is an absolute path. |
boolean |
iIsTopLevel
Multiple paths can be activated at the same time if they are in a function call. |
ArrayList |
iPartList
List of path elements. |
ArrayList |
iPrecursors
Unconditional search paths that provide test data for the conditions of this path. |
ArrayList |
iSubPathList
Target paths that are activated when this path matches. |
TextInfo |
iTextInfo
Target is a text node. |
boolean |
iUnconditional
This path has no conditions. |
| Constructor Summary | |
PathSpec()
|
|
| Method Summary | |
String |
toString()
Debugging description. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public ArrayList iPartList
public boolean iHasAttr
public String iAttrLocalName
public String iAttrPrefix
public String iAttrNamespaceURI
public TextInfo iTextInfo
public boolean iHasNamespace
public boolean iIsAbsolute
public ArrayList iSubPathList
public ArrayList iPrecursors
public boolean iUnconditional
public boolean iFinished
public boolean iIsTopLevel
| Constructor Detail |
public PathSpec()
| Method Detail |
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||