javanpst.data.readers.distributionReaders
Class KendallQuantileReaderFormat
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- javanpst.data.readers.distributionReaders.KendallQuantileReaderFormat
-
- All Implemented Interfaces:
- org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
public class KendallQuantileReaderFormat extends org.xml.sax.helpers.DefaultHandlerXML format for reading the Kendall Quantile distribution table
-
-
Constructor Summary
Constructors Constructor and Description KendallQuantileReaderFormat()Default builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcharacters(char[] buf, int offset, int len)Read of text stringsvoidendDocument()Operations performed at the end of documentvoidendElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)Operations performed at the end of an elementvoidstartDocument()Operations performed at the start of documentvoidstartElement(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
-
-
-
Method Detail
-
startDocument
public void startDocument() throws org.xml.sax.SAXExceptionOperations performed at the start of document- Specified by:
startDocumentin interfaceorg.xml.sax.ContentHandler- Overrides:
startDocumentin classorg.xml.sax.helpers.DefaultHandler- Throws:
org.xml.sax.SAXException
-
endDocument
public void endDocument() throws org.xml.sax.SAXExceptionOperations performed at the end of document- Specified by:
endDocumentin interfaceorg.xml.sax.ContentHandler- Overrides:
endDocumentin classorg.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:
startElementin interfaceorg.xml.sax.ContentHandler- Overrides:
startElementin classorg.xml.sax.helpers.DefaultHandler
-
characters
public void characters(char[] buf, int offset, int len) throws org.xml.sax.SAXExceptionRead of text strings- Specified by:
charactersin interfaceorg.xml.sax.ContentHandler- Overrides:
charactersin classorg.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:
endElementin interfaceorg.xml.sax.ContentHandler- Overrides:
endElementin classorg.xml.sax.helpers.DefaultHandler
-
-
DMelt 3.0 © DataMelt by jWork.ORG