public class DataHandler extends NodeHandler
subHandler| Constructor and Description |
|---|
DataHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String name) |
HashMap<String,Thermodynamics> |
getMap()
This method is called to get the map of DataHandler.
|
String |
getType()
This method is called to get the type String of DataHandler.
|
void |
startElement(String uri,
String localName,
String name,
Attributes attributes) |
completedNode, hasCompletedNodeendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic HashMap<String,Thermodynamics> getMap()
public String getType()
public void startElement(String uri, String localName, String name, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String name) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXException