|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.deckfour.xes.in.XesXmlParser.XesXmlHandler
protected class XesXmlParser.XesXmlHandler
SAX handler class for XES in XML representation.
| Field Summary | |
|---|---|
protected Stack<XAttributable> |
attributableStack
Buffer for attributables. |
protected Stack<XAttribute> |
attributeStack
Buffer for attributes. |
protected XEvent |
event
Buffer event. |
protected HashSet<XExtension> |
extensions
Buffer for extensions. |
protected List<XAttribute> |
globals
Buffer for globals. |
protected XLog |
log
Buffer log. |
protected XTrace |
trace
Buffer trace. |
| Constructor Summary | |
|---|---|
XesXmlParser.XesXmlHandler()
Creates a new handler instance. |
|
| Method Summary | |
|---|---|
void |
endElement(String uri,
String localName,
String qName)
|
XLog |
getLog()
Retrieves the parsed log. |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes)
|
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
|---|
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XLog log
protected XTrace trace
protected XEvent event
protected Stack<XAttribute> attributeStack
protected Stack<XAttributable> attributableStack
protected HashSet<XExtension> extensions
protected List<XAttribute> globals
| Constructor Detail |
|---|
public XesXmlParser.XesXmlHandler()
| Method Detail |
|---|
public XLog getLog()
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXException
public void endElement(String uri,
String localName,
String qName)
throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||