|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.validation.identity.Selector
Schema identity constraint selector.
Inner Class Summary | |
protected 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)
Creates a selector matcher. |
IdentityConstraint |
getIdentityConstraint()
Returns the identity constraint. |
XPath |
getXPath()
Returns the selector XPath. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Selector(Selector.XPath xpath, IdentityConstraint identityConstraint)
Method Detail |
public XPath getXPath()
public IdentityConstraint getIdentityConstraint()
public XPathMatcher createMatcher(FieldActivator activator)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |