public class AnyOtherElementVerifier extends org.xml.sax.helpers.DefaultHandler implements org.iso_relax.dispatcher.IslandVerifier
Modifier and Type | Field and Description |
---|---|
protected org.iso_relax.dispatcher.Dispatcher |
dispatcher |
static String |
ERR_UNEXPECTED_NAMESPACE |
protected Locator |
locator |
Constructor and Description |
---|
AnyOtherElementVerifier(AnyOtherElementExp[] exps) |
Modifier and Type | Method and Description |
---|---|
void |
endChildIsland(String namespaceURI,
org.iso_relax.dispatcher.ElementDecl[] rules) |
org.iso_relax.dispatcher.ElementDecl[] |
endIsland() |
void |
setDispatcher(org.iso_relax.dispatcher.Dispatcher disp) |
void |
setDocumentLocator(Locator loc) |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, skippedEntity, startDocument, startPrefixMapping
protected org.iso_relax.dispatcher.Dispatcher dispatcher
protected Locator locator
public static final String ERR_UNEXPECTED_NAMESPACE
public AnyOtherElementVerifier(AnyOtherElementExp[] exps)
public void setDispatcher(org.iso_relax.dispatcher.Dispatcher disp)
setDispatcher
in interface org.iso_relax.dispatcher.IslandVerifier
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endChildIsland(String namespaceURI, org.iso_relax.dispatcher.ElementDecl[] rules)
endChildIsland
in interface org.iso_relax.dispatcher.IslandVerifier
public org.iso_relax.dispatcher.ElementDecl[] endIsland()
endIsland
in interface org.iso_relax.dispatcher.IslandVerifier
public void setDocumentLocator(Locator loc)
setDocumentLocator
in interface ContentHandler
setDocumentLocator
in class org.xml.sax.helpers.DefaultHandler
Copyright © 2016 Oracle Corporation. All rights reserved.