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
SAXExceptionprotected void onRemoved()
throws SAXException
SAXExceptionprotected final int getDepth()
protected void startElement(String namespaceURI, String localName) throws SAXException
startElement in class MatcherSAXExceptionprotected void onAttribute(String namespaceURI, String localName, String value, org.relaxng.datatype.Datatype type) throws SAXException
onAttribute in class MatcherSAXExceptionprotected void endElement(org.relaxng.datatype.Datatype type)
throws SAXException
endElement in class MatcherSAXExceptionprotected void characters(char[] buf,
int start,
int len)
throws SAXException
characters in class MatcherSAXExceptionCopyright © 2016 Oracle Corporation. All Rights Reserved.