org.iso_relax.dispatcher.IslandVerifier
, ContentHandler
, DTDHandler
, EntityResolver
, ErrorHandler
public class AnyOtherElementVerifier extends DefaultHandler implements org.iso_relax.dispatcher.IslandVerifier
Modifier and Type | Field | Description |
---|---|---|
protected org.iso_relax.dispatcher.Dispatcher |
dispatcher |
|
static String |
ERR_UNEXPECTED_NAMESPACE |
|
protected Locator |
locator |
Constructor | Description |
---|---|
AnyOtherElementVerifier(AnyOtherElementExp[] exps) |
Modifier and Type | Method | 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, ignorableWhitespace, processingInstruction, skippedEntity, startDocument, startPrefixMapping
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
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 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 DefaultHandler
Copyright © 2019 Oracle Corporation. All rights reserved.