Uses of Class
org.zkoss.idom.DOMException
-
Packages that use DOMException Package Description org.zkoss.idom org.zkoss.idom.impl -
-
Uses of DOMException in org.zkoss.idom
Methods in org.zkoss.idom that throw DOMException Modifier and Type Method Description org.w3c.dom.Node
Document. adoptNode(org.w3c.dom.Node source)
org.w3c.dom.Node
Document. renameNode(org.w3c.dom.Node n, java.lang.String namespaceURI, java.lang.String qualifiedName)
void
Element. setIdAttribute(java.lang.String name, boolean isId)
void
Element. setIdAttributeNode(org.w3c.dom.Attr idAttr, boolean isId)
void
Element. setIdAttributeNS(java.lang.String namespaceURI, java.lang.String localName, boolean isId)
void
Document. setXmlStandalone(boolean xmlStandalone)
void
Document. setXmlVersion(java.lang.String xmlVersion)
-
Uses of DOMException in org.zkoss.idom.impl
Methods in org.zkoss.idom.impl that throw DOMException Modifier and Type Method Description short
AbstractItem. compareDocumentPosition(org.w3c.dom.Node other)
java.lang.String
AbstractItem. getTextContent()
org.w3c.dom.Text
AbstractTextual. replaceWholeText(java.lang.String content)
void
AbstractItem. setTextContent(java.lang.String textContent)
-