public class FieldsMatcher extends Matcher
Depending on the type of the constraint, it works differently.
Modifier and Type | Field and Description |
---|---|
protected Matcher[] |
children
child matchers.
|
protected SelectorMatcher |
selector
the parent SelectorMatcher.
|
protected Locator |
startTag
location of the start tag.
|
Modifier | Constructor and Description |
---|---|
protected |
FieldsMatcher(SelectorMatcher selector,
String namespaceURI,
String localName) |
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 |
onAttribute(String namespaceURI,
String localName,
String value,
org.relaxng.datatype.Datatype type) |
protected void |
onRemoved()
called when this bundle is deactivated.
|
protected void |
startElement(String namespaceURI,
String localName) |
protected final Locator startTag
protected final SelectorMatcher selector
protected Matcher[] children
protected FieldsMatcher(SelectorMatcher selector, String namespaceURI, String localName) throws SAXException
SAXException
protected void onRemoved() throws SAXException
SAXException
protected final int getDepth()
protected void startElement(String namespaceURI, String localName) throws SAXException
startElement
in class Matcher
SAXException
protected void onAttribute(String namespaceURI, String localName, String value, org.relaxng.datatype.Datatype type) throws SAXException
onAttribute
in class Matcher
SAXException
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.