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(String namespaceURI,
String localName,
String value,
org.relaxng.datatype.Datatype type)
this method is called when the attribute matches the XPath.
|
protected void |
onElementMatched(String namespaceURI,
String localName)
this method is called when the element matches the XPath.
|
protected void |
onRemoved()
called when this bundle is deactivated.
|
onAttribute, start, startElement
protected IdentityConstraint idConst
protected Matcher[] children
protected void onRemoved() throws SAXException
SAXException
protected void onElementMatched(String namespaceURI, String localName) throws SAXException
PathMatcher
onElementMatched
in class PathMatcher
SAXException
protected void onAttributeMatched(String namespaceURI, String localName, String value, org.relaxng.datatype.Datatype type)
PathMatcher
onAttributeMatched
in class PathMatcher
protected final int getDepth()
protected void endElement(org.relaxng.datatype.Datatype type) throws SAXException
endElement
in class Matcher
SAXException
protected void characters(char[] buf, int start, int len) throws SAXException
characters
in class Matcher
SAXException
Copyright © 2016 Oracle Corporation. All rights reserved.