org.iso_relax.dispatcher.impl
Class IgnoreVerifier
DefaultHandler
org.iso_relax.dispatcher.impl.IgnoreVerifier
- ContentHandler, IslandVerifier
public final class IgnoreVerifier
extends DefaultHandler
ignores namespaces which have no associated grammar.
IgnoreVerifier
public IgnoreVerifier(String namespaceToIgnore,
ElementDecl[] assignedRules)
assignedRules
- this Verifier is supposed to validate these rules.
since this IslandVerifier actually does nothing,
all these rules will be reported as satisfied
upon completion.
endChildIsland
public void endChildIsland(String uri,
ElementDecl[] assignedLabels)
startElement
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes attributes)
throws SAXException