DOMDocumentImpl.
adoptNode
public org.w3c.dom.Node adoptNode(org.w3c.dom.Node source)
throws DOMException
org.w3c.dom.Document.adoptNode(org.w3c.dom.Node)
createAttribute
public org.w3c.dom.Attr createAttribute(String name)
throws DOMException
org.w3c.dom.Document.createAttribute
createAttributeNS
public org.w3c.dom.Attr createAttributeNS(String namespaceURI,
String qualifiedName)
throws DOMException
org.w3c.dom.Document.createAttributeNS(java.lang.String, java.lang.String)
createCDATASection
public org.w3c.dom.CDATASection createCDATASection(String data)
throws DOMException
org.w3c.dom.Document.createCDATASection
createComment
public org.w3c.dom.Comment createComment(String data)
org.w3c.dom.Document.createComment
createDocumentFragment
public org.w3c.dom.DocumentFragment createDocumentFragment()
org.w3c.dom.Document.createDocumentFragment
createElement
public org.w3c.dom.Element createElement(String tagName)
throws DOMException
org.w3c.dom.Document.createElement
createElementNS
public org.w3c.dom.Element createElementNS(String namespaceURI,
String qualifiedName)
throws DOMException
org.w3c.dom.Document.createElementNS(java.lang.String, java.lang.String)
createEntityReference
public org.w3c.dom.EntityReference createEntityReference(String name)
throws DOMException
org.w3c.dom.Document.createEntityReference
createProcessingInstruction
public org.w3c.dom.ProcessingInstruction createProcessingInstruction(String target,
String data)
throws DOMException
org.w3c.dom.Document.createProcessingInstruction
createTextNode
public org.w3c.dom.Text createTextNode(String data)
org.w3c.dom.Document.createTextNode
getDoctype
public org.w3c.dom.DocumentType getDoctype()
org.w3c.dom.Document.getDoctype
getDocumentElement
public org.w3c.dom.Element getDocumentElement()
org.w3c.dom.Document.getDocumentElement
getDocumentURI
public String getDocumentURI()
org.w3c.dom.Document.getDocumentURI()
getDomConfig
public DOMConfiguration getDomConfig()
org.w3c.dom.Document.getDomConfig()
getElementById
public org.w3c.dom.Element getElementById(String elementId)
org.w3c.dom.Document.getElementById(java.lang.String)
getElementsByTagName
public org.w3c.dom.NodeList getElementsByTagName(String tagname)
org.w3c.dom.Document.getElementsByTagName
getElementsByTagNameNS
public org.w3c.dom.NodeList getElementsByTagNameNS(String namespaceURI,
String localName)
org.w3c.dom.Document.getElementsByTagNameNS(java.lang.String, java.lang.String)
getImplementation
public org.w3c.dom.DOMImplementation getImplementation()
org.w3c.dom.Document.getImplementation
getInputEncoding
public String getInputEncoding()
org.w3c.dom.Document.getInputEncoding()
getStrictErrorChecking
public boolean getStrictErrorChecking()
org.w3c.dom.Document.getStrictErrorChecking()
getXmlEncoding
public String getXmlEncoding()
org.w3c.dom.Document.getXmlEncoding()
getXmlStandalone
public boolean getXmlStandalone()
org.w3c.dom.Document.getXmlStandalone()
getXmlVersion
public String getXmlVersion()
org.w3c.dom.Document.getXmlVersion()
importNode
public org.w3c.dom.Node importNode(org.w3c.dom.Node importedNode,
boolean deep)
throws DOMException
org.w3c.dom.Document.importNode(org.w3c.dom.Node, boolean)
normalizeDocument
public void normalizeDocument()
org.w3c.dom.Document.normalizeDocument()
renameNode
public org.w3c.dom.Node renameNode(org.w3c.dom.Node n,
String namespaceURI,
String qualifiedName)
throws DOMException
org.w3c.dom.Document.renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String)
setDocumentURI
public void setDocumentURI(String documentURI)
org.w3c.dom.Document.setDocumentURI(java.lang.String)
setStrictErrorChecking
public void setStrictErrorChecking(boolean strictErrorChecking)
org.w3c.dom.Document.setStrictErrorChecking(boolean)
setXmlStandalone
public void setXmlStandalone(boolean xmlStandalone)
throws DOMException
org.w3c.dom.Document.setXmlStandalone(boolean)
setXmlVersion
public void setXmlVersion(String xmlVersion)
throws DOMException
org.w3c.dom.Document.setXmlVersion(java.lang.String)