|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.dom.DomBuilder
Produces DOM object trees from XML documents.
| Constructor Summary | |
DomBuilder()
|
|
| Method Summary | |
static org.w3c.dom.Document |
create()
Creates a new DOM document object which is the root of a DOM object tree. |
static org.w3c.dom.Document |
create(java.lang.String text)
Parses the text of the given XML document and returns a new DOM document object. |
static void |
delete(org.w3c.dom.Document doc)
Deconstructs a DOM object tree. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DomBuilder()
| Method Detail |
public static org.w3c.dom.Document create(java.lang.String text)
text - The text of an XML doucment.
public static org.w3c.dom.Document create()
public static void delete(org.w3c.dom.Document doc)
doc - The root of a DOM object tree to be deleted.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||