Document « org.w3c.dom « Java by API






1.Document: createCDATASection(String data) throws DOMException
2.Document: createComment(String data)
3.Document: createElement(String tagName)
4.Document: createProcessingInstruction(String target, String data) throws DOMException
5.Document: getDoctype()
6.Document: getDocumentElement()
7.Document: getElementsByTagName(String tagname)