JDOM 1.0 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jdom.DefaultJDOMFactory
Constructor Summary | |
Method Summary | |
void |
|
void |
|
Attribute |
|
Attribute |
|
Attribute | |
Attribute | |
CDATA |
|
Comment |
|
DocType |
|
DocType |
|
DocType |
|
Document | |
Document | |
Document | |
Element |
|
Element |
|
Element |
|
Element | |
EntityRef |
|
EntityRef |
|
EntityRef |
|
ProcessingInstruction |
|
ProcessingInstruction |
|
void |
|
Text |
|
public void addContent(Parent parent, Content child)
- Specified by:
- addContent in interface JDOMFactory
public void addNamespaceDeclaration(Element parent, Namespace additional)
- Specified by:
- addNamespaceDeclaration in interface JDOMFactory
public Attribute attribute(String name, String value)
- Specified by:
- attribute in interface JDOMFactory
public Attribute attribute(String name, String value, int type)
- Specified by:
- attribute in interface JDOMFactory
public Attribute attribute(String name, String value, int type, Namespace namespace)
- Specified by:
- attribute in interface JDOMFactory
public Attribute attribute(String name, String value, Namespace namespace)
- Specified by:
- attribute in interface JDOMFactory
public DocType docType(String elementName, String systemID)
- Specified by:
- docType in interface JDOMFactory
public DocType docType(String elementName, String publicID, String systemID)
- Specified by:
- docType in interface JDOMFactory
public Document document(Element rootElement, DocType docType)
- Specified by:
- document in interface JDOMFactory
public Document document(Element rootElement, DocType docType, String baseURI)
- Specified by:
- document in interface JDOMFactory
public Element element(String name, String prefix, String uri)
- Specified by:
- element in interface JDOMFactory
public Element element(String name, Namespace namespace)
- Specified by:
- element in interface JDOMFactory
public EntityRef entityRef(String name, String systemID)
- Specified by:
- entityRef in interface JDOMFactory
public EntityRef entityRef(String name, String publicID, String systemID)
- Specified by:
- entityRef in interface JDOMFactory
public ProcessingInstruction processingInstruction(String target, Map data)
- Specified by:
- processingInstruction in interface JDOMFactory
public ProcessingInstruction processingInstruction(String target, String data)
- Specified by:
- processingInstruction in interface JDOMFactory
public void setAttribute(Element parent, Attribute a)
- Specified by:
- setAttribute in interface JDOMFactory