Class DataParamState

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

    public class DataParamState
    extends ChildlessState
    parses <param> element inside <data> element.
    • Field Detail

      • text

        protected final java.lang.StringBuffer text
    • Constructor Detail

      • DataParamState

        public DataParamState()
    • Method Detail

      • characters

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

        public void ignorableWhitespace​(char[] buf,
                                        int from,
                                        int len)
        Specified by:
        ignorableWhitespace in interface org.xml.sax.ContentHandler
        Overrides:
        ignorableWhitespace in class State
      • 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