Inheritance diagram for org::jdom::UncheckedJDOMFactory:
Public Member Functions | |
Element | element (String name, Namespace namespace) |
Element | element (String name) |
Element | element (String name, String uri) |
Element | element (String name, String prefix, String uri) |
Attribute | attribute (String name, String value, Namespace namespace) |
Attribute | attribute (String name, String value, int type, Namespace namespace) |
Attribute | attribute (String name, String value) |
Attribute | attribute (String name, String value, int type) |
Text | text (String str) |
CDATA | cdata (String str) |
Comment | comment (String str) |
ProcessingInstruction | processingInstruction (String target, Map data) |
ProcessingInstruction | processingInstruction (String target, String data) |
EntityRef | entityRef (String name) |
EntityRef | entityRef (String name, String systemID) |
EntityRef | entityRef (String name, String publicID, String systemID) |
DocType | docType (String elementName, String publicID, String systemID) |
DocType | docType (String elementName, String systemID) |
DocType | docType (String elementName) |
Document | document (Element rootElement, DocType docType, String baseURI) |
Document | document (Element rootElement, DocType docType) |
Document | document (Element rootElement) |
void | addContent (Parent parent, Content child) |
void | setAttribute (Element parent, Attribute a) |
void | addNamespaceDeclaration (Element parent, Namespace additional) |
|
This will create a new
Note: This actually explicitly puts the
Implements org::jdom::JDOMFactory. |
|
This will create a new
Note: This actually explicitly puts the
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This creates the CDATA with the supplied text.
Implements org::jdom::JDOMFactory. |
|
This creates the comment with the supplied text.
Implements org::jdom::JDOMFactory. |
|
This will create the
Implements org::jdom::JDOMFactory. |
|
This will create the
Implements org::jdom::JDOMFactory. |
|
This will create the
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create an
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This will create a new
Implements org::jdom::JDOMFactory. |
|
This creates the Text with the supplied text.
Implements org::jdom::JDOMFactory. |