org.jdom
public class DefaultJDOMFactory extends Object implements JDOMFactory
Version: $Revision: 1.7 $, $Date: 2007/11/10 05:28:58 $
| Constructor Summary | |
|---|---|
| DefaultJDOMFactory() | |
| Method Summary | |
|---|---|
| void | addContent(Parent parent, Content child) |
| void | addNamespaceDeclaration(Element parent, Namespace additional) |
| 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 text) |
| 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) |
| EntityRef | entityRef(String name) |
| EntityRef | entityRef(String name, String publicID, String systemID) |
| EntityRef | entityRef(String name, String systemID) |
| ProcessingInstruction | processingInstruction(String target, Map data) |
| ProcessingInstruction | processingInstruction(String target, String data) |
| void | setAttribute(Element parent, Attribute a) |
| Text | text(String text) |