|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DOMException | |
|---|---|
| org.zkoss.idom | The iDOM representation of XML DOM tree. |
| org.zkoss.idom.impl | Implementation of iDOM. |
| Uses of DOMException in org.zkoss.idom |
|---|
| Methods in org.zkoss.idom that throw DOMException | |
|---|---|
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)
|
| Uses of DOMException in org.zkoss.idom.impl |
|---|
| Methods in org.zkoss.idom.impl that throw DOMException | |
|---|---|
short |
AbstractItem.compareDocumentPosition(Node other)
|
String |
AbstractItem.getTextContent()
|
Text |
AbstractTextual.replaceWholeText(String content)
|
void |
AbstractItem.setTextContent(String textContent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||