com.sun.msv.relaxns.verifier

Class AnyOtherElementVerifier

public class AnyOtherElementVerifier extends DefaultHandler implements IslandVerifier

IslandVerifier that validates <anyOtherElement /> of RELAX.

Author: Kohsuke KAWAGUCHI

Field Summary
static StringERR_UNEXPECTED_NAMESPACE
Constructor Summary
AnyOtherElementVerifier(AnyOtherElementExp[] exps)
Method Summary
voidendChildIsland(String namespaceURI, ElementDecl[] rules)
ElementDecl[]endIsland()
voidsetDispatcher(Dispatcher disp)
voidsetDocumentLocator(Locator loc)
voidstartElement(String namespaceURI, String localName, String qName, Attributes atts)

Field Detail

ERR_UNEXPECTED_NAMESPACE

public static final String ERR_UNEXPECTED_NAMESPACE

Constructor Detail

AnyOtherElementVerifier

public AnyOtherElementVerifier(AnyOtherElementExp[] exps)

Method Detail

endChildIsland

public void endChildIsland(String namespaceURI, ElementDecl[] rules)

endIsland

public ElementDecl[] endIsland()

setDispatcher

public void setDispatcher(Dispatcher disp)

setDocumentLocator

public void setDocumentLocator(Locator loc)

startElement

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