FieldsMatcher, PathMatcherpublic abstract class Matcher extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected IDConstraintChecker |
owner |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
characters(char[] buf,
int start,
int len) |
|
protected abstract void |
endElement(org.relaxng.datatype.Datatype type) |
|
protected abstract void |
onAttribute(String namespaceURI,
String localName,
String value,
org.relaxng.datatype.Datatype type) |
|
protected abstract void |
startElement(String namespaceURI,
String localName) |
protected final IDConstraintChecker owner
protected abstract void startElement(String namespaceURI, String localName) throws SAXException
SAXExceptionprotected abstract void onAttribute(String namespaceURI, String localName, String value, org.relaxng.datatype.Datatype type) throws SAXException
SAXExceptionprotected abstract void endElement(org.relaxng.datatype.Datatype type)
throws SAXException
SAXExceptionprotected void characters(char[] buf,
int start,
int len)
throws SAXException
SAXExceptionCopyright © 2019 Oracle Corporation. All rights reserved.