appendDOMTree
protected void appendDOMTree(org.w3c.dom.Document domDocument,
org.w3c.dom.Node domCurrent,
List content)
appendDOMTree
protected void appendDOMTree(org.w3c.dom.Document domDocument,
org.w3c.dom.Node domCurrent,
String text)
appendDOMTree
protected void appendDOMTree(org.w3c.dom.Document domDocument,
org.w3c.dom.Node domCurrent,
CDATA cdata)
appendDOMTree
protected void appendDOMTree(org.w3c.dom.Document domDocument,
org.w3c.dom.Node domCurrent,
Comment comment)
appendDOMTree
protected void appendDOMTree(org.w3c.dom.Document domDocument,
org.w3c.dom.Node domCurrent,
Element element)
appendDOMTree
protected void appendDOMTree(org.w3c.dom.Document domDocument,
org.w3c.dom.Node domCurrent,
Entity entity)
appendDOMTree
protected void appendDOMTree(org.w3c.dom.Document domDoc,
org.w3c.dom.Node domCurrent,
ProcessingInstruction pi)
attributeNameForNamespace
protected String attributeNameForNamespace(Namespace namespace)
createDomDocument
protected org.w3c.dom.Document createDomDocument(Document document,
DOMImplementation domImpl)
throws DocumentException
createDomDocumentViaJAXP
protected org.w3c.dom.Document createDomDocumentViaJAXP()
throws DocumentException
isNamespaceDeclaration
protected boolean isNamespaceDeclaration(Namespace ns)
resetNamespaceStack
protected void resetNamespaceStack()
setDomDocumentClass
public void setDomDocumentClass(Class domDocumentClass)
Sets the DOM org.w3c.dom.Document
implementation class used by
the writer when creating DOM documents.
domDocumentClass
- is the Class implementing the
interface
setDomDocumentClassName
public void setDomDocumentClassName(String name)
throws DocumentException
Sets the DOM org.w3c.dom.Document
implementation class name used
by the writer when creating DOM documents.
name
- is the name of the Class implementing the org.w3c.dom.Document
interface
writeNamespace
protected void writeNamespace(org.w3c.dom.Element domElement,
Namespace namespace)