Uses of Class
org.w3c.dom.DOMException
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.serializer.dom3 | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.w3c.dom | |
| org.w3c.dom.ls | |
| org.w3c.dom.traversal |
-
Uses of DOMException in org.apache.harmony.xml.dom
Methods in org.apache.harmony.xml.dom that throw DOMException Modifier and Type Method Description NodeInnerNodeImpl. appendChild(Node newChild)NodeNodeImpl. appendChild(Node newChild)voidCharacterDataImpl. appendData(String arg)shortNodeImpl. compareDocumentPosition(Node other)DocumentDOMImplementationImpl. createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)DocumentTypeDOMImplementationImpl. createDocumentType(String qualifiedName, String publicId, String systemId)voidCharacterDataImpl. deleteData(int offset, int count)StringCharacterDataImpl. getData()StringNodeImpl. getNodeValue()ObjectDOMConfigurationImpl. getParameter(String name)StringDocumentTypeImpl. getTextContent()StringInnerNodeImpl. getTextContent()StringNodeImpl. getTextContent()NodeInnerNodeImpl. insertBefore(Node newChild, Node refChild)NodeNodeImpl. insertBefore(Node newChild, Node refChild)voidCharacterDataImpl. insertData(int offset, String arg)voidElementImpl. removeAttribute(String name)AttrElementImpl. removeAttributeNode(Attr oldAttr)voidElementImpl. removeAttributeNS(String namespaceURI, String localName)NodeInnerNodeImpl. removeChild(Node oldChild)NodeNodeImpl. removeChild(Node oldChild)NodeElementImpl.ElementAttrNamedNodeMapImpl. removeNamedItem(String name)NodeElementImpl.ElementAttrNamedNodeMapImpl. removeNamedItemNS(String namespaceURI, String localName)NodeInnerNodeImpl. replaceChild(Node newChild, Node oldChild)RemovesoldChildand addsnewChildin its place.NodeNodeImpl. replaceChild(Node newChild, Node oldChild)voidCharacterDataImpl. replaceData(int offset, int count, String arg)TextTextImpl. replaceWholeText(String content)voidElementImpl. setAttribute(String name, String value)AttrElementImpl. setAttributeNode(Attr newAttr)AttrElementImpl. setAttributeNodeNS(Attr newAttr)voidElementImpl. setAttributeNS(String namespaceURI, String qualifiedName, String value)voidCharacterDataImpl. setData(String data)voidProcessingInstructionImpl. setData(String data)voidElementImpl. setIdAttribute(String name, boolean isId)voidElementImpl. setIdAttributeNode(Attr idAttr, boolean isId)voidElementImpl. setIdAttributeNS(String namespaceURI, String localName, boolean isId)NodeElementImpl.ElementAttrNamedNodeMapImpl. setNamedItem(Node arg)NodeElementImpl.ElementAttrNamedNodeMapImpl. setNamedItemNS(Node arg)voidNodeImpl. setNodeValue(String nodeValue)voidDOMConfigurationImpl. setParameter(String name, Object value)voidNodeImpl. setPrefix(String prefix)voidNodeImpl. setTextContent(String textContent)voidAttrImpl. setValue(String value)TextTextImpl. splitText(int offset)StringCharacterDataImpl. substringData(int offset, int count) -
Uses of DOMException in org.apache.xalan.templates
Methods in org.apache.xalan.templates that throw DOMException Modifier and Type Method Description protected ElemVariableRedundentExprEliminator. addVarDeclToElem(ElemTemplateElement psuedoVarRecipient, LocPathIterator lpi, ElemVariable psuedoVar)Add the given variable to the psuedoVarRecipient.NodeElemLiteralResult.Attribute. appendChild(Node newChild)NodeElemSort. appendChild(Node newChild)Add a child to the child list.NodeElemTemplateElement. appendChild(Node newChild)Add a child to the child list.shortElemLiteralResult.Attribute. compareDocumentPosition(Node other)protected ElemVariableRedundentExprEliminator. createGlobalPseudoVarDecl(QName uniquePseudoVarName, StylesheetRoot stylesheetRoot, LocPathIterator lpi)Create a psuedo variable reference that will represent the shared redundent XPath, for a local reduction.protected ElemVariableRedundentExprEliminator. createLocalPseudoVarDecl(QName uniquePseudoVarName, ElemTemplateElement psuedoVarRecipient, LocPathIterator lpi)Create a psuedo variable reference that will represent the shared redundent XPath, for a local reduction.protected ElemVariableRedundentExprEliminator. createPseudoVarDecl(ElemTemplateElement psuedoVarRecipient, LocPathIterator lpi, boolean isGlobal)Create a psuedo variable reference that will represent the shared redundent XPath, and add it to the stylesheet.protected intRedundentExprEliminator. findAndEliminateRedundant(int start, int firstOccuranceIndex, ExpressionOwner firstOccuranceOwner, ElemTemplateElement psuedoVarRecipient, Vector paths)Look through the vector from start point, looking for redundant occurances.StringElemLiteralResult.Attribute. getNodeValue()StringElemLiteralResult.Attribute. getTextContent()NodeElemLiteralResult.Attribute. insertBefore(Node newChild, Node refChild)NodeElemTemplateElement. insertBefore(Node newChild, Node refChild)Unimplemented.protected intRedundentExprEliminator. oldFindAndEliminateRedundant(int start, int firstOccuranceIndex, ExpressionOwner firstOccuranceOwner, ElemTemplateElement psuedoVarRecipient, Vector paths)To be removed.NodeElemLiteralResult.Attribute. removeChild(Node oldChild)NodeElemLiteralResult.LiteralElementAttributes. removeNamedItem(String name)NodeElemLiteralResult.LiteralElementAttributes. removeNamedItemNS(String namespaceURI, String localName)NodeElemLiteralResult.Attribute. replaceChild(Node newChild, Node oldChild)NodeElemTemplateElement. replaceChild(Node newChild, Node oldChild)Replace the old child with a new child.NodeElemLiteralResult.LiteralElementAttributes. setNamedItem(Node arg)Unimplemented.NodeElemLiteralResult.LiteralElementAttributes. setNamedItemNS(Node arg)Unimplemented.voidElemLiteralResult.Attribute. setNodeValue(String nodeValue)voidElemLiteralResult.Attribute. setPrefix(String prefix)voidElemLiteralResult.Attribute. setTextContent(String textContent)voidElemLiteralResult.Attribute. setValue(String value) -
Uses of DOMException in org.apache.xml.dtm
Subclasses of DOMException in org.apache.xml.dtm Modifier and Type Class Description classDTMDOMExceptionSimple implementation of DOMException. -
Uses of DOMException in org.apache.xml.dtm.ref
Subclasses of DOMException in org.apache.xml.dtm.ref Modifier and Type Class Description classDTMNamedNodeMap.DTMExceptionSimple implementation of DOMException.Methods in org.apache.xml.dtm.ref that throw DOMException Modifier and Type Method Description NodeDTMNodeProxy. adoptNode(Node source)NEEDSDOC Method adoptNode NEEDSDOC @param sourceNodeDTMNodeProxy. appendChild(Node newChild)voidDTMNodeProxy. appendData(String arg)shortDTMNodeProxy. compareDocumentPosition(Node other)Compares a node with this node with regard to their position in the document.AttrDTMNodeProxy. createAttribute(String name)AttrDTMNodeProxy. createAttributeNS(String namespaceURI, String qualifiedName)CDATASectionDTMNodeProxy. createCDATASection(String data)ElementDTMNodeProxy. createElement(String tagName)ElementDTMNodeProxy. createElementNS(String namespaceURI, String qualifiedName)EntityReferenceDTMNodeProxy. createEntityReference(String name)ProcessingInstructionDTMNodeProxy. createProcessingInstruction(String target, String data)voidDTMNodeProxy. deleteData(int offset, int count)StringDTMNodeProxy. getData()StringDTMNodeProxy. getNodeValue()StringDTMNodeProxy. getStringValue()StringDTMNodeProxy. getTextContent()This attribute returns the text content of this node and its descendants.NodeDTMNodeProxy. importNode(Node importedNode, boolean deep)NodeDTMNodeProxy. insertBefore(Node newChild, Node refChild)voidDTMNodeProxy. insertData(int offset, String arg)NodeDTMNodeIterator. nextNode()voidDTMNodeProxy. removeAttribute(String name)AttrDTMNodeProxy. removeAttributeNode(Attr oldAttr)voidDTMNodeProxy. removeAttributeNS(String namespaceURI, String localName)NodeDTMNodeProxy. removeChild(Node oldChild)NodeDTMNamedNodeMap. removeNamedItemNS(String namespaceURI, String localName)Removes a node specified by local name and namespace URI.NodeDTMNodeProxy. renameNode(Node n, String namespaceURI, String name)DOM Level 3 Renaming nodeNodeDTMNodeProxy. replaceChild(Node newChild, Node oldChild)voidDTMNodeProxy. replaceData(int offset, int count, String arg)TextDTMNodeProxy. replaceWholeText(String content)DOM Level 3voidDTMNodeProxy. setAttribute(String name, String value)AttrDTMNodeProxy. setAttributeNode(Attr newAttr)AttrDTMNodeProxy. setAttributeNodeNS(Attr newAttr)voidDTMNodeProxy. setAttributeNS(String namespaceURI, String qualifiedName, String value)voidDTMNodeProxy. setData(String data)NodeDTMNamedNodeMap. setNamedItemNS(Node arg)Adds a node using itsnamespaceURIandlocalName.voidDTMNodeProxy. setNodeValue(String nodeValue)voidDTMNodeProxy. setPrefix(String prefix)voidDTMNodeProxy. setTextContent(String textContent)This attribute returns the text content of this node and its descendants.voidDTMNodeProxy. setXmlStandalone(boolean xmlStandalone)voidDTMNodeProxy. setXmlVersion(String xmlVersion)TextDTMNodeProxy. splitText(int offset)StringDTMNodeProxy. substringData(int offset, int count) -
Uses of DOMException in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm that throw DOMException Modifier and Type Method Description shortDOM2DTMdefaultNamespaceDeclarationNode. compareDocumentPosition(Node other)Compares a node with this node with regard to their position in the document.StringDOM2DTMdefaultNamespaceDeclarationNode. getTextContent()This attribute returns the text content of this node and its descendants.voidDOM2DTMdefaultNamespaceDeclarationNode. setTextContent(String textContent)This attribute returns the text content of this node and its descendants. -
Uses of DOMException in org.apache.xml.serializer.dom3
Methods in org.apache.xml.serializer.dom3 that throw DOMException Modifier and Type Method Description ObjectLSSerializerImpl. getParameter(String name)This method returns the value of a parameter if known.voidLSSerializerImpl. setParameter(String name, Object value)This method sets the value of the named parameter.StringLSSerializerImpl. writeToString(Node nodeArg)Serializes the specified node and returns a String with the serialized data to the caller. -
Uses of DOMException in org.apache.xml.utils
Methods in org.apache.xml.utils that throw DOMException Modifier and Type Method Description NodeUnImplNode. adoptNode(Node source)NEEDSDOC Method adoptNode NEEDSDOC @param source NEEDSDOC (adoptNode) @returnNodeUnImplNode. appendChild(Node newChild)Unimplemented.voidUnImplNode. appendData(String arg)Unimplemented.shortUnImplNode. compareDocumentPosition(Node other)Compares a node with this node with regard to their position in the document.AttrUnImplNode. createAttribute(String name)Unimplemented.AttrUnImplNode. createAttributeNS(String namespaceURI, String qualifiedName)Unimplemented.CDATASectionUnImplNode. createCDATASection(String data)Unimplemented.ElementUnImplNode. createElement(String tagName)Unimplemented.ElementUnImplNode. createElementNS(String namespaceURI, String qualifiedName)Unimplemented.EntityReferenceUnImplNode. createEntityReference(String name)Unimplemented.ProcessingInstructionUnImplNode. createProcessingInstruction(String target, String data)Unimplemented.voidUnImplNode. deleteData(int offset, int count)Unimplemented.StringUnImplNode. getNodeValue()Unimplemented.StringUnImplNode. getTextContent()This attribute returns the text content of this node and its descendants.NodeUnImplNode. importNode(Node importedNode, boolean deep)Unimplemented.NodeUnImplNode. insertBefore(Node newChild, Node refChild)Unimplemented.voidUnImplNode. insertData(int offset, String arg)Unimplemented.voidUnImplNode. removeAttribute(String name)Unimplemented.AttrUnImplNode. removeAttributeNode(Attr oldAttr)Unimplemented.voidUnImplNode. removeAttributeNS(String namespaceURI, String localName)Unimplemented.NodeUnImplNode. removeChild(Node oldChild)Unimplemented.NodeUnImplNode. renameNode(Node n, String namespaceURI, String name)DOM Level 3 Renaming nodeNodeUnImplNode. replaceChild(Node newChild, Node oldChild)Unimplemented.voidUnImplNode. replaceData(int offset, int count, String arg)Unimplemented.TextUnImplNode. replaceWholeText(String content)DOM Level 3voidUnImplNode. setAttribute(String name, String value)Unimplemented.AttrUnImplNode. setAttributeNode(Attr newAttr)Unimplemented.AttrUnImplNode. setAttributeNodeNS(Attr newAttr)Unimplemented.voidUnImplNode. setAttributeNS(String namespaceURI, String qualifiedName, String value)Unimplemented.voidUnImplNode. setData(String data)Set Node datavoidUnImplNode. setNodeValue(String nodeValue)Unimplemented.voidUnImplNode. setPrefix(String prefix)Unimplemented.voidUnImplNode. setTextContent(String textContent)This attribute returns the text content of this node and its descendants.voidUnImplNode. setValue(String value)Unimplemented.voidUnImplNode. setXmlStandalone(boolean xmlStandalone)voidUnImplNode. setXmlVersion(String xmlVersion)TextUnImplNode. splitText(int offset)Unimplemented.StringUnImplNode. substringData(int offset, int count)Unimplemented. -
Uses of DOMException in org.apache.xpath
Methods in org.apache.xpath that throw DOMException Modifier and Type Method Description NodeNodeSet. nextNode()Returns the next node in the set and advances the position of the iterator in the set.NodeNodeSet. previousNode()Returns the previous node in the set and moves the position of the iterator backwards in the set. -
Uses of DOMException in org.w3c.dom
Methods in org.w3c.dom that throw DOMException Modifier and Type Method Description NodeDocument. adoptNode(Node source)Attempts to adopt a node from another document to this document.NodeNode. appendChild(Node newChild)Adds the nodenewChildto the end of the list of children of this node.voidCharacterData. appendData(String arg)Append the string to the end of the character data of the node.shortNode. compareDocumentPosition(Node other)Compares the reference node, i.e.AttrDocument. createAttribute(String name)Creates anAttrof the given name.AttrDocument. createAttributeNS(String namespaceURI, String qualifiedName)Creates an attribute of the given qualified name and namespace URI.CDATASectionDocument. createCDATASection(String data)Creates aCDATASectionnode whose value is the specified string.DocumentDOMImplementation. createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)Creates a DOM Document object of the specified type with its document element.DocumentTypeDOMImplementation. createDocumentType(String qualifiedName, String publicId, String systemId)Creates an emptyDocumentTypenode.ElementDocument. createElement(String tagName)Creates an element of the type specified.ElementDocument. createElementNS(String namespaceURI, String qualifiedName)Creates an element of the given qualified name and namespace URI.EntityReferenceDocument. createEntityReference(String name)Creates anEntityReferenceobject.ProcessingInstructionDocument. createProcessingInstruction(String target, String data)Creates aProcessingInstructionnode given the specified name and data strings.voidCharacterData. deleteData(int offset, int count)Remove a range of 16-bit units from the node.AttrElement. getAttributeNodeNS(String namespaceURI, String localName)Retrieves anAttrnode by local name and namespace URI.StringElement. getAttributeNS(String namespaceURI, String localName)Retrieves an attribute value by local name and namespace URI.StringCharacterData. getData()The character data of the node that implements this interface.NodeListElement. getElementsByTagNameNS(String namespaceURI, String localName)Returns aNodeListof all the descendantElementswith a given local name and namespace URI in document order.NodeNamedNodeMap. getNamedItemNS(String namespaceURI, String localName)Retrieves a node specified by local name and namespace URI.StringNode. getNodeValue()The value of this node, depending on its type; see the table above.ObjectDOMConfiguration. getParameter(String name)Return the value of a parameter if known.StringNode. getTextContent()This attribute returns the text content of this node and its descendants.booleanElement. hasAttributeNS(String namespaceURI, String localName)Returnstruewhen an attribute with a given local name and namespace URI is specified on this element or has a default value,falseotherwise.NodeDocument. importNode(Node importedNode, boolean deep)Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.NodeNode. insertBefore(Node newChild, Node refChild)Inserts the nodenewChildbefore the existing child noderefChild.voidCharacterData. insertData(int offset, String arg)Insert a string at the specified 16-bit unit offset.voidElement. removeAttribute(String name)Removes an attribute by name.AttrElement. removeAttributeNode(Attr oldAttr)Removes the specified attribute node.voidElement. removeAttributeNS(String namespaceURI, String localName)Removes an attribute by local name and namespace URI.NodeNode. removeChild(Node oldChild)Removes the child node indicated byoldChildfrom the list of children, and returns it.NodeNamedNodeMap. removeNamedItem(String name)Removes a node specified by name.NodeNamedNodeMap. removeNamedItemNS(String namespaceURI, String localName)Removes a node specified by local name and namespace URI.NodeDocument. renameNode(Node n, String namespaceURI, String qualifiedName)Rename an existing node of typeELEMENT_NODEorATTRIBUTE_NODE.NodeNode. replaceChild(Node newChild, Node oldChild)Replaces the child nodeoldChildwithnewChildin the list of children, and returns theoldChildnode.voidCharacterData. replaceData(int offset, int count, String arg)Replace the characters starting at the specified 16-bit unit offset with the specified string.TextText. replaceWholeText(String content)Replaces the text of the current node and all logically-adjacent text nodes with the specified text.voidElement. setAttribute(String name, String value)Adds a new attribute.AttrElement. setAttributeNode(Attr newAttr)Adds a new attribute node.AttrElement. setAttributeNodeNS(Attr newAttr)Adds a new attribute.voidElement. setAttributeNS(String namespaceURI, String qualifiedName, String value)Adds a new attribute.voidCharacterData. setData(String data)The character data of the node that implements this interface.voidProcessingInstruction. setData(String data)The content of this processing instruction.voidElement. setIdAttribute(String name, boolean isId)If the parameterisIdistrue, this method declares the specified attribute to be a user-determined ID attribute .voidElement. setIdAttributeNode(Attr idAttr, boolean isId)If the parameterisIdistrue, this method declares the specified attribute to be a user-determined ID attribute .voidElement. setIdAttributeNS(String namespaceURI, String localName, boolean isId)If the parameterisIdistrue, this method declares the specified attribute to be a user-determined ID attribute .NodeNamedNodeMap. setNamedItem(Node arg)Adds a node using itsnodeNameattribute.NodeNamedNodeMap. setNamedItemNS(Node arg)Adds a node using itsnamespaceURIandlocalName.voidNode. setNodeValue(String nodeValue)The value of this node, depending on its type; see the table above.voidDOMConfiguration. setParameter(String name, Object value)Set the value of a parameter.voidNode. setPrefix(String prefix)The namespace prefix of this node, ornullif it is unspecified.voidNode. setTextContent(String textContent)This attribute returns the text content of this node and its descendants.voidAttr. setValue(String value)On retrieval, the value of the attribute is returned as a string.voidDocument. setXmlStandalone(boolean xmlStandalone)An attribute specifying, as part of the XML declaration, whether this document is standalone.voidDocument. setXmlVersion(String xmlVersion)An attribute specifying, as part of the XML declaration, the version number of this document.TextText. splitText(int offset)Breaks this node into two nodes at the specifiedoffset, keeping both in the tree as siblings.StringCharacterData. substringData(int offset, int count)Extracts a range of data from the node. -
Uses of DOMException in org.w3c.dom.ls
Methods in org.w3c.dom.ls that throw DOMException Modifier and Type Method Description LSParserDOMImplementationLS. createLSParser(short mode, String schemaType)Create a newLSParser.DocumentLSParser. parse(LSInput input)Parse an XML document from a resource identified by aLSInput.DocumentLSParser. parseURI(String uri)Parse an XML document from a location identified by a URI reference [IETF RFC 2396].NodeLSParser. parseWithContext(LSInput input, Node contextArg, short action)Parse an XML fragment from a resource identified by aLSInputand insert the content into an existing document at the position specified with thecontextandactionarguments.StringLSSerializer. writeToString(Node nodeArg)Serialize the specified node as described above in the general description of theLSSerializerinterface. -
Uses of DOMException in org.w3c.dom.traversal
Methods in org.w3c.dom.traversal that throw DOMException Modifier and Type Method Description NodeNodeIterator. nextNode()Returns the next node in the set and advances the position of theNodeIteratorin the set.NodeNodeIterator. previousNode()Returns the previous node in the set and moves the position of theNodeIteratorbackwards in the set.