org.iso_relax.dispatcher.impl
public final class IgnoreVerifier extends DefaultHandler implements IslandVerifier
Constructor Summary | |
---|---|
IgnoreVerifier(String namespaceToIgnore, ElementDecl[] assignedRules) |
Method Summary | |
---|---|
void | endChildIsland(String uri, ElementDecl[] assignedLabels) |
ElementDecl[] | endIsland() |
void | setDispatcher(Dispatcher disp) |
void | startElement(String namespaceURI, String localName, String qName, Attributes attributes) |
Parameters: 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.