| Package | Description |
|---|---|
| org.zkoss.idom |
The iDOM representation of XML DOM tree.
|
| org.zkoss.idom.impl |
Implementation of iDOM.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Document.adoptNode(Node source) |
Node |
Document.renameNode(Node n,
String namespaceURI,
String qualifiedName) |
void |
Element.setIdAttribute(String name,
boolean isId) |
void |
Element.setIdAttributeNode(Attr idAttr,
boolean isId) |
void |
Element.setIdAttributeNS(String namespaceURI,
String localName,
boolean isId) |
void |
Document.setXmlStandalone(boolean xmlStandalone) |
void |
Document.setXmlVersion(String xmlVersion) |
| Modifier and Type | Method and Description |
|---|---|
short |
AbstractItem.compareDocumentPosition(Node other) |
String |
AbstractItem.getTextContent() |
Text |
AbstractTextual.replaceWholeText(String content) |
void |
AbstractItem.setTextContent(String textContent) |
Copyright © 2018. All rights reserved.