public class SelectorMatcher extends PathMatcher
Modifier and Type | Field and Description |
---|---|
protected IdentityConstraint |
idConst |
children
Constructor and Description |
---|
SelectorMatcher(IDConstraintChecker owner,
IdentityConstraint idConst,
java.lang.String namespaceURI,
java.lang.String localName) |
Modifier and Type | Method and Description |
---|---|
protected void |
onAttributeMatched(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value,
org.relaxng.datatype.Datatype type)
this method is called when the attribute matches the XPath.
|
protected void |
onElementMatched(java.lang.String namespaceURI,
java.lang.String localName)
this method is called when the element matches the XPath.
|
protected void |
onRemoved()
called when this bundle is deactivated.
|
onAttribute, start, startElement
characters, endElement, getDepth
protected IdentityConstraint idConst
SelectorMatcher(IDConstraintChecker owner, IdentityConstraint idConst, java.lang.String namespaceURI, java.lang.String localName) throws org.xml.sax.SAXException
org.xml.sax.SAXException
protected void onRemoved() throws org.xml.sax.SAXException
MatcherBundle
onRemoved
in class MatcherBundle
org.xml.sax.SAXException
protected void onElementMatched(java.lang.String namespaceURI, java.lang.String localName) throws org.xml.sax.SAXException
PathMatcher
onElementMatched
in class PathMatcher
org.xml.sax.SAXException
protected void onAttributeMatched(java.lang.String namespaceURI, java.lang.String localName, java.lang.String value, org.relaxng.datatype.Datatype type)
PathMatcher
onAttributeMatched
in class PathMatcher