|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpnml.loader.PNMLTransformer
public class PNMLTransformer
Transforms a given input stream into a Petri-Net Document
presentation.
This class builds up a xml file (xls file for layout) from the input stream and creates a Document
from the xml file.
Constructor Summary | |
---|---|
PNMLTransformer()
|
Method Summary | |
---|---|
org.w3c.dom.Document |
transformPNML(java.io.InputStream input)
Transform a PNML file into a Document |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PNMLTransformer()
Method Detail |
---|
public org.w3c.dom.Document transformPNML(java.io.InputStream input) throws java.io.IOException, javax.xml.transform.TransformerException
input
- the input stream of PNML
java.io.IOException
javax.xml.transform.TransformerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |