public class SelectorMatcher extends PathMatcher
| Modifier and Type | Field and Description |
|---|---|
protected Matcher[] |
children
child matchers.
|
protected IdentityConstraint |
idConst |
| Modifier and Type | Method and Description |
|---|---|
protected void |
characters(char[] buf,
int start,
int len) |
protected void |
endElement(org.relaxng.datatype.Datatype type) |
protected int |
getDepth() |
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, startElementprotected IdentityConstraint idConst
protected Matcher[] children
protected void onRemoved()
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionprotected void onElementMatched(java.lang.String namespaceURI,
java.lang.String localName)
throws org.xml.sax.SAXException
PathMatcheronElementMatched in class PathMatcherorg.xml.sax.SAXExceptionprotected void onAttributeMatched(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value,
org.relaxng.datatype.Datatype type)
PathMatcheronAttributeMatched in class PathMatcherprotected final int getDepth()
protected void endElement(org.relaxng.datatype.Datatype type)
throws org.xml.sax.SAXException
endElement in class Matcherorg.xml.sax.SAXExceptionprotected void characters(char[] buf,
int start,
int len)
throws org.xml.sax.SAXException
characters in class Matcherorg.xml.sax.SAXExceptionMSV