|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.six.ModelConverter
public class ModelConverter
Supports conversion of a XML representation in org.pf.six.Element to a DOM tree.
| Constructor Summary | |
|---|---|
ModelConverter()
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
toDOM(Element rootElement)
Converts the given SIX element and its children to a DOM Document tree. |
Element |
toSIXElement(org.w3c.dom.Document doc)
Converts the given DOM Document tree to a SIX element tree. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelConverter()
| Method Detail |
|---|
public org.w3c.dom.Document toDOM(Element rootElement)
rootElement - The root element for the document to create
public Element toSIXElement(org.w3c.dom.Document doc)
doc - The document to be converted to the SIX structure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||