|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.xs.identity.Selector
public class Selector
Schema identity constraint selector.
Nested Class Summary | |
---|---|
class |
Selector.Matcher
Selector matcher. |
static class |
Selector.XPath
Schema identity constraint selector XPath expression. |
Constructor Summary | |
---|---|
Selector(Selector.XPath xpath,
IdentityConstraint identityConstraint)
Constructs a selector. |
Method Summary | |
---|---|
XPathMatcher |
createMatcher(FieldActivator activator,
int initialDepth)
Creates a selector matcher. |
IdentityConstraint |
getIDConstraint()
Returns the identity constraint. |
XPath |
getXPath()
Returns the selector XPath. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Selector(Selector.XPath xpath, IdentityConstraint identityConstraint)
Method Detail |
---|
public XPath getXPath()
public IdentityConstraint getIDConstraint()
public XPathMatcher createMatcher(FieldActivator activator, int initialDepth)
activator
- The activator for this selector's fields.initialDepth
- The depth in the document at which this matcher began its life;
used in correctly handling recursive elements.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |