Class WorkflowParser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.eclipse.emf.mwe.internal.core.ast.parser.WorkflowParser
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endElement
(String uri, String name, String qName) protected AbstractASTBase
handleComp
(String name, Attributes attributes) protected AbstractASTBase
handleProperty
(String localName, Attributes attributes) parse
(InputStream in, String resourceName, Issues issues) void
setDocumentLocator
(Locator locator) 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, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
PROPERTY
- See Also:
-
CLASS
- See Also:
-
FILE
- See Also:
-
ID
- See Also:
-
IDREF
- See Also:
-
VALUE
- See Also:
-
NAME
- See Also:
-
-
Constructor Details
-
WorkflowParser
public WorkflowParser()
-
-
Method Details
-
parse
-
setDocumentLocator
- Specified by:
setDocumentLocator
in interfaceContentHandler
- Overrides:
setDocumentLocator
in classDefaultHandler
-
startElement
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
-
handleComp
-
handleProperty
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
-