public abstract class Matcher extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IDConstraintChecker |
owner |
| Modifier and Type | Method and 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 © 2014 Oracle Corporation. All Rights Reserved.