Documentation of 'javanpst.data.readers.distributionReaders.RunsUpDownReaderFormat' Java class
RunsUpDownReaderFormat
javanpst.data.readers.distributionReaders

Class RunsUpDownReaderFormat

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler


    public class RunsUpDownReaderFormat
    extends org.xml.sax.helpers.DefaultHandler
    XML format for reading the Runs Up and Down distribution table
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void characters(char[] buf, int offset, int len)
      Read of text strings
      void endDocument()
      Operations performed at the end of document
      void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
      Operations performed at the end of an element
      void startDocument()
      Operations performed at the start of document
      void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)
      Operations performed at the start of an element
      • Methods inherited from class org.xml.sax.helpers.DefaultHandler

        endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RunsUpDownReaderFormat

        public RunsUpDownReaderFormat()
        Default builder
    • Method Detail

      • startDocument

        public void startDocument()
                           throws org.xml.sax.SAXException
        Operations performed at the start of document
        Specified by:
        startDocument in interface org.xml.sax.ContentHandler
        Overrides:
        startDocument in class org.xml.sax.helpers.DefaultHandler
        Throws:
        org.xml.sax.SAXException
      • endDocument

        public void endDocument()
                         throws org.xml.sax.SAXException
        Operations performed at the end of document
        Specified by:
        endDocument in interface org.xml.sax.ContentHandler
        Overrides:
        endDocument in class org.xml.sax.helpers.DefaultHandler
        Throws:
        org.xml.sax.SAXException
      • startElement

        public void startElement(java.lang.String uri,
                                 java.lang.String localName,
                                 java.lang.String qName,
                                 org.xml.sax.Attributes attributes)
        Operations performed at the start of an element
        Specified by:
        startElement in interface org.xml.sax.ContentHandler
        Overrides:
        startElement in class org.xml.sax.helpers.DefaultHandler
      • characters

        public void characters(char[] buf,
                               int offset,
                               int len)
                        throws org.xml.sax.SAXException
        Read of text strings
        Specified by:
        characters in interface org.xml.sax.ContentHandler
        Overrides:
        characters in class org.xml.sax.helpers.DefaultHandler
        Throws:
        org.xml.sax.SAXException
      • endElement

        public void endElement(java.lang.String uri,
                               java.lang.String localName,
                               java.lang.String qName)
        Operations performed at the end of an element
        Specified by:
        endElement in interface org.xml.sax.ContentHandler
        Overrides:
        endElement in class org.xml.sax.helpers.DefaultHandler

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.