Package com.sun.msv.grammar.xmlschema
Class XPath
java.lang.Object
com.sun.msv.grammar.xmlschema.XPath
- All Implemented Interfaces:
Serializable
internal representation of XPath ('aaa/bbb/ccc/ ... /eee').
Note that 'A|B' is repsented by using two Path instances.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionoptional attribute step that can only appear as the last child.boolean
this field is true if the XPath starts with '//' operator.each name class represents each step. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isAnyDescendant
public boolean isAnyDescendantthis field is true if the XPath starts with '//' operator. -
steps
each name class represents each step. -
attributeStep
optional attribute step that can only appear as the last child. Null if not present.
-
-
Constructor Details
-
XPath
public XPath()
-