Class NameClassNsNameState

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

    public class NameClassNsNameState
    extends NameClassWithoutChildState
    parses <nsName> name class.
    • Constructor Detail

      • NameClassNsNameState

        public NameClassNsNameState()
    • Method Detail

      • makeNameClass

        protected NameClass makeNameClass()
        Description copied from class: NameClassState
        This method is called from endElement method. Implementation has to provide NameClass object that represents the content of this element.
        Specified by:
        makeNameClass in class NameClassState