public class IBMJ9SAXHandler extends DefaultHandler
| Modifier and Type | Field and Description |
|---|---|
protected com.tagtraum.perf.gcviewer.imp.AF |
currentAF |
| Constructor and Description |
|---|
IBMJ9SAXHandler(GCResource gcResource,
GCModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String namespaceURI,
String simpleName,
String qualifiedName) |
protected Date |
parseTime(String ts) |
void |
startElement(String namespaceURI,
String sName,
String qName,
Attributes attrs) |
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic IBMJ9SAXHandler(GCResource gcResource, GCModel model)
protected Date parseTime(String ts) throws ParseException
ParseExceptionpublic void startElement(String namespaceURI, String sName, String qName, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String namespaceURI, String simpleName, String qualifiedName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionCopyright © 2019. All rights reserved.