Uses of Class
org.w3c.dom.DOMException

Packages that use DOMException
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.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.apache.xpath.domapi   
org.w3c.dom   
org.w3c.dom.css   
org.w3c.dom.events   
org.w3c.dom.html   
org.w3c.dom.ranges   
org.w3c.dom.stylesheets   
org.w3c.dom.traversal   
org.w3c.dom.xpath   
 

Uses of DOMException in org.apache.xalan.templates
 

Methods in org.apache.xalan.templates that throw DOMException
 Node ElemTemplateElement.appendChild(Node newChild)
          Add a child to the child list.
 Node ElemTemplateElement.replaceChild(Node newChild, Node oldChild)
          Replace the old child with a new child.
 Node ElemTemplateElement.insertBefore(Node newChild, Node refChild)
          Unimplemented.
 Node ElemSort.appendChild(Node newChild)
          Add a child to the child list.
 

Uses of DOMException in org.apache.xml.dtm
 

Subclasses of DOMException in org.apache.xml.dtm
 interface DTMDOMException
          **For internal use only** Simple implementation of DOMException.
 

Uses of DOMException in org.apache.xml.dtm.ref
 

Subclasses of DOMException in org.apache.xml.dtm.ref
 interface DTMNamedNodeMap.DTMException
          **For internal use only** Simple implementation of DOMException.
 

Methods in org.apache.xml.dtm.ref that throw DOMException
 void DTMNodeProxy.setPrefix(java.lang.String prefix)
           
 java.lang.String DTMNodeProxy.getNodeValue()
           
 java.lang.String DTMNodeProxy.getStringValue()
           
 void DTMNodeProxy.setNodeValue(java.lang.String nodeValue)
           
 Node DTMNodeProxy.insertBefore(Node newChild, Node refChild)
           
 Node DTMNodeProxy.replaceChild(Node newChild, Node oldChild)
           
 Node DTMNodeProxy.removeChild(Node oldChild)
           
 Node DTMNodeProxy.appendChild(Node newChild)
           
 Element DTMNodeProxy.createElement(java.lang.String tagName)
           
 CDATASection DTMNodeProxy.createCDATASection(java.lang.String data)
           
 ProcessingInstruction DTMNodeProxy.createProcessingInstruction(java.lang.String target, java.lang.String data)
           
 Attr DTMNodeProxy.createAttribute(java.lang.String name)
           
 EntityReference DTMNodeProxy.createEntityReference(java.lang.String name)
           
 Node DTMNodeProxy.importNode(Node importedNode, boolean deep)
           
 Element DTMNodeProxy.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
           
 Attr DTMNodeProxy.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
           
 Text DTMNodeProxy.splitText(int offset)
           
 java.lang.String DTMNodeProxy.getData()
           
 void DTMNodeProxy.setData(java.lang.String data)
           
 java.lang.String DTMNodeProxy.substringData(int offset, int count)
           
 void DTMNodeProxy.appendData(java.lang.String arg)
           
 void DTMNodeProxy.insertData(int offset, java.lang.String arg)
           
 void DTMNodeProxy.deleteData(int offset, int count)
           
 void DTMNodeProxy.replaceData(int offset, int count, java.lang.String arg)
           
 void DTMNodeProxy.setAttribute(java.lang.String name, java.lang.String value)
           
 void DTMNodeProxy.removeAttribute(java.lang.String name)
           
 Attr DTMNodeProxy.setAttributeNode(Attr newAttr)
           
 Attr DTMNodeProxy.removeAttributeNode(Attr oldAttr)
           
 void DTMNodeProxy.setAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value)
           
 void DTMNodeProxy.removeAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
           
 Attr DTMNodeProxy.setAttributeNodeNS(Attr newAttr)
           
 Node DTMNodeProxy.adoptNode(Node source)
          NEEDSDOC Method adoptNode NEEDSDOC @param source NEEDSDOC (adoptNode) @return
 Node DTMNamedNodeMap.setNamedItemNS(Node arg)
          Adds a node using its namespaceURI and localName.
 Node DTMNamedNodeMap.removeNamedItemNS(java.lang.String namespaceURI, java.lang.String localName)
          Removes a node specified by local name and namespace URI.
 Node DTMNodeIterator.nextNode()
           
 

Uses of DOMException in org.apache.xml.utils
 

Methods in org.apache.xml.utils that throw DOMException
 Node UnImplNode.appendChild(Node newChild)
          Unimplemented.
 Attr UnImplNode.removeAttributeNode(Attr oldAttr)
          Unimplemented.
 Attr UnImplNode.setAttributeNode(Attr newAttr)
          Unimplemented.
 void UnImplNode.removeAttribute(java.lang.String name)
          Unimplemented.
 void UnImplNode.setAttribute(java.lang.String name, java.lang.String value)
          Unimplemented.
 Attr UnImplNode.setAttributeNodeNS(Attr newAttr)
          Unimplemented.
 void UnImplNode.removeAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
          Unimplemented.
 void UnImplNode.setAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value)
          Unimplemented.
 java.lang.String UnImplNode.getNodeValue()
          Unimplemented.
 void UnImplNode.setNodeValue(java.lang.String nodeValue)
          Unimplemented.
 void UnImplNode.setValue(java.lang.String value)
          Unimplemented.
 Node UnImplNode.insertBefore(Node newChild, Node refChild)
          Unimplemented.
 Node UnImplNode.replaceChild(Node newChild, Node oldChild)
          Unimplemented.
 Node UnImplNode.removeChild(Node oldChild)
          Unimplemented.
 void UnImplNode.setPrefix(java.lang.String prefix)
          Unimplemented.
 Element UnImplNode.createElement(java.lang.String tagName)
          Unimplemented.
 CDATASection UnImplNode.createCDATASection(java.lang.String data)
          Unimplemented.
 ProcessingInstruction UnImplNode.createProcessingInstruction(java.lang.String target, java.lang.String data)
          Unimplemented.
 Attr UnImplNode.createAttribute(java.lang.String name)
          Unimplemented.
 EntityReference UnImplNode.createEntityReference(java.lang.String name)
          Unimplemented.
 Node UnImplNode.importNode(Node importedNode, boolean deep)
          Unimplemented.
 Element UnImplNode.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Unimplemented.
 Attr UnImplNode.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Unimplemented.
 void UnImplNode.setData(java.lang.String data)
          Set Node data
 java.lang.String UnImplNode.substringData(int offset, int count)
          Unimplemented.
 void UnImplNode.appendData(java.lang.String arg)
          Unimplemented.
 void UnImplNode.insertData(int offset, java.lang.String arg)
          Unimplemented.
 void UnImplNode.deleteData(int offset, int count)
          Unimplemented.
 void UnImplNode.replaceData(int offset, int count, java.lang.String arg)
          Unimplemented.
 Text UnImplNode.splitText(int offset)
          Unimplemented.
 Node UnImplNode.adoptNode(Node source)
          NEEDSDOC Method adoptNode NEEDSDOC @param source NEEDSDOC (adoptNode) @return
 

Uses of DOMException in org.apache.xpath
 

Methods in org.apache.xpath that throw DOMException
 Node NodeSet.nextNode()
          Returns the next node in the set and advances the position of the iterator in the set.
 Node NodeSet.previousNode()
          Returns the previous node in the set and moves the position of the iterator backwards in the set.
 

Uses of DOMException in org.apache.xpath.domapi
 

Methods in org.apache.xpath.domapi that throw DOMException
 Node XPathResultImpl.iterateNext()
          Iterates and returns the next node from the node set or nullif there are no more nodes.
 XPathExpression XPathEvaluatorImpl.createExpression(java.lang.String expression, XPathNSResolver resolver)
          Creates a parsed XPath expression with resolved namespaces.
 java.lang.Object XPathEvaluatorImpl.evaluate(java.lang.String expression, Node contextNode, XPathNSResolver resolver, short type, java.lang.Object result)
          Evaluates an XPath expression string and returns a result of the specified type if possible.
 java.lang.Object XPathExpressionImpl.evaluate(Node contextNode, short type, java.lang.Object result)
          **Experimental** This method provides an implementation XPathResult.evaluate according to the DOM L3 XPath Specification, Working Draft 28, March 2002.
 java.lang.String XPathNamespaceImpl.getNodeValue()
           
 void XPathNamespaceImpl.setNodeValue(java.lang.String arg0)
           
 Node XPathNamespaceImpl.insertBefore(Node arg0, Node arg1)
           
 Node XPathNamespaceImpl.replaceChild(Node arg0, Node arg1)
           
 Node XPathNamespaceImpl.removeChild(Node arg0)
           
 Node XPathNamespaceImpl.appendChild(Node arg0)
           
 void XPathNamespaceImpl.setPrefix(java.lang.String arg0)
           
 

Uses of DOMException in org.w3c.dom
 

Methods in org.w3c.dom that throw DOMException
 void Element.setAttribute(java.lang.String name, java.lang.String value)
          Adds a new attribute.
 void Element.removeAttribute(java.lang.String name)
          Removes an attribute by name.
 Attr Element.setAttributeNode(Attr newAttr)
          Adds a new attribute node.
 Attr Element.removeAttributeNode(Attr oldAttr)
          Removes the specified attribute node.
 void Element.setAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value)
          Adds a new attribute.
 void Element.removeAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
          Removes an attribute by local name and namespace URI.
 Attr Element.setAttributeNodeNS(Attr newAttr)
          Adds a new attribute.
 java.lang.String CharacterData.getData()
          The character data of the node that implements this interface.
 void CharacterData.setData(java.lang.String data)
           
 java.lang.String CharacterData.substringData(int offset, int count)
          Extracts a range of data from the node.
 void CharacterData.appendData(java.lang.String arg)
          Append the string to the end of the character data of the node.
 void CharacterData.insertData(int offset, java.lang.String arg)
          Insert a string at the specified 16-bit unit offset.
 void CharacterData.deleteData(int offset, int count)
          Remove a range of 16-bit units from the node.
 void CharacterData.replaceData(int offset, int count, java.lang.String arg)
          Replace the characters starting at the specified 16-bit unit offset with the specified string.
 void ProcessingInstruction.setData(java.lang.String data)
           
 void Attr.setValue(java.lang.String value)
           
 DocumentType DOMImplementation.createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId)
          Creates an empty DocumentType node.
 Document DOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          Creates an XML Document object of the specified type with its document element.
 Node NamedNodeMap.setNamedItem(Node arg)
          Adds a node using its nodeName attribute.
 Node NamedNodeMap.removeNamedItem(java.lang.String name)
          Removes a node specified by name.
 Node NamedNodeMap.setNamedItemNS(Node arg)
          Adds a node using its namespaceURI and localName.
 Node NamedNodeMap.removeNamedItemNS(java.lang.String namespaceURI, java.lang.String localName)
          Removes a node specified by local name and namespace URI.
 java.lang.String Node.getNodeValue()
          The value of this node, depending on its type; see the table above.
 void Node.setNodeValue(java.lang.String nodeValue)
           
 Node Node.insertBefore(Node newChild, Node refChild)
          Inserts the node newChild before the existing child node refChild.
 Node Node.replaceChild(Node newChild, Node oldChild)
          Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
 Node Node.removeChild(Node oldChild)
          Removes the child node indicated by oldChild from the list of children, and returns it.
 Node Node.appendChild(Node newChild)
          Adds the node newChild to the end of the list of children of this node.
 void Node.setPrefix(java.lang.String prefix)
           
 Text Text.splitText(int offset)
          Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
 Element Document.createElement(java.lang.String tagName)
          Creates an element of the type specified.
 CDATASection Document.createCDATASection(java.lang.String data)
          Creates a CDATASection node whose value is the specified string.
 ProcessingInstruction Document.createProcessingInstruction(java.lang.String target, java.lang.String data)
          Creates a ProcessingInstruction node given the specified name and data strings.
 Attr Document.createAttribute(java.lang.String name)
          Creates an Attr of the given name.
 EntityReference Document.createEntityReference(java.lang.String name)
          Creates an EntityReference object.
 Node Document.importNode(Node importedNode, boolean deep)
          Imports a node from another document to this document.
 Element Document.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Creates an element of the given qualified name and namespace URI.
 Attr Document.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Creates an attribute of the given qualified name and namespace URI.
 

Uses of DOMException in org.w3c.dom.css
 

Methods in org.w3c.dom.css that throw DOMException
 void CSSCharsetRule.setEncoding(java.lang.String encoding)
           
 void CSS2Properties.setAzimuth(java.lang.String azimuth)
           
 void CSS2Properties.setBackground(java.lang.String background)
           
 void CSS2Properties.setBackgroundAttachment(java.lang.String backgroundAttachment)
           
 void CSS2Properties.setBackgroundColor(java.lang.String backgroundColor)
           
 void CSS2Properties.setBackgroundImage(java.lang.String backgroundImage)
           
 void CSS2Properties.setBackgroundPosition(java.lang.String backgroundPosition)
           
 void CSS2Properties.setBackgroundRepeat(java.lang.String backgroundRepeat)
           
 void CSS2Properties.setBorder(java.lang.String border)
           
 void CSS2Properties.setBorderCollapse(java.lang.String borderCollapse)
           
 void CSS2Properties.setBorderColor(java.lang.String borderColor)
           
 void CSS2Properties.setBorderSpacing(java.lang.String borderSpacing)
           
 void CSS2Properties.setBorderStyle(java.lang.String borderStyle)
           
 void CSS2Properties.setBorderTop(java.lang.String borderTop)
           
 void CSS2Properties.setBorderRight(java.lang.String borderRight)
           
 void CSS2Properties.setBorderBottom(java.lang.String borderBottom)
           
 void CSS2Properties.setBorderLeft(java.lang.String borderLeft)
           
 void CSS2Properties.setBorderTopColor(java.lang.String borderTopColor)
           
 void CSS2Properties.setBorderRightColor(java.lang.String borderRightColor)
           
 void CSS2Properties.setBorderBottomColor(java.lang.String borderBottomColor)
           
 void CSS2Properties.setBorderLeftColor(java.lang.String borderLeftColor)
           
 void CSS2Properties.setBorderTopStyle(java.lang.String borderTopStyle)
           
 void CSS2Properties.setBorderRightStyle(java.lang.String borderRightStyle)
           
 void CSS2Properties.setBorderBottomStyle(java.lang.String borderBottomStyle)
           
 void CSS2Properties.setBorderLeftStyle(java.lang.String borderLeftStyle)
           
 void CSS2Properties.setBorderTopWidth(java.lang.String borderTopWidth)
           
 void CSS2Properties.setBorderRightWidth(java.lang.String borderRightWidth)
           
 void CSS2Properties.setBorderBottomWidth(java.lang.String borderBottomWidth)
           
 void CSS2Properties.setBorderLeftWidth(java.lang.String borderLeftWidth)
           
 void CSS2Properties.setBorderWidth(java.lang.String borderWidth)
           
 void CSS2Properties.setBottom(java.lang.String bottom)
           
 void CSS2Properties.setCaptionSide(java.lang.String captionSide)
           
 void CSS2Properties.setClear(java.lang.String clear)
           
 void CSS2Properties.setClip(java.lang.String clip)
           
 void CSS2Properties.setColor(java.lang.String color)
           
 void CSS2Properties.setContent(java.lang.String content)
           
 void CSS2Properties.setCounterIncrement(java.lang.String counterIncrement)
           
 void CSS2Properties.setCounterReset(java.lang.String counterReset)
           
 void CSS2Properties.setCue(java.lang.String cue)
           
 void CSS2Properties.setCueAfter(java.lang.String cueAfter)
           
 void CSS2Properties.setCueBefore(java.lang.String cueBefore)
           
 void CSS2Properties.setCursor(java.lang.String cursor)
           
 void CSS2Properties.setDirection(java.lang.String direction)
           
 void CSS2Properties.setDisplay(java.lang.String display)
           
 void CSS2Properties.setElevation(java.lang.String elevation)
           
 void CSS2Properties.setEmptyCells(java.lang.String emptyCells)
           
 void CSS2Properties.setCssFloat(java.lang.String cssFloat)
           
 void CSS2Properties.setFont(java.lang.String font)
           
 void CSS2Properties.setFontFamily(java.lang.String fontFamily)
           
 void CSS2Properties.setFontSize(java.lang.String fontSize)
           
 void CSS2Properties.setFontSizeAdjust(java.lang.String fontSizeAdjust)
           
 void CSS2Properties.setFontStretch(java.lang.String fontStretch)
           
 void CSS2Properties.setFontStyle(java.lang.String fontStyle)
           
 void CSS2Properties.setFontVariant(java.lang.String fontVariant)
           
 void CSS2Properties.setFontWeight(java.lang.String fontWeight)
           
 void CSS2Properties.setHeight(java.lang.String height)
           
 void CSS2Properties.setLeft(java.lang.String left)
           
 void CSS2Properties.setLetterSpacing(java.lang.String letterSpacing)
           
 void CSS2Properties.setLineHeight(java.lang.String lineHeight)
           
 void CSS2Properties.setListStyle(java.lang.String listStyle)
           
 void CSS2Properties.setListStyleImage(java.lang.String listStyleImage)
           
 void CSS2Properties.setListStylePosition(java.lang.String listStylePosition)
           
 void CSS2Properties.setListStyleType(java.lang.String listStyleType)
           
 void CSS2Properties.setMargin(java.lang.String margin)
           
 void CSS2Properties.setMarginTop(java.lang.String marginTop)
           
 void CSS2Properties.setMarginRight(java.lang.String marginRight)
           
 void CSS2Properties.setMarginBottom(java.lang.String marginBottom)
           
 void CSS2Properties.setMarginLeft(java.lang.String marginLeft)
           
 void CSS2Properties.setMarkerOffset(java.lang.String markerOffset)
           
 void CSS2Properties.setMarks(java.lang.String marks)
           
 void CSS2Properties.setMaxHeight(java.lang.String maxHeight)
           
 void CSS2Properties.setMaxWidth(java.lang.String maxWidth)
           
 void CSS2Properties.setMinHeight(java.lang.String minHeight)
           
 void CSS2Properties.setMinWidth(java.lang.String minWidth)
           
 void CSS2Properties.setOrphans(java.lang.String orphans)
           
 void CSS2Properties.setOutline(java.lang.String outline)
           
 void CSS2Properties.setOutlineColor(java.lang.String outlineColor)
           
 void CSS2Properties.setOutlineStyle(java.lang.String outlineStyle)
           
 void CSS2Properties.setOutlineWidth(java.lang.String outlineWidth)
           
 void CSS2Properties.setOverflow(java.lang.String overflow)
           
 void CSS2Properties.setPadding(java.lang.String padding)
           
 void CSS2Properties.setPaddingTop(java.lang.String paddingTop)
           
 void CSS2Properties.setPaddingRight(java.lang.String paddingRight)
           
 void CSS2Properties.setPaddingBottom(java.lang.String paddingBottom)
           
 void CSS2Properties.setPaddingLeft(java.lang.String paddingLeft)
           
 void CSS2Properties.setPage(java.lang.String page)
           
 void CSS2Properties.setPageBreakAfter(java.lang.String pageBreakAfter)
           
 void CSS2Properties.setPageBreakBefore(java.lang.String pageBreakBefore)
           
 void CSS2Properties.setPageBreakInside(java.lang.String pageBreakInside)
           
 void CSS2Properties.setPause(java.lang.String pause)
           
 void CSS2Properties.setPauseAfter(java.lang.String pauseAfter)
           
 void CSS2Properties.setPauseBefore(java.lang.String pauseBefore)
           
 void CSS2Properties.setPitch(java.lang.String pitch)
           
 void CSS2Properties.setPitchRange(java.lang.String pitchRange)
           
 void CSS2Properties.setPlayDuring(java.lang.String playDuring)
           
 void CSS2Properties.setPosition(java.lang.String position)
           
 void CSS2Properties.setQuotes(java.lang.String quotes)
           
 void CSS2Properties.setRichness(java.lang.String richness)
           
 void CSS2Properties.setRight(java.lang.String right)
           
 void CSS2Properties.setSize(java.lang.String size)
           
 void CSS2Properties.setSpeak(java.lang.String speak)
           
 void CSS2Properties.setSpeakHeader(java.lang.String speakHeader)
           
 void CSS2Properties.setSpeakNumeral(java.lang.String speakNumeral)
           
 void CSS2Properties.setSpeakPunctuation(java.lang.String speakPunctuation)
           
 void CSS2Properties.setSpeechRate(java.lang.String speechRate)
           
 void CSS2Properties.setStress(java.lang.String stress)
           
 void CSS2Properties.setTableLayout(java.lang.String tableLayout)
           
 void CSS2Properties.setTextAlign(java.lang.String textAlign)
           
 void CSS2Properties.setTextDecoration(java.lang.String textDecoration)
           
 void CSS2Properties.setTextIndent(java.lang.String textIndent)
           
 void CSS2Properties.setTextShadow(java.lang.String textShadow)
           
 void CSS2Properties.setTextTransform(java.lang.String textTransform)
           
 void CSS2Properties.setTop(java.lang.String top)
           
 void CSS2Properties.setUnicodeBidi(java.lang.String unicodeBidi)
           
 void CSS2Properties.setVerticalAlign(java.lang.String verticalAlign)
           
 void CSS2Properties.setVisibility(java.lang.String visibility)
           
 void CSS2Properties.setVoiceFamily(java.lang.String voiceFamily)
           
 void CSS2Properties.setVolume(java.lang.String volume)
           
 void CSS2Properties.setWhiteSpace(java.lang.String whiteSpace)
           
 void CSS2Properties.setWidows(java.lang.String widows)
           
 void CSS2Properties.setWidth(java.lang.String width)
           
 void CSS2Properties.setWordSpacing(java.lang.String wordSpacing)
           
 void CSS2Properties.setZIndex(java.lang.String zIndex)
           
 void CSSValue.setCssText(java.lang.String cssText)
           
 void CSSPageRule.setSelectorText(java.lang.String selectorText)
           
 int CSSMediaRule.insertRule(java.lang.String rule, int index)
          Used to insert a new rule into the media block.
 void CSSMediaRule.deleteRule(int index)
          Used to delete a rule from the media block.
 void CSSRule.setCssText(java.lang.String cssText)
           
 void CSSPrimitiveValue.setFloatValue(short unitType, float floatValue)
          A method to set the float value with a specified unit.
 float CSSPrimitiveValue.getFloatValue(short unitType)
          This method is used to get a float value in a specified unit.
 void CSSPrimitiveValue.setStringValue(short stringType, java.lang.String stringValue)
          A method to set the string value with the specified unit.
 java.lang.String CSSPrimitiveValue.getStringValue()
          This method is used to get the string value.
 Counter CSSPrimitiveValue.getCounterValue()
          This method is used to get the Counter value.
 Rect CSSPrimitiveValue.getRectValue()
          This method is used to get the Rect value.
 RGBColor CSSPrimitiveValue.getRGBColorValue()
          This method is used to get the RGB color.
 void CSSStyleDeclaration.setCssText(java.lang.String cssText)
           
 java.lang.String CSSStyleDeclaration.removeProperty(java.lang.String propertyName)
          Used to remove a CSS property if it has been explicitly set within this declaration block.
 void CSSStyleDeclaration.setProperty(java.lang.String propertyName, java.lang.String value, java.lang.String priority)
          Used to set a property value and priority within this declaration block.
 void CSSStyleRule.setSelectorText(java.lang.String selectorText)
           
 int CSSStyleSheet.insertRule(java.lang.String rule, int index)
          Used to insert a new rule into the style sheet.
 void CSSStyleSheet.deleteRule(int index)
          Used to delete a rule from the style sheet.
 CSSStyleSheet DOMImplementationCSS.createCSSStyleSheet(java.lang.String title, java.lang.String media)
          Creates a new CSSStyleSheet.
 

Uses of DOMException in org.w3c.dom.events
 

Methods in org.w3c.dom.events that throw DOMException
 Event DocumentEvent.createEvent(java.lang.String eventType)
           
 

Uses of DOMException in org.w3c.dom.html
 

Methods in org.w3c.dom.html that throw DOMException
 HTMLElement HTMLTableSectionElement.insertRow(int index)
          Insert a row into this section.
 void HTMLTableSectionElement.deleteRow(int index)
          Delete a row from this section.
 HTMLElement HTMLTableElement.insertRow(int index)
          Insert a new empty row in the table.
 void HTMLTableElement.deleteRow(int index)
          Delete a table row.
 HTMLElement HTMLTableRowElement.insertCell(int index)
          Insert an empty TD cell into this row.
 void HTMLTableRowElement.deleteCell(int index)
          Delete a cell from the current row.
 void HTMLSelectElement.add(HTMLElement element, HTMLElement before)
          Add a new element to the collection of OPTION elements for this SELECT.
 

Uses of DOMException in org.w3c.dom.ranges
 

Methods in org.w3c.dom.ranges that throw DOMException
 Node Range.getStartContainer()
          Node within which the Range begins
 int Range.getStartOffset()
          Offset within the starting node of the Range.
 Node Range.getEndContainer()
          Node within which the Range ends
 int Range.getEndOffset()
          Offset within the ending node of the Range.
 boolean Range.getCollapsed()
          TRUE if the Range is collapsed
 Node Range.getCommonAncestorContainer()
          The deepest common ancestor container of the Range's two boundary-points.
 void Range.setStart(Node refNode, int offset)
          Sets the attributes describing the start of the Range.
 void Range.setEnd(Node refNode, int offset)
          Sets the attributes describing the end of a Range.
 void Range.setStartBefore(Node refNode)
          Sets the start position to be before a node
 void Range.setStartAfter(Node refNode)
          Sets the start position to be after a node
 void Range.setEndBefore(Node refNode)
          Sets the end position to be before a node.
 void Range.setEndAfter(Node refNode)
          Sets the end of a Range to be after a node
 void Range.collapse(boolean toStart)
          Collapse a Range onto one of its boundary-points
 void Range.selectNode(Node refNode)
          Select a node and its contents
 void Range.selectNodeContents(Node refNode)
          Select the contents within a node
 short Range.compareBoundaryPoints(short how, Range sourceRange)
          Compare the boundary-points of two Ranges in a document.
 void Range.deleteContents()
          Removes the contents of a Range from the containing document or document fragment without returning a reference to the removed content.
 DocumentFragment Range.extractContents()
          Moves the contents of a Range from the containing document or document fragment to a new DocumentFragment.
 DocumentFragment Range.cloneContents()
          Duplicates the contents of a Range
 void Range.insertNode(Node newNode)
          Inserts a node into the Document or DocumentFragment at the start of the Range.
 void Range.surroundContents(Node newParent)
          Reparents the contents of the Range to the given node and inserts the node at the position of the start of the Range.
 Range Range.cloneRange()
          Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
 java.lang.String Range.toString()
          Returns the contents of a Range as a string.
 void Range.detach()
          Called to indicate that the Range is no longer in use and that the implementation may relinquish any resources associated with this Range.
 

Uses of DOMException in org.w3c.dom.stylesheets
 

Methods in org.w3c.dom.stylesheets that throw DOMException
 void MediaList.setMediaText(java.lang.String mediaText)
           
 void MediaList.deleteMedium(java.lang.String oldMedium)
          Deletes the medium indicated by oldMedium from the list.
 void MediaList.appendMedium(java.lang.String newMedium)
          Adds the medium newMedium to the end of the list.
 

Uses of DOMException in org.w3c.dom.traversal
 

Methods in org.w3c.dom.traversal that throw DOMException
 NodeIterator DocumentTraversal.createNodeIterator(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
          Create a new NodeIterator over the subtree rooted at the specified node.
 TreeWalker DocumentTraversal.createTreeWalker(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
          Create a new TreeWalker over the subtree rooted at the specified node.
 Node NodeIterator.nextNode()
          Returns the next node in the set and advances the position of the iterator in the set.
 Node NodeIterator.previousNode()
          Returns the previous node in the set and moves the position of the NodeIterator backwards in the set.
 void TreeWalker.setCurrentNode(Node currentNode)
           
 

Uses of DOMException in org.w3c.dom.xpath
 

Methods in org.w3c.dom.xpath that throw DOMException
 java.lang.Object XPathExpression.evaluate(Node contextNode, short type, java.lang.Object result)
          Evaluates this XPath expression and returns a result.
 XPathExpression XPathEvaluator.createExpression(java.lang.String expression, XPathNSResolver resolver)
          Creates a parsed XPath expression with resolved namespaces.
 java.lang.Object XPathEvaluator.evaluate(java.lang.String expression, Node contextNode, XPathNSResolver resolver, short type, java.lang.Object result)
          Evaluates an XPath expression string and returns a result of the specified type if possible.
 Node XPathResult.iterateNext()
          Iterates and returns the next node from the node set or nullif there are no more nodes.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.