gnu.kawa.xml
public class KDocument extends KNode
| Constructor Summary | |
|---|---|
| KDocument(NodeTree seq, int ipos) | |
| Method Summary | |
|---|---|
| String | getDocumentURI() |
| String | getInputEncoding() |
| String | getNodeName() |
| String | getNodeValue() |
| boolean | getStrictErrorChecking() |
| String | getTextContent() |
| protected void | getTextContent(StringBuffer sbuf) |
| String | getXmlEncoding() |
| boolean | getXmlStandalone() |
| String | getXmlVersion() |
| boolean | hasAttributes() |
| void | normalizeDocument() |
| void | setDocumentURI(String documentURI) |
| void | setStrictErrorChecking(boolean strictErrorChecking) |
| void | setXmlStandalone(boolean xmlStandalone) |
| void | setXmlVersion(String xmlVersion) |