Class RootModuleState

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler

    class RootModuleState
    extends SimpleState
    invokes State object that parses the document element. this state is used to parse RELAX module referenced by RELAX Namespace.
    • Field Detail

      • expectedNamespace

        protected final java.lang.String expectedNamespace
    • Constructor Detail

      • RootModuleState

        RootModuleState​(java.lang.String expectedNamespace)
    • Method Detail

      • endSelf

        protected void endSelf()
        Description copied from class: SimpleState
        this method is called in endElement method when the state is about to be removed. derived-class should perform any wrap-up job
        Overrides:
        endSelf in class SimpleState