Class AbstractElementParser<T>

    • Method Summary

      Modifier and Type Method Description
      T parse​(org.w3c.dom.Node documentNode)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractElementParser

        public AbstractElementParser​(RootParser rootParser)
        Creates a new parser for the given BPMN model
        Parameters:
        rootParser - the root parser of the BPMN model
    • Method Detail

      • parse

        public T parse​(org.w3c.dom.Node documentNode)
        Parameters:
        documentNode - the XML representation of the element to parse
        Returns:
        the parsed element