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
SAXException
protected abstract void onAttribute(String namespaceURI, String localName, String value, org.relaxng.datatype.Datatype type) throws SAXException
SAXException
protected abstract void endElement(org.relaxng.datatype.Datatype type) throws SAXException
SAXException
protected void characters(char[] buf, int start, int len) throws SAXException
SAXException
Copyright © 2016 Oracle Corporation. All rights reserved.