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, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, skippedEntity, startDocument, startPrefixMappingprotected 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.IslandVerifierpublic void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endChildIsland(String namespaceURI, org.iso_relax.dispatcher.ElementDecl[] rules)
endChildIsland in interface org.iso_relax.dispatcher.IslandVerifierpublic org.iso_relax.dispatcher.ElementDecl[] endIsland()
endIsland in interface org.iso_relax.dispatcher.IslandVerifierpublic void setDocumentLocator(Locator loc)
setDocumentLocator in interface ContentHandlersetDocumentLocator in class org.xml.sax.helpers.DefaultHandlerCopyright © 2014 Oracle Corporation. All Rights Reserved.