Class ProcessFlow

java.lang.Object
org.xml.sax.helpers.DefaultHandler
de.swa.gmaf.processingflow.ProcessFlow
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class ProcessFlow
extends org.xml.sax.helpers.DefaultHandler
  • Constructor Summary

    Constructors 
    Constructor Description
    ProcessFlow​(java.io.File xmlFile)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFileExtension()  
    java.lang.String getName()  
    boolean isGeneral()  
    java.util.Vector<Node> process​(java.io.File f, MMFG fv)  
    void startElement​(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)  

    Methods inherited from class org.xml.sax.helpers.DefaultHandler

    characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.xml.sax.ContentHandler

    declaration
  • Constructor Details

    • ProcessFlow

      public ProcessFlow​(java.io.File xmlFile)
  • Method Details

    • startElement

      public void startElement​(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
      Specified by:
      startElement in interface org.xml.sax.ContentHandler
      Overrides:
      startElement in class org.xml.sax.helpers.DefaultHandler
      Throws:
      org.xml.sax.SAXException
    • process

      public java.util.Vector<Node> process​(java.io.File f, MMFG fv)
    • getName

      public java.lang.String getName()
    • getFileExtension

      public java.lang.String getFileExtension()
    • isGeneral

      public boolean isGeneral()