org.iso_relax.dispatcher.impl

Class IgnoreVerifier

public final class IgnoreVerifier extends DefaultHandler implements IslandVerifier

ignores namespaces which have no associated grammar.

Author: Kohsuke KAWAGUCHI

Constructor Summary
IgnoreVerifier(String namespaceToIgnore, ElementDecl[] assignedRules)
Method Summary
voidendChildIsland(String uri, ElementDecl[] assignedLabels)
ElementDecl[]endIsland()
voidsetDispatcher(Dispatcher disp)
voidstartElement(String namespaceURI, String localName, String qName, Attributes attributes)

Constructor Detail

IgnoreVerifier

public IgnoreVerifier(String namespaceToIgnore, ElementDecl[] assignedRules)

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.

Method Detail

endChildIsland

public void endChildIsland(String uri, ElementDecl[] assignedLabels)

endIsland

public ElementDecl[] endIsland()

setDispatcher

public void setDispatcher(Dispatcher disp)

startElement

public void startElement(String namespaceURI, String localName, String qName, Attributes attributes)