adoptNode
public Node adoptNode(Node source)
throws DOMException
createAttribute
public Attr createAttribute(String name)
Not implemented.
createAttributeNS
public Attr createAttributeNS(String namespaceURI,
String qualifiedName)
Not implemented.
createCDATASection
public CDATASection createCDATASection(String data)
Not implemented.
createComment
public Comment createComment(String data)
Not implemented.
createDocumentFragment
public DocumentFragment createDocumentFragment()
Not implemented.
createElement
public Element createElement(String tagName)
Not implemented.
createElementNS
public Element createElementNS(String namespaceURI,
String qualifiedName)
Not implemented.
createEntityReference
public EntityReference createEntityReference(String name)
Not implemented.
createProcessingInstruction
public ProcessingInstruction createProcessingInstruction(String target,
String data)
Not implemented.
createTextNode
public Text createTextNode(String data)
Not implemented.
getDoctype
public DocumentType getDoctype()
getDocumentURI
public String getDocumentURI()
getElementById
public Element getElementById(String elementId)
getElementsByTagNameNS
public NodeList getElementsByTagNameNS(String namespaceURI,
String localName)
Not implemented yet.
getImplementation
public DOMImplementation getImplementation()
getInputEncoding
public String getInputEncoding()
getParentNode
public Node getParentNode()
getStrictErrorChecking
public boolean getStrictErrorChecking()
getTextContent
protected void getTextContent(StringBuffer sbuf)
- getTextContent in interface KNode
getXmlEncoding
public String getXmlEncoding()
getXmlStandalone
public boolean getXmlStandalone()
getXmlVersion
public String getXmlVersion()
importNode
public Node importNode(Node importedNode,
boolean deep)
Not implemented.
normalizeDocument
public void normalizeDocument()
renameNode
public Node renameNode(Node n,
String namespaceURI,
String qualifiedname)
throws DOMException
setDocumentURI
public void setDocumentURI(String documentURI)
setStrictErrorChecking
public void setStrictErrorChecking(boolean strictErrorChecking)
setXmlStandalone
public void setXmlStandalone(boolean xmlStandalone)
setXmlVersion
public void setXmlVersion(String xmlVersion)