Class IgnoreState

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

    public class IgnoreState
    extends State
    state that ignores the entire subtree.
    • Field Detail

      • depth

        private int depth
    • Constructor Detail

      • IgnoreState

        public IgnoreState()
    • Method Detail

      • startElement

        public final void startElement​(java.lang.String namespaceURI,
                                       java.lang.String localName,
                                       java.lang.String qName,
                                       org.xml.sax.Attributes atts)
      • endElement

        public final void endElement​(java.lang.String namespaceURI,
                                     java.lang.String localName,
                                     java.lang.String qName)
      • endDocument

        public final void endDocument()
      • characters

        public void characters​(char[] buffer,
                               int from,
                               int len)
        Specified by:
        characters in interface org.xml.sax.ContentHandler
        Overrides:
        characters in class State