Inheritance diagram for org::jdom::JDOMFactory:

Public Member Functions | |
| 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) |
| CDATA | cdata (String str) |
| Text | text (String str) |
| Comment | comment (String text) |
| DocType | docType (String elementName, String publicID, String systemID) |
| DocType | docType (String elementName, String systemID) |
| DocType | docType (String elementName) |
| Document | document (Element rootElement, DocType docType) |
| Document | document (Element rootElement, DocType docType, String baseURI) |
| Document | document (Element rootElement) |
| Element | element (String name, Namespace namespace) |
| Element | element (String name) |
| Element | element (String name, String uri) |
| Element | element (String name, String prefix, String uri) |
| ProcessingInstruction | processingInstruction (String target, Map data) |
| ProcessingInstruction | processingInstruction (String target, String data) |
| EntityRef | entityRef (String name) |
| EntityRef | entityRef (String name, String publicID, String systemID) |
| EntityRef | entityRef (String name, String systemID) |
| void | addContent (Parent parent, Content content) |
| void | setAttribute (Element element, Attribute a) |
| void | addNamespaceDeclaration (Element element, Namespace additional) |
DefaultJDOMFactory creates the standard top-level JDOM classes (Element, Document, Comment, etc). Another implementation of this factory could be used to create custom classes.
Phil Nelson
Bradley S. Huffman
|
||||||||||||||||
|
This will create a new
Note: This actually explicitly puts the
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||
|
This will create a new
Note: This actually explicitly puts the
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
|
This creates the CDATA with the supplied text.
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
|
This creates the comment with the supplied text.
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
|
This will create the
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||
|
This will create the
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||||||
|
This will create the
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
|
This will create an
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
||||||||||||
|
This will create a new
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
|
|
This creates the Text with the supplied text.
Implemented in org::jdom::DefaultJDOMFactory, and org::jdom::UncheckedJDOMFactory. |
1.3.9.1