Class NameClassWithoutChildState

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler
    Direct Known Subclasses:
    NameClassAnyNameState, NameClassNameState, NameClassNsNameState

    public abstract class NameClassWithoutChildState
    extends NameClassState
    Base implementation for those states who cannot have any child name class. (e.g., nsName, anyName) Note that this class does not prohibit children from different namespace. Those "foreign" elements are just ignored.
    • Constructor Detail

      • NameClassWithoutChildState

        public NameClassWithoutChildState()