|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.grammar.xmlschema.XPath
public class XPath
internal representation of XPath ('aaa/bbb/ccc/ ... /eee'). Note that 'A|B' is repsented by using two Path instances.
Field Summary | |
---|---|
NameClass |
attributeStep
optional attribute step that can only appear as the last child. |
boolean |
isAnyDescendant
this field is true if the XPath starts with '//' operator. |
NameClass[] |
steps
each name class represents each step. |
Constructor Summary | |
---|---|
XPath()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean isAnyDescendant
public NameClass[] steps
public NameClass attributeStep
Constructor Detail |
---|
public XPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |