Class NameClassState

    • Constructor Detail

      • NameClassState

        public NameClassState()
    • Method Detail

      • endSelf

        public final 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
      • makeNameClass

        protected abstract NameClass makeNameClass()
        This method is called from endElement method. Implementation has to provide NameClass object that represents the content of this element.
      • getPropagatedNamespace

        protected final String getPropagatedNamespace()