|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.xml.jaxp.JaxpDocumentFactory
public class JaxpDocumentFactory
Title: Aria
Description: Used to instantiate an XML document. The root node is constructed automatically from the passed rootname
Copyright: Copyright (c) Formaria Ltd., 2008
Company: Formaria Ltd.
| Constructor Summary | |
|---|---|
JaxpDocumentFactory()
null ctor |
|
| Method Summary | |
|---|---|
static JaxpXmlElement |
createDocument(java.lang.String rootName)
Create a basic document object and create a node with the passed name. |
static javax.xml.parsers.DocumentBuilder |
createDocumentBuilder()
Create a DocumentBuilder with defaults |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaxpDocumentFactory()
| Method Detail |
|---|
public static JaxpXmlElement createDocument(java.lang.String rootName)
rootName - The name of the root node
public static javax.xml.parsers.DocumentBuilder createDocumentBuilder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||