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 java.lang.String |
ERR_UNEXPECTED_NAMESPACE |
private AnyOtherElementExp[] |
exps
this Verifier validates these expressions.
|
protected org.xml.sax.Locator |
locator |
| Constructor and Description |
|---|
AnyOtherElementVerifier(AnyOtherElementExp[] exps) |
| Modifier and Type | Method and Description |
|---|---|
void |
endChildIsland(java.lang.String namespaceURI,
org.iso_relax.dispatcher.ElementDecl[] rules) |
org.iso_relax.dispatcher.ElementDecl[] |
endIsland() |
void |
setDispatcher(org.iso_relax.dispatcher.Dispatcher disp) |
void |
setDocumentLocator(org.xml.sax.Locator loc) |
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprivate final AnyOtherElementExp[] exps
protected org.iso_relax.dispatcher.Dispatcher dispatcher
protected org.xml.sax.Locator locator
public static final java.lang.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(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
startElement in interface org.xml.sax.ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerorg.xml.sax.SAXExceptionpublic void endChildIsland(java.lang.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(org.xml.sax.Locator loc)
setDocumentLocator in interface org.xml.sax.ContentHandlersetDocumentLocator in class org.xml.sax.helpers.DefaultHandler