Uses of Class
org.w3c.dom.DOMException

Packages that use DOMException
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.events Provides an implementation of the DOM level 2 events module.  
org.apache.batik.dom.svg   
org.apache.batik.dom.traversal Provides an implementation of the DOM level 2 traversal module.  
org.apache.batik.extension This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). 
org.apache.batik.parser.style Provides an extensible framework for style attributes parsing. 
org.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.w3c.dom   
org.w3c.dom.css   
org.w3c.dom.events   
org.w3c.dom.smil   
org.w3c.dom.stylesheets   
org.w3c.dom.svg   
org.w3c.dom.traversal   
 

Uses of DOMException in org.apache.batik.css
 

Methods in org.apache.batik.css that return DOMException
static DOMException CSSDOMExceptionFactory.createDOMException(short type, java.lang.String key, java.lang.Object[] args)
          Creates an exception with the appropriate error message.
 

Methods in org.apache.batik.css that throw DOMException
 int CSSRuleListOwner.insertRule(java.lang.String rule, int index)
          Used to insert a new rule into the list.
 void CSSRuleListOwner.deleteRule(int index)
          Used to delete a rule from the list.
 void DOMMediaList.setMediaText(java.lang.String mediaText)
          DOM: Implements MediaList.setMediaText(String).
 void DOMMediaList.deleteMedium(java.lang.String oldMedium)
          DOM: Implements MediaList.deleteMedium(String).
 void DOMMediaList.appendMedium(java.lang.String newMedium)
          DOM: Implements MediaList.appendMedium(String).
 void CSSOMImportRule.setCssText(java.lang.String cssText)
          DOM: Implements CSSRule.setCssText(String).
 int CSSOMRuleList.insert(CSSRule rule, int index)
          Inserts a rule in the list.
 void CSSOMMediaRule.setCssText(java.lang.String cssText)
          DOM: Implements CSSRule.setCssText(String).
 int CSSOMMediaRule.insertRule(java.lang.String rule, int index)
          DOM: Implements CSSMediaRule.insertRule(String,int).
 void CSSOMMediaRule.deleteRule(int index)
          DOM: Implements CSSMediaRule.deleteRule(int).
static void CSSDocumentHandler.parseStyleSheet(CSSOMStyleSheet ss, java.lang.String uri)
          Parses a style sheet.
static void CSSDocumentHandler.parseRules(CSSOMStyleSheet ss, java.lang.String rules)
          Parses a set of rules from its CSS text.
static CSSRule CSSDocumentHandler.parseRule(CSSOMStyleSheet ss, java.lang.String rule)
          Parses one rules from its CSS text.
 void CSSOMStyleDeclaration.setCssText(java.lang.String cssText)
          DOM: Implements CSSStyleDeclaration.setCssText(String).
 java.lang.String CSSOMStyleDeclaration.removeProperty(java.lang.String propertyName)
          DOM: Implements CSSStyleDeclaration.removeProperty(String).
 void CSSOMStyleDeclaration.setProperty(java.lang.String propertyName, java.lang.String value, java.lang.String prio)
          DOM: Implements CSSStyleDeclaration.setProperty(String,String,String).
 void CSSOMReadOnlyStyleDeclaration.setCssText(java.lang.String cssText)
          DOM: Implements CSSStyleDeclaration.setCssText(String).
 java.lang.String CSSOMReadOnlyStyleDeclaration.removeProperty(java.lang.String propertyName)
          DOM: Implements CSSStyleDeclaration.removeProperty(String).
 void CSSOMReadOnlyStyleDeclaration.setProperty(java.lang.String propertyName, java.lang.String value, java.lang.String prio)
          DOM: Implements CSSStyleDeclaration.setProperty(String,String,String).
 void CSSOMValue.setCssText(java.lang.String cssText)
          DOM: Implements CSSValue.setCssText(String).
 void CSSOMValue.setFloatValue(short unitType, float floatValue)
          DOM: Implements CSSPrimitiveValue.setFloatValue(short,float).
 float CSSOMValue.getFloatValue(short unitType)
          DOM: Implements CSSPrimitiveValue.getFloatValue(short).
 void CSSOMValue.setStringValue(short stringType, java.lang.String stringValue)
          DOM: Implements CSSPrimitiveValue.setStringValue(short,String).
 java.lang.String CSSOMValue.getStringValue()
          DOM: Implements CSSPrimitiveValue.getStringValue().
 Counter CSSOMValue.getCounterValue()
          DOM: Implements CSSPrimitiveValue.getCounterValue().
 Rect CSSOMValue.getRectValue()
          DOM: Implements CSSPrimitiveValue.getRectValue().
 RGBColor CSSOMValue.getRGBColorValue()
          DOM: Implements CSSPrimitiveValue.getRGBColorValue().
 void CSSOMStyleRule.setCssText(java.lang.String cssText)
          DOM: Implements CSSRule.setCssText(String).
 void CSSOMStyleRule.setSelectorText(java.lang.String selectorText)
          DOM: Implements CSSStyleRule.setSelectorText(String).
 void CSSOMReadOnlyValue.setCssText(java.lang.String cssText)
          DOM: Implements CSSValue.setCssText(String).
 void CSSOMReadOnlyValue.setFloatValue(short unitType, float floatValue)
          DOM: Implements CSSPrimitiveValue.setFloatValue(short,float).
 float CSSOMReadOnlyValue.getFloatValue(short unitType)
          DOM: Implements CSSPrimitiveValue.getFloatValue(short).
 void CSSOMReadOnlyValue.setStringValue(short stringType, java.lang.String stringValue)
          DOM: Implements CSSPrimitiveValue.setStringValue(short,String).
 java.lang.String CSSOMReadOnlyValue.getStringValue()
          DOM: Implements CSSPrimitiveValue.getStringValue().
 Counter CSSOMReadOnlyValue.getCounterValue()
          DOM: Implements CSSPrimitiveValue.getCounterValue().
 Rect CSSOMReadOnlyValue.getRectValue()
          DOM: Implements CSSPrimitiveValue.getRectValue().
 RGBColor CSSOMReadOnlyValue.getRGBColorValue()
          DOM: Implements CSSPrimitiveValue.getRGBColorValue().
 void CSSOMUnknownRule.setCssText(java.lang.String cssText)
          DOM: Implements CSSRule.setCssText(String).
 int CSSOMStyleSheet.insertRule(java.lang.String rule, int index)
          DOM: Implements CSSStyleSheet.insertRule(String,int).
 void CSSOMStyleSheet.deleteRule(int index)
          DOM: Implements CSSStyleSheet.deleteRule(int).
 

Uses of DOMException in org.apache.batik.css.svg
 

Methods in org.apache.batik.css.svg that throw DOMException
 ImmutableValue EnableBackgroundFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue EnableBackgroundFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 void ImmutableSVGColorValue.setColorProfile(java.lang.String colorProfile)
          Sets the color profile of this ICC color.
 void SVGCSSNumberList.clear()
          Clears this list.
 SVGNumber SVGCSSNumberList.initialize(SVGNumber item)
          Initializes this list with the given item.
 SVGNumber SVGCSSNumberList.getItem(int index)
          Returns the item at the given index.
 SVGNumber SVGCSSNumberList.insertItemBefore(SVGNumber item, int index)
          Inserts the given item at the given index.
 SVGNumber SVGCSSNumberList.replaceItem(SVGNumber item, int index)
          Inserts the item at the given index.
 SVGNumber SVGCSSNumberList.removeItem(int index)
          Removes the item at the given index.
 SVGNumber SVGCSSNumberList.appendItem(SVGNumber item)
          Appends the item at the given index.
 ImmutableValue StrokeMiterlimitFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue StrokeMiterlimitFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue MarkerShorthandFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 void MarkerShorthandFactory.createCSSValue(LexicalUnit lu, CSSOMStyleDeclaration d, java.lang.String imp)
          Creates a value from a lexical unit and a style declaration.
 ImmutableValue StrokeDasharrayFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue StrokeDasharrayFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
protected  ImmutableValue StrokeDasharrayFactory.createValueList(LexicalUnit lu)
          Creates the quotes list.
 ImmutableValue StrokeDasharrayFactory.NumberFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue StrokeDasharrayFactory.NumberFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 void SVGCSSReadOnlyNumber.setValue(float f)
          Sets the value of this number.
 ImmutableValue PaintFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue PaintFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue SVGFontSizeFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue SVGFontSizeFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue ColorProfileFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ColorProfileFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue OpacityFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue OpacityFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue GlyphOrientationHorizontalFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue GlyphOrientationHorizontalFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue MarkerFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue MarkerFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue GlyphOrientationVerticalFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue GlyphOrientationVerticalFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 void SVGCSSReadOnlyNumberList.clear()
          Clears this list.
 SVGNumber SVGCSSReadOnlyNumberList.initialize(SVGNumber item)
          Initializes this list with the given item.
 SVGNumber SVGCSSReadOnlyNumberList.insertItemBefore(SVGNumber item, int index)
          Inserts the given item at the given index.
 SVGNumber SVGCSSReadOnlyNumberList.replaceItem(SVGNumber item, int index)
          Inserts the item at the given index.
 SVGNumber SVGCSSReadOnlyNumberList.removeItem(int index)
          Removes the item at the given index.
 SVGNumber SVGCSSReadOnlyNumberList.appendItem(SVGNumber item)
          Appends the item at the given index.
 ImmutableValue MaskFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue MaskFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue FilterFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue FilterFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue ClipPathFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ClipPathFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue SimpleColorFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue BaselineShiftFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue BaselineShiftFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 

Uses of DOMException in org.apache.batik.css.value
 

Methods in org.apache.batik.css.value that throw DOMException
 ImmutableValue AbstractValueFactory.createValue(java.lang.String text)
          Creates a value from its text representation
 void AbstractValueFactory.createCSSValue(LexicalUnit lu, CSSOMStyleDeclaration d, java.lang.String imp)
          Creates a value from a lexical unit and a style declaration.
 ImmutableValue AbstractValueFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue AbstractValueFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue AbstractIdentifierFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue AbstractIdentifierFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue AbstractLengthFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue AbstractLengthFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 float AbstractImmutableValue.getFloatValue(short unitType)
          A method to get the float value with a specified unit.
 java.lang.String AbstractImmutableValue.getStringValue()
          This method is used to get the string value.
 Counter AbstractImmutableValue.getCounterValue()
          This method is used to get the Counter value.
 Rect AbstractImmutableValue.getRectValue()
          This method is used to get the Rect value.
 RGBColor AbstractImmutableValue.getRGBColorValue()
          This method is used to get the RGB color.
 ImmutableValue AbstractRGBColorFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ColorFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ColorFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue FontSizeFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue FontSizeFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 java.lang.String ImmutableInherit.getStringValue()
          This method is used to get the string value.
 ImmutableValue SpacingFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue SpacingFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 RGBColor ImmutableRGBColor.getRGBColorValue()
          Returns this value.
 ImmutableValue FontWeightFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue FontWeightFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 Rect ImmutableRect.getRectValue()
          This method is used to get the Rect value.
 ImmutableValue AbstractRectFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ClipFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue ClipFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue CursorFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue CursorFactory.IdentifierFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue CursorFactory.IdentifierFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue ValueFactory.createValue(java.lang.String text)
          Creates a value from its text representation
 ImmutableValue ValueFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 void ValueFactory.createCSSValue(LexicalUnit lu, CSSOMStyleDeclaration d, java.lang.String imp)
          Creates a CSS value from a lexical unit and a style declaration, and put it in the style declaration.
 ImmutableValue ValueFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue ValueFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 float ImmutableValue.getFloatValue(short unitType)
          A method to get the float value with a specified unit.
 java.lang.String ImmutableValue.getStringValue()
          This method is used to get the string value.
 Counter ImmutableValue.getCounterValue()
          This method is used to get the Counter value.
 Rect ImmutableValue.getRectValue()
          This method is used to get the Rect value.
 RGBColor ImmutableValue.getRGBColorValue()
          This method is used to get the RGB color.
 ImmutableValue AbstractValueFactory.StringFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue AbstractValueFactory.StringFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue AbstractValueFactory.URIFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue AbstractValueFactory.URIFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue AbstractRGBColorFactory.ColorComponentFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 float ImmutableFloat.getFloatValue(short unitType)
          This method is used to get a float value in a specified unit.
protected static java.lang.String ImmutableFloat.getUnitRepresentation(short unitType)
          Returns the representation for the given unit type.
 ImmutableValue FontSizeAdjustFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue FontSizeAdjustFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 ImmutableValue FontSizeAdjustFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 ImmutableValue TextDecorationFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue TextDecorationFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 java.lang.String ImmutableString.getStringValue()
          This method is used to get the string value.
 ImmutableValue FontFamilyFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue LengthFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue LengthFactory.createStringValue(short type, java.lang.String value)
          Creates and returns a new string value.
 

Uses of DOMException in org.apache.batik.dom
 

Methods in org.apache.batik.dom that return DOMException
 DOMException AbstractNode.createDOMException(short type, java.lang.String key, java.lang.Object[] args)
          Creates an exception with the appropriate error message.
 

Methods in org.apache.batik.dom that throw DOMException
 java.lang.String AbstractNode.getNodeValue()
          DOM: Implements Node.getNodeValue().
 void AbstractNode.setNodeValue(java.lang.String nodeValue)
          DOM: Implements Node.setNodeValue(String).
 Node AbstractNode.insertBefore(Node newChild, Node refChild)
          DOM: Implements Node.insertBefore(Node, Node).
 Node AbstractNode.replaceChild(Node newChild, Node oldChild)
          DOM: Implements Node.replaceChild(Node, Node).
 Node AbstractNode.removeChild(Node oldChild)
          DOM: Implements Node.removeChild(Node).
 Node AbstractNode.appendChild(Node newChild)
          DOM: Implements Node.appendChild(Node).
 void AbstractNode.setPrefix(java.lang.String prefix)
          DOM: Implements Node.setPrefix(String).
 Node AbstractParentNode.insertBefore(Node newChild, Node refChild)
          DOM: Implements Node.insertBefore(Node, Node).
 Node AbstractParentNode.replaceChild(Node newChild, Node oldChild)
          DOM: Implements Node.replaceChild(Node, Node).
 Node AbstractParentNode.removeChild(Node oldChild)
          DOM: Implements Node.removeChild(Node).
 Node AbstractParentNode.appendChild(Node newChild)
          DOM: Implements Node.appendChild(Node).
 java.lang.String AbstractCharacterData.getNodeValue()
          DOM: Implements Node.getNodeValue().
 void AbstractCharacterData.setNodeValue(java.lang.String nodeValue)
          DOM: Implements Node.setNodeValue(String).
 java.lang.String AbstractCharacterData.getData()
          DOM: Implements CharacterData.getData().
 void AbstractCharacterData.setData(java.lang.String data)
          DOM: Implements CharacterData.setData(String).
 java.lang.String AbstractCharacterData.substringData(int offset, int count)
          DOM: Implements CharacterData.substringData(int,int).
 void AbstractCharacterData.appendData(java.lang.String arg)
          DOM: Implements CharacterData.appendData(String).
 void AbstractCharacterData.insertData(int offset, java.lang.String arg)
          DOM: Implements CharacterData.insertData(int,String).
 void AbstractCharacterData.deleteData(int offset, int count)
          DOM: Implements CharacterData.deleteData(int,int).
 void AbstractCharacterData.replaceData(int offset, int count, java.lang.String arg)
          DOM: Implements CharacterData.replaceData(int,int,String).
protected  void AbstractCharacterData.checkOffsetCount(int offset, int count)
          Checks the given offset and count validity.
 java.lang.String NodeWrapper.getNodeValue()
          DOM: Implements Node.getNodeValue().
 void NodeWrapper.setNodeValue(java.lang.String nodeValue)
          DOM: Implements Node.setNodeValue(String).
 Node NodeWrapper.insertBefore(Node newChild, Node refChild)
          DOM: Implements Node.insertBefore(Node, Node).
 Node NodeWrapper.replaceChild(Node newChild, Node oldChild)
          DOM: Implements Node.replaceChild(Node, Node).
 Node NodeWrapper.removeChild(Node oldChild)
          DOM: Implements Node.removeChild(Node).
 Node NodeWrapper.appendChild(Node newChild)
          DOM: Implements Node.appendChild(Node).
 void NodeWrapper.setPrefix(java.lang.String prefix)
          DOM: Implements Node.setPrefix(String).
 void ElementWrapper.setAttribute(java.lang.String name, java.lang.String value)
          DOM: Implements Element.setAttribute(String,String).
 void ElementWrapper.removeAttribute(java.lang.String name)
          DOM: Implements Element.removeAttribute(String).
 Attr ElementWrapper.setAttributeNode(Attr newAttr)
          DOM: Implements Element.setAttributeNode(Attr).
 Attr ElementWrapper.removeAttributeNode(Attr oldAttr)
          DOM: Implements Element.removeAttributeNode(Attr).
 void ElementWrapper.setAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value)
          DOM: Implements Element.setAttributeNS(String,String,String).
 void ElementWrapper.removeAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
          DOM: Implements Element.removeAttributeNS(String,String).
 Attr ElementWrapper.setAttributeNodeNS(Attr newAttr)
          DOM: Implements Element.setAttributeNodeNS(Attr).
 void AttrWrapper.setValue(java.lang.String value)
          DOM: Implements Attr.setValue(String).
 DocumentType DOMImplementationWrapper.createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId)
          DOM: Implements DOMImplementation.createDocumentType(String,String,String).
 Document DOMImplementationWrapper.createDocument(java.lang.String nsURI, java.lang.String qName, DocumentType doctype)
          DOM: Implements DOMImplementation.createDocument(String,String,DocumentType).
 Event DOMImplementationWrapper.createEventWrapper(DocumentWrapper dw, Event ev)
          Creates an EventWrapper object.
 void AbstractElement.setAttribute(java.lang.String name, java.lang.String value)
          DOM: Implements Element.setAttribute(String,String).
 void AbstractElement.removeAttribute(java.lang.String name)
          DOM: Implements Element.removeAttribute(String).
 Attr AbstractElement.setAttributeNode(Attr newAttr)
          DOM: Implements Element.setAttributeNode(Attr).
 Attr AbstractElement.removeAttributeNode(Attr oldAttr)
          DOM: Implements Element.removeAttributeNode(Attr).
 void AbstractElement.setAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value)
          DOM: Implements Element.setAttributeNS(String,String,String).
 void AbstractElement.removeAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
          DOM: Implements Element.removeAttributeNS(String,String).
 Attr AbstractElement.setAttributeNodeNS(Attr newAttr)
          DOM: Implements Element.setAttributeNodeNS(Attr).
 Node AbstractElement.NamedNodeHashMap.setNamedItem(Node arg)
          DOM: Implements NamedNodeMap.setNamedItem(Node).
 Node AbstractElement.NamedNodeHashMap.removeNamedItem(java.lang.String name)
          DOM: Implements NamedNodeMap.removeNamedItem(String).
 Node AbstractElement.NamedNodeHashMap.setNamedItemNS(Node arg)
          DOM: Implements NamedNodeMap.setNamedItemNS(Node).
 Node AbstractElement.NamedNodeHashMap.removeNamedItemNS(java.lang.String namespaceURI, java.lang.String localName)
          DOM: Implements NamedNodeMap.removeNamedItemNS(String,String).
 Node AbstractElement.NamedNodeHashMap.setNamedItem(java.lang.String ns, java.lang.String name, Node arg)
          Adds a node to the map.
 java.lang.String CharacterDataWrapper.getData()
          DOM: Implements CharacterData.getData().
 void CharacterDataWrapper.setData(java.lang.String data)
          DOM: Implements CharacterData.setData(String).
 java.lang.String CharacterDataWrapper.substringData(int offset, int count)
          DOM: Implements CharacterData.substringData(int,int).
 void CharacterDataWrapper.appendData(java.lang.String arg)
          DOM: Implements CharacterData.appendData(String).
 void CharacterDataWrapper.insertData(int offset, java.lang.String arg)
          DOM: Implements CharacterData.insertData(int,String).
 void CharacterDataWrapper.deleteData(int offset, int count)
          DOM: Implements CharacterData.deleteData(int,int).
 void CharacterDataWrapper.replaceData(int offset, int count, java.lang.String arg)
          DOM: Implements CharacterData.replaceData(int,int,String).
 Text TextWrapper.splitText(int offset)
          DOM: Implements Text.splitText(int).
 Element DocumentWrapper.createElement(java.lang.String tagName)
          DOM: Implements Document.createElement(String).
 CDATASection DocumentWrapper.createCDATASection(java.lang.String data)
          DOM: Implements Document.createCDATASection(String).
 ProcessingInstruction DocumentWrapper.createProcessingInstruction(java.lang.String target, java.lang.String data)
          DOM: Implements Document.createProcessingInstruction(String,String).
 Attr DocumentWrapper.createAttribute(java.lang.String name)
          DOM: Implements Document.createAttribute(String).
 EntityReference DocumentWrapper.createEntityReference(java.lang.String name)
          DOM: Implements Document.createEntityReference(String).
 Node DocumentWrapper.importNode(Node importedNode, boolean deep)
          DOM: Implements Document.importNode(Node,boolean).
 Element DocumentWrapper.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createElementNS(String,String).
 Attr DocumentWrapper.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createAttributeNS(String,String).
 Event DocumentWrapper.createEvent(java.lang.String eventType)
          DOM: Implements DocumentEvent.createEvent(String).
 Document GenericDOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          DOM: Implements DOMImplementation.createDocument(String,String,DocumentType) .
 java.lang.String AbstractAttr.getNodeValue()
          DOM: Implements Node.getNodeValue().
 void AbstractAttr.setNodeValue(java.lang.String nodeValue)
          DOM: Implements Node.setNodeValue(String).
 void AbstractAttr.setValue(java.lang.String value)
          DOM: Implements Attr.setValue(String).
 Node NamedNodeMapWrapper.setNamedItem(Node arg)
          DOM: Implements NamedNodeMap.setNamedItem(Node).
 Node NamedNodeMapWrapper.removeNamedItem(java.lang.String name)
          DOM: Implements NamedNodeMap.removeNamedItem(String).
 Node NamedNodeMapWrapper.setNamedItemNS(Node arg)
          DOM: Implements NamedNodeMap.setNamedItemNS(Node).
 Node NamedNodeMapWrapper.removeNamedItemNS(java.lang.String namespaceURI, java.lang.String localName)
          DOM: Implements NamedNodeMap.removeNamedItemNS(String,String).
 Node AbstractDocument.importNode(Node importedNode, boolean deep)
          DOM: Implements Document.importNode(Node,boolean).
 Event AbstractDocument.createEvent(java.lang.String eventType)
          DOM: Implements DocumentEvent.createEvent(String).
 NodeIterator AbstractDocument.createNodeIterator(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
          DOM: Implements DocumentTraversal.createNodeIterator(Node,int,NodeFilter,boolean).
 TreeWalker AbstractDocument.createTreeWalker(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
          DOM: Implements DocumentTraversal.createTreeWalker(Node,int,NodeFilter,boolean).
 Element GenericDocument.createElement(java.lang.String tagName)
          DOM: Implements Document.createElement(String).
 CDATASection GenericDocument.createCDATASection(java.lang.String data)
          DOM: Implements Document.createCDATASection(String).
 ProcessingInstruction GenericDocument.createProcessingInstruction(java.lang.String target, java.lang.String data)
          DOM: Implements Document.createProcessingInstruction(String,String).
 Attr GenericDocument.createAttribute(java.lang.String name)
          DOM: Implements Document.createAttribute(String).
 EntityReference GenericDocument.createEntityReference(java.lang.String name)
          DOM: Implements Document.createEntityReference(String).
 Element GenericDocument.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createElementNS(String,String).
 Attr GenericDocument.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createAttributeNS(String,String).
 Text AbstractText.splitText(int offset)
          DOM: Implements Text.splitText(int).
 java.lang.String AbstractProcessingInstruction.getNodeValue()
          DOM: Implements Node.getNodeValue().
 void AbstractProcessingInstruction.setNodeValue(java.lang.String nodeValue)
          DOM: Implements Node.setNodeValue(String).
 void AbstractProcessingInstruction.setData(java.lang.String data)
          DOM: Implements ProcessingInstruction.setData(String).
 void ProcessingInstructionWrapper.setData(java.lang.String data)
          DOM: Implements ProcessingInstruction.setData(String).
 void StyleSheetProcessingInstruction.setData(java.lang.String data)
          DOM: Implements ProcessingInstruction.setData(String).
 

Constructors in org.apache.batik.dom that throw DOMException
AbstractEntityReference(java.lang.String name, AbstractDocument owner)
          Creates a new EntityReference object.
AbstractAttr(java.lang.String name, AbstractDocument owner)
          Creates a new Attr object.
AbstractAttrNS(java.lang.String nsURI, java.lang.String qname, AbstractDocument owner)
          Creates a new Attr object.
GenericAttrNS(java.lang.String nsURI, java.lang.String qname, AbstractDocument owner)
          Creates a new Attr object.
AbstractElementNS(java.lang.String nsURI, java.lang.String qname, AbstractDocument owner)
          Creates a new AbstractElementNS object.
GenericElement(java.lang.String name, AbstractDocument owner)
          Creates a new Element object.
GenericAttr(java.lang.String name, AbstractDocument owner)
          Creates a new Attr object.
 

Uses of DOMException in org.apache.batik.dom.events
 

Methods in org.apache.batik.dom.events that throw DOMException
 Event DocumentEventSupport.createEvent(java.lang.String eventType)
          Creates a new Event depending on the specified parameter.
 

Uses of DOMException in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that throw DOMException
 void SVGOMElement.setXMLbase(java.lang.String xmlbase)
          DOM: Implements SVGElement.setXMLbase(String).
 void SVGOMElement.setPrefix(java.lang.String prefix)
          DOM: Implements Node.setPrefix(String).
 float SVGOMTextContentElement.getSubStringLength(int charnum, int nchars)
          DOM: Implements SVGTextContentElement.getSubStringLength(int,int).
 SVGPoint SVGOMTextContentElement.getStartPositionOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getStartPositionOfChar(int).
 SVGPoint SVGOMTextContentElement.getEndPositionOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getEndPositionOfChar(int).
 SVGRect SVGOMTextContentElement.getExtentOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getExtentOfChar(int).
 float SVGOMTextContentElement.getRotationOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getRotationOfChar(int).
 void SVGOMTextContentElement.selectSubString(int charnum, int nchars)
          DOM: Implements SVGTextContentElement.selectSubString(int,int).
 float SVGOMAnimationElement.getSimpleDuration()
          DOM: Implements SVGAnimationElement.getSimpleDuration().
 boolean SVGOMAnimationElement.beginElement()
          DOM: Implements ElementTimeControl.beginElement().
 boolean SVGOMAnimationElement.beginElementAt(float offset)
          DOM: Implements ElementTimeControl.beginElementAt(float).
 boolean SVGOMAnimationElement.endElement()
          DOM: Implements ElementTimeControl.endElement().
 boolean SVGOMAnimationElement.endElementAt(float offset)
          DOM: Implements ElementTimeControl.endElementAt(float).
 void SVGOMScriptElement.setType(java.lang.String type)
          DOM: Implements SVGScriptElement.setType(String).
 Element SVGOMDocument.createElement(java.lang.String tagName)
          DOM: Implements Document.createElement(String).
 CDATASection SVGOMDocument.createCDATASection(java.lang.String data)
          DOM: Implements Document.createCDATASection(String)
 ProcessingInstruction SVGOMDocument.createProcessingInstruction(java.lang.String target, java.lang.String data)
          DOM: Implements Document.createProcessingInstruction(String,String).
 Attr SVGOMDocument.createAttribute(java.lang.String name)
          DOM: Implements Document.createAttribute(String).
 EntityReference SVGOMDocument.createEntityReference(java.lang.String name)
          DOM: Implements Document.createEntityReference(String).
 Attr SVGOMDocument.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createAttributeNS(String,String).
 Element SVGOMDocument.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createElementNS(String,String).
 void SVGOMStyleElement.setXMLspace(java.lang.String space)
          DOM: Implements SVGStyleElement.setXMLspace(String).
 void SVGOMStyleElement.setType(java.lang.String type)
          DOM: Implements SVGStyleElement.setType(String).
 void SVGOMStyleElement.setMedia(java.lang.String media)
          DOM: Implements SVGStyleElement.setMedia(String).
 void SVGOMStyleElement.setTitle(java.lang.String title)
          DOM: Implements SVGStyleElement.setTitle(String).
static void SVGZoomAndPanSupport.setZoomAndPan(Element elt, short val)
          Sets the zoomAndPan attribute value.
 Document SVGDOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          DOM: Implements DOMImplementation.createDocument(String,String,DocumentType).
 void SVGOMSVGElement.setUseCurrentView(boolean useCurrentView)
           
 void SVGOMSVGElement.setCurrentScale(float currentScale)
           
 void SVGOMSVGElement.unsuspendRedraw(int suspend_handle_id)
           
 Event SVGOMSVGElement.createEvent(java.lang.String eventType)
          DOM: Implements DocumentEvent.createEvent(String).
 void SVGOMColorProfileElement.setLocal(java.lang.String local)
          DOM: Implements SVGColorProfileElement.setLocal(String).
 void SVGOMColorProfileElement.setName(java.lang.String name)
          DOM: Implements SVGColorProfileElement.setName(String).
 void SVGOMColorProfileElement.setRenderingIntent(short renderingIntent)
          DOM: Implements SVGColorProfileElement.setRenderingIntent(short).
 void SVGOMAltGlyphElement.setGlyphRef(java.lang.String glyphRef)
          DOM: Implements SVGAltGlyphElement.setGlyphRef(String).
 void SVGOMAltGlyphElement.setFormat(java.lang.String format)
          DOM: Implements SVGAltGlyphElement.setFormat(String).
 void SVGOMAnimatedBoolean.setBaseVal(boolean baseVal)
          DOM: Implements SVGAnimatedBoolean.setBaseVal(boolean).
 void SVGOMGlyphRefElement.setGlyphRef(java.lang.String glyphRef)
          DOM: Implements SVGGlyphRefElement.setGlyphRef(String).
 void SVGOMGlyphRefElement.setFormat(java.lang.String format)
          DOM: Implements SVGGlyphRefElement.setFormat(String).
 void SVGOMGlyphRefElement.setX(float x)
          DOM: Implements SVGGlyphRefElement.setX(float).
 void SVGOMGlyphRefElement.setY(float y)
          DOM: Implements SVGGlyphRefElement.setY(float).
 void SVGOMGlyphRefElement.setDx(float dx)
          DOM: Implements SVGGlyphRefElement.setDx(float).
 void SVGOMGlyphRefElement.setDy(float dy)
          DOM: Implements SVGGlyphRefElement.setDy(float).
 Node AbstractElement.ExtendedNamedNodeHashMap.removeNamedItemNS(java.lang.String namespaceURI, java.lang.String localName)
          DOM: Implements NamedNodeMap.removeNamedItemNS(String,String).
 

Uses of DOMException in org.apache.batik.dom.traversal
 

Methods in org.apache.batik.dom.traversal that throw DOMException
 NodeIterator TraversalSupport.createNodeIterator(AbstractDocument doc, Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
          Creates a new node iterator.
 

Uses of DOMException in org.apache.batik.extension
 

Methods in org.apache.batik.extension that throw DOMException
 void PrefixableStylableExtensionElement.setPrefix(java.lang.String prefix)
          DOM: Implements Node.setPrefix(String).
 

Uses of DOMException in org.apache.batik.parser.style
 

Methods in org.apache.batik.parser.style that throw DOMException
 void AbstractCSSValue.setCssText(java.lang.String cssText)
          DOM: Implements CSSValue.setCssText(String).
 void AbstractCSSValue.setFloatValue(short unitType, float floatValue)
          DOM: Implements CSSPrimitiveValue.setFloatValue(short,float).
 float AbstractCSSValue.getFloatValue(short unitType)
          DOM: Implements CSSPrimitiveValue.getFloatValue(short).
 void AbstractCSSValue.setStringValue(short stringType, java.lang.String stringValue)
          DOM: Implements CSSPrimitiveValue.setStringValue(short,String).
 java.lang.String AbstractCSSValue.getStringValue()
          DOM: Implements CSSPrimitiveValue.getStringValue().
 Counter AbstractCSSValue.getCounterValue()
          DOM: Implements CSSPrimitiveValue.getCounterValue().
 Rect AbstractCSSValue.getRectValue()
          DOM: Implements CSSPrimitiveValue.getRectValue().
 RGBColor AbstractCSSValue.getRGBColorValue()
          DOM: Implements CSSPrimitiveValue.getRGBColorValue().
 float CSSFloatValue.getFloatValue(short unitType)
          DOM: Implements CSSPrimitiveValue.getFloatValue(short).
protected  java.lang.String CSSFloatValue.getUnitRepresentation(short unitType)
          Returns the representation for the given unit type.
 RGBColor CSSRGBColorValue.getRGBColorValue()
          DOM: Implements CSSPrimitiveValue.getRGBColorValue().
 Rect CSSRectValue.getRectValue()
          DOM: Implements CSSPrimitiveValue.getRectValue().
 java.lang.String CSSStringValue.getStringValue()
          DOM: Implements CSSPrimitiveValue.getStringValue().
 

Uses of DOMException in org.apache.batik.script
 

Methods in org.apache.batik.script that throw DOMException
 java.lang.String DocumentProxy.getNodeValue()
          The value of this node, depending on its type; see the table above.
 void DocumentProxy.setNodeValue(java.lang.String nodeValue)
           
 Node DocumentProxy.insertBefore(Node newChild, Node refChild)
          Inserts the node newChild before the existing child node refChild.
 Node DocumentProxy.replaceChild(Node newChild, Node oldChild)
          Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
 Node DocumentProxy.removeChild(Node oldChild)
          Removes the child node indicated by oldChild from the list of children, and returns it.
 Node DocumentProxy.appendChild(Node newChild)
          Adds the node newChild to the end of the list of children of this node.
 void DocumentProxy.setPrefix(java.lang.String prefix)
           
 Element DocumentProxy.createElement(java.lang.String tagName)
          Creates an element of the type specified.
 CDATASection DocumentProxy.createCDATASection(java.lang.String data)
          Creates a CDATASection node whose value is the specified string.
 ProcessingInstruction DocumentProxy.createProcessingInstruction(java.lang.String target, java.lang.String data)
          Creates a ProcessingInstruction node given the specified name and data strings.
 Attr DocumentProxy.createAttribute(java.lang.String name)
          Creates an Attr of the given name.
 EntityReference DocumentProxy.createEntityReference(java.lang.String name)
          Creates an EntityReference object.
 Node DocumentProxy.importNode(Node importedNode, boolean deep)
          Imports a node from another document to this document.
 Element DocumentProxy.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Creates an element of the given qualified name and namespace URI.
 Attr DocumentProxy.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Creates an attribute of the given qualified name and namespace URI.
 Event SVGDocumentProxy.createEvent(java.lang.String eventType)
           
 

Uses of DOMException in org.w3c.dom
 

Methods in org.w3c.dom that throw DOMException
 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 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 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.
 Text Text.splitText(int offset)
          Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
 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.
 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)
           
 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 CSSStyleRule.setSelectorText(java.lang.String selectorText)
          The textual representation of the selector for the rule set.
 CSSStyleSheet DOMImplementationCSS.createCSSStyleSheet(java.lang.String title, java.lang.String media)
          Creates a new CSSStyleSheet.
 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.
 void CSSStyleDeclaration.setCssText(java.lang.String cssText)
          The parsable textual representation of the declaration block (excluding the surrounding curly braces).
 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 CSSPageRule.setSelectorText(java.lang.String selectorText)
          The parsable textual representation of the page selector for the rule.
 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 CSSValue.setCssText(java.lang.String cssText)
          A string representation of the current value.
 void CSSRule.setCssText(java.lang.String cssText)
          The parsable textual representation of the rule.
 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 CSSCharsetRule.setEncoding(java.lang.String encoding)
          The encoding information used in this @charset rule.
 void CSS2Properties.setAzimuth(java.lang.String azimuth)
          See the azimuth property definition in CSS2.
 void CSS2Properties.setBackground(java.lang.String background)
          See the background property definition in CSS2.
 void CSS2Properties.setBackgroundAttachment(java.lang.String backgroundAttachment)
          See the background-attachment property definition in CSS2.
 void CSS2Properties.setBackgroundColor(java.lang.String backgroundColor)
          See the background-color property definition in CSS2.
 void CSS2Properties.setBackgroundImage(java.lang.String backgroundImage)
          See the background-image property definition in CSS2.
 void CSS2Properties.setBackgroundPosition(java.lang.String backgroundPosition)
          See the background-position property definition in CSS2.
 void CSS2Properties.setBackgroundRepeat(java.lang.String backgroundRepeat)
          See the background-repeat property definition in CSS2.
 void CSS2Properties.setBorder(java.lang.String border)
          See the border property definition in CSS2.
 void CSS2Properties.setBorderCollapse(java.lang.String borderCollapse)
          See the border-collapse property definition in CSS2.
 void CSS2Properties.setBorderColor(java.lang.String borderColor)
          See the border-color property definition in CSS2.
 void CSS2Properties.setBorderSpacing(java.lang.String borderSpacing)
          See the border-spacing property definition in CSS2.
 void CSS2Properties.setBorderStyle(java.lang.String borderStyle)
          See the border-style property definition in CSS2.
 void CSS2Properties.setBorderTop(java.lang.String borderTop)
          See the border-top property definition in CSS2.
 void CSS2Properties.setBorderRight(java.lang.String borderRight)
          See the border-right property definition in CSS2.
 void CSS2Properties.setBorderBottom(java.lang.String borderBottom)
          See the border-bottom property definition in CSS2.
 void CSS2Properties.setBorderLeft(java.lang.String borderLeft)
          See the border-left property definition in CSS2.
 void CSS2Properties.setBorderTopColor(java.lang.String borderTopColor)
          See the border-top-color property definition in CSS2.
 void CSS2Properties.setBorderRightColor(java.lang.String borderRightColor)
          See the border-right-color property definition in CSS2.
 void CSS2Properties.setBorderBottomColor(java.lang.String borderBottomColor)
          See the border-bottom-color property definition in CSS2.
 void CSS2Properties.setBorderLeftColor(java.lang.String borderLeftColor)
          See the border-left-color property definition in CSS2.
 void CSS2Properties.setBorderTopStyle(java.lang.String borderTopStyle)
          See the border-top-style property definition in CSS2.
 void CSS2Properties.setBorderRightStyle(java.lang.String borderRightStyle)
          See the border-right-style property definition in CSS2.
 void CSS2Properties.setBorderBottomStyle(java.lang.String borderBottomStyle)
          See the border-bottom-style property definition in CSS2.
 void CSS2Properties.setBorderLeftStyle(java.lang.String borderLeftStyle)
          See the border-left-style property definition in CSS2.
 void CSS2Properties.setBorderTopWidth(java.lang.String borderTopWidth)
          See the border-top-width property definition in CSS2.
 void CSS2Properties.setBorderRightWidth(java.lang.String borderRightWidth)
          See the border-right-width property definition in CSS2.
 void CSS2Properties.setBorderBottomWidth(java.lang.String borderBottomWidth)
          See the border-bottom-width property definition in CSS2.
 void CSS2Properties.setBorderLeftWidth(java.lang.String borderLeftWidth)
          See the border-left-width property definition in CSS2.
 void CSS2Properties.setBorderWidth(java.lang.String borderWidth)
          See the border-width property definition in CSS2.
 void CSS2Properties.setBottom(java.lang.String bottom)
          See the bottom property definition in CSS2.
 void CSS2Properties.setCaptionSide(java.lang.String captionSide)
          See the caption-side property definition in CSS2.
 void CSS2Properties.setClear(java.lang.String clear)
          See the clear property definition in CSS2.
 void CSS2Properties.setClip(java.lang.String clip)
          See the clip property definition in CSS2.
 void CSS2Properties.setColor(java.lang.String color)
          See the color property definition in CSS2.
 void CSS2Properties.setContent(java.lang.String content)
          See the content property definition in CSS2.
 void CSS2Properties.setCounterIncrement(java.lang.String counterIncrement)
          See the counter-increment property definition in CSS2.
 void CSS2Properties.setCounterReset(java.lang.String counterReset)
          See the counter-reset property definition in CSS2.
 void CSS2Properties.setCue(java.lang.String cue)
          See the cue property definition in CSS2.
 void CSS2Properties.setCueAfter(java.lang.String cueAfter)
          See the cue-after property definition in CSS2.
 void CSS2Properties.setCueBefore(java.lang.String cueBefore)
          See the cue-before property definition in CSS2.
 void CSS2Properties.setCursor(java.lang.String cursor)
          See the cursor property definition in CSS2.
 void CSS2Properties.setDirection(java.lang.String direction)
          See the direction property definition in CSS2.
 void CSS2Properties.setDisplay(java.lang.String display)
          See the display property definition in CSS2.
 void CSS2Properties.setElevation(java.lang.String elevation)
          See the elevation property definition in CSS2.
 void CSS2Properties.setEmptyCells(java.lang.String emptyCells)
          See the empty-cells property definition in CSS2.
 void CSS2Properties.setCssFloat(java.lang.String cssFloat)
          See the float property definition in CSS2.
 void CSS2Properties.setFont(java.lang.String font)
          See the font property definition in CSS2.
 void CSS2Properties.setFontFamily(java.lang.String fontFamily)
          See the font-family property definition in CSS2.
 void CSS2Properties.setFontSize(java.lang.String fontSize)
          See the font-size property definition in CSS2.
 void CSS2Properties.setFontSizeAdjust(java.lang.String fontSizeAdjust)
          See the font-size-adjust property definition in CSS2.
 void CSS2Properties.setFontStretch(java.lang.String fontStretch)
          See the font-stretch property definition in CSS2.
 void CSS2Properties.setFontStyle(java.lang.String fontStyle)
          See the font-style property definition in CSS2.
 void CSS2Properties.setFontVariant(java.lang.String fontVariant)
          See the font-variant property definition in CSS2.
 void CSS2Properties.setFontWeight(java.lang.String fontWeight)
          See the font-weight property definition in CSS2.
 void CSS2Properties.setHeight(java.lang.String height)
          See the height property definition in CSS2.
 void CSS2Properties.setLeft(java.lang.String left)
          See the left property definition in CSS2.
 void CSS2Properties.setLetterSpacing(java.lang.String letterSpacing)
          See the letter-spacing property definition in CSS2.
 void CSS2Properties.setLineHeight(java.lang.String lineHeight)
          See the line-height property definition in CSS2.
 void CSS2Properties.setListStyle(java.lang.String listStyle)
          See the list-style property definition in CSS2.
 void CSS2Properties.setListStyleImage(java.lang.String listStyleImage)
          See the list-style-image property definition in CSS2.
 void CSS2Properties.setListStylePosition(java.lang.String listStylePosition)
          See the list-style-position property definition in CSS2.
 void CSS2Properties.setListStyleType(java.lang.String listStyleType)
          See the list-style-type property definition in CSS2.
 void CSS2Properties.setMargin(java.lang.String margin)
          See the margin property definition in CSS2.
 void CSS2Properties.setMarginTop(java.lang.String marginTop)
          See the margin-top property definition in CSS2.
 void CSS2Properties.setMarginRight(java.lang.String marginRight)
          See the margin-right property definition in CSS2.
 void CSS2Properties.setMarginBottom(java.lang.String marginBottom)
          See the margin-bottom property definition in CSS2.
 void CSS2Properties.setMarginLeft(java.lang.String marginLeft)
          See the margin-left property definition in CSS2.
 void CSS2Properties.setMarkerOffset(java.lang.String markerOffset)
          See the marker-offset property definition in CSS2.
 void CSS2Properties.setMarks(java.lang.String marks)
          See the marks property definition in CSS2.
 void CSS2Properties.setMaxHeight(java.lang.String maxHeight)
          See the max-height property definition in CSS2.
 void CSS2Properties.setMaxWidth(java.lang.String maxWidth)
          See the max-width property definition in CSS2.
 void CSS2Properties.setMinHeight(java.lang.String minHeight)
          See the min-height property definition in CSS2.
 void CSS2Properties.setMinWidth(java.lang.String minWidth)
          See the min-width property definition in CSS2.
 void CSS2Properties.setOrphans(java.lang.String orphans)
          See the orphans property definition in CSS2.
 void CSS2Properties.setOutline(java.lang.String outline)
          See the outline property definition in CSS2.
 void CSS2Properties.setOutlineColor(java.lang.String outlineColor)
          See the outline-color property definition in CSS2.
 void CSS2Properties.setOutlineStyle(java.lang.String outlineStyle)
          See the outline-style property definition in CSS2.
 void CSS2Properties.setOutlineWidth(java.lang.String outlineWidth)
          See the outline-width property definition in CSS2.
 void CSS2Properties.setOverflow(java.lang.String overflow)
          See the overflow property definition in CSS2.
 void CSS2Properties.setPadding(java.lang.String padding)
          See the padding property definition in CSS2.
 void CSS2Properties.setPaddingTop(java.lang.String paddingTop)
          See the padding-top property definition in CSS2.
 void CSS2Properties.setPaddingRight(java.lang.String paddingRight)
          See the padding-right property definition in CSS2.
 void CSS2Properties.setPaddingBottom(java.lang.String paddingBottom)
          See the padding-bottom property definition in CSS2.
 void CSS2Properties.setPaddingLeft(java.lang.String paddingLeft)
          See the padding-left property definition in CSS2.
 void CSS2Properties.setPage(java.lang.String page)
          See the page property definition in CSS2.
 void CSS2Properties.setPageBreakAfter(java.lang.String pageBreakAfter)
          See the page-break-after property definition in CSS2.
 void CSS2Properties.setPageBreakBefore(java.lang.String pageBreakBefore)
          See the page-break-before property definition in CSS2.
 void CSS2Properties.setPageBreakInside(java.lang.String pageBreakInside)
          See the page-break-inside property definition in CSS2.
 void CSS2Properties.setPause(java.lang.String pause)
          See the pause property definition in CSS2.
 void CSS2Properties.setPauseAfter(java.lang.String pauseAfter)
          See the pause-after property definition in CSS2.
 void CSS2Properties.setPauseBefore(java.lang.String pauseBefore)
          See the pause-before property definition in CSS2.
 void CSS2Properties.setPitch(java.lang.String pitch)
          See the pitch property definition in CSS2.
 void CSS2Properties.setPitchRange(java.lang.String pitchRange)
          See the pitch-range property definition in CSS2.
 void CSS2Properties.setPlayDuring(java.lang.String playDuring)
          See the play-during property definition in CSS2.
 void CSS2Properties.setPosition(java.lang.String position)
          See the position property definition in CSS2.
 void CSS2Properties.setQuotes(java.lang.String quotes)
          See the quotes property definition in CSS2.
 void CSS2Properties.setRichness(java.lang.String richness)
          See the richness property definition in CSS2.
 void CSS2Properties.setRight(java.lang.String right)
          See the right property definition in CSS2.
 void CSS2Properties.setSize(java.lang.String size)
          See the size property definition in CSS2.
 void CSS2Properties.setSpeak(java.lang.String speak)
          See the speak property definition in CSS2.
 void CSS2Properties.setSpeakHeader(java.lang.String speakHeader)
          See the speak-header property definition in CSS2.
 void CSS2Properties.setSpeakNumeral(java.lang.String speakNumeral)
          See the speak-numeral property definition in CSS2.
 void CSS2Properties.setSpeakPunctuation(java.lang.String speakPunctuation)
          See the speak-punctuation property definition in CSS2.
 void CSS2Properties.setSpeechRate(java.lang.String speechRate)
          See the speech-rate property definition in CSS2.
 void CSS2Properties.setStress(java.lang.String stress)
          See the stress property definition in CSS2.
 void CSS2Properties.setTableLayout(java.lang.String tableLayout)
          See the table-layout property definition in CSS2.
 void CSS2Properties.setTextAlign(java.lang.String textAlign)
          See the text-align property definition in CSS2.
 void CSS2Properties.setTextDecoration(java.lang.String textDecoration)
          See the text-decoration property definition in CSS2.
 void CSS2Properties.setTextIndent(java.lang.String textIndent)
          See the text-indent property definition in CSS2.
 void CSS2Properties.setTextShadow(java.lang.String textShadow)
          See the text-shadow property definition in CSS2.
 void CSS2Properties.setTextTransform(java.lang.String textTransform)
          See the text-transform property definition in CSS2.
 void CSS2Properties.setTop(java.lang.String top)
          See the top property definition in CSS2.
 void CSS2Properties.setUnicodeBidi(java.lang.String unicodeBidi)
          See the unicode-bidi property definition in CSS2.
 void CSS2Properties.setVerticalAlign(java.lang.String verticalAlign)
          See the vertical-align property definition in CSS2.
 void CSS2Properties.setVisibility(java.lang.String visibility)
          See the visibility property definition in CSS2.
 void CSS2Properties.setVoiceFamily(java.lang.String voiceFamily)
          See the voice-family property definition in CSS2.
 void CSS2Properties.setVolume(java.lang.String volume)
          See the volume property definition in CSS2.
 void CSS2Properties.setWhiteSpace(java.lang.String whiteSpace)
          See the white-space property definition in CSS2.
 void CSS2Properties.setWidows(java.lang.String widows)
          See the widows property definition in CSS2.
 void CSS2Properties.setWidth(java.lang.String width)
          See the width property definition in CSS2.
 void CSS2Properties.setWordSpacing(java.lang.String wordSpacing)
          See the word-spacing property definition in CSS2.
 void CSS2Properties.setZIndex(java.lang.String zIndex)
          See the z-index property definition in CSS2.
 

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.smil
 

Methods in org.w3c.dom.smil that throw DOMException
 boolean ElementTimeControl.beginElement()
           
 boolean ElementTimeControl.beginElementAt(float offset)
           
 boolean ElementTimeControl.endElement()
           
 boolean ElementTimeControl.endElementAt(float offset)
           
 

Uses of DOMException in org.w3c.dom.stylesheets
 

Methods in org.w3c.dom.stylesheets that throw DOMException
 void MediaList.setMediaText(java.lang.String mediaText)
          The parsable textual representation of the media list.
 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.svg
 

Methods in org.w3c.dom.svg that throw DOMException
 void SVGPathSegCurvetoQuadraticSmoothAbs.setX(float x)
           
 void SVGPathSegCurvetoQuadraticSmoothAbs.setY(float y)
           
 void SVGNumber.setValue(float value)
           
 void SVGRect.setX(float x)
           
 void SVGRect.setY(float y)
           
 void SVGRect.setWidth(float width)
           
 void SVGRect.setHeight(float height)
           
 float SVGTextContentElement.getSubStringLength(int charnum, int nchars)
           
 SVGPoint SVGTextContentElement.getStartPositionOfChar(int charnum)
           
 SVGPoint SVGTextContentElement.getEndPositionOfChar(int charnum)
           
 SVGRect SVGTextContentElement.getExtentOfChar(int charnum)
           
 float SVGTextContentElement.getRotationOfChar(int charnum)
           
 void SVGTextContentElement.selectSubString(int charnum, int nchars)
           
 void SVGPathSegLinetoRel.setX(float x)
           
 void SVGPathSegLinetoRel.setY(float y)
           
 void SVGPathSegArcRel.setX(float x)
           
 void SVGPathSegArcRel.setY(float y)
           
 void SVGPathSegArcRel.setR1(float r1)
           
 void SVGPathSegArcRel.setR2(float r2)
           
 void SVGPathSegArcRel.setAngle(float angle)
           
 void SVGPathSegArcRel.setLargeArcFlag(boolean largeArcFlag)
           
 void SVGPathSegArcRel.setSweepFlag(boolean sweepFlag)
           
 void SVGPathSegCurvetoCubicSmoothRel.setX(float x)
           
 void SVGPathSegCurvetoCubicSmoothRel.setY(float y)
           
 void SVGPathSegCurvetoCubicSmoothRel.setX2(float x2)
           
 void SVGPathSegCurvetoCubicSmoothRel.setY2(float y2)
           
 void SVGStyleElement.setXMLspace(java.lang.String xmlspace)
           
 void SVGStyleElement.setType(java.lang.String type)
           
 void SVGStyleElement.setMedia(java.lang.String media)
           
 void SVGStyleElement.setTitle(java.lang.String title)
           
 void SVGColorProfileRule.setSrc(java.lang.String src)
           
 void SVGColorProfileRule.setName(java.lang.String name)
           
 void SVGColorProfileRule.setRenderingIntent(short renderingIntent)
           
 void SVGLengthList.clear()
           
 SVGLength SVGLengthList.initialize(SVGLength newItem)
           
 SVGLength SVGLengthList.getItem(int index)
           
 SVGLength SVGLengthList.insertItemBefore(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.replaceItem(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.removeItem(int index)
           
 SVGLength SVGLengthList.appendItem(SVGLength newItem)
           
 void SVGPathSegMovetoAbs.setX(float x)
           
 void SVGPathSegMovetoAbs.setY(float y)
           
 void SVGLength.setValue(float value)
           
 void SVGLength.setValueInSpecifiedUnits(float valueInSpecifiedUnits)
           
 void SVGLength.setValueAsString(java.lang.String valueAsString)
           
 void SVGICCColor.setColorProfile(java.lang.String colorProfile)
           
 void SVGPathSegLinetoVerticalAbs.setY(float y)
           
 void SVGPathSegCurvetoQuadraticSmoothRel.setX(float x)
           
 void SVGPathSegCurvetoQuadraticSmoothRel.setY(float y)
           
 void SVGAnimatedBoolean.setBaseVal(boolean baseVal)
           
 SVGDocument GetSVGDocument.getSVGDocument()
           
 void SVGPreserveAspectRatio.setAlign(short align)
           
 void SVGPreserveAspectRatio.setMeetOrSlice(short meetOrSlice)
           
 void SVGNumberList.clear()
           
 SVGNumber SVGNumberList.initialize(SVGNumber newItem)
           
 SVGNumber SVGNumberList.getItem(int index)
           
 SVGNumber SVGNumberList.insertItemBefore(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.replaceItem(SVGNumber newItem, int index)
           
 SVGNumber SVGNumberList.removeItem(int index)
           
 SVGNumber SVGNumberList.appendItem(SVGNumber newItem)
           
 void SVGElement.setId(java.lang.String id)
           
 void SVGElement.setXMLbase(java.lang.String xmlbase)
           
 void SVGPathSegLinetoHorizontalAbs.setX(float x)
           
 void SVGAnimatedEnumeration.setBaseVal(short baseVal)
           
 void SVGPathSegMovetoRel.setX(float x)
           
 void SVGPathSegMovetoRel.setY(float y)
           
 void SVGStringList.clear()
           
 java.lang.String SVGStringList.initialize(java.lang.String newItem)
           
 java.lang.String SVGStringList.getItem(int index)
           
 java.lang.String SVGStringList.insertItemBefore(java.lang.String newItem, int index)
           
 java.lang.String SVGStringList.replaceItem(java.lang.String newItem, int index)
           
 java.lang.String SVGStringList.removeItem(int index)
           
 java.lang.String SVGStringList.appendItem(java.lang.String newItem)
           
 void SVGPathSegCurvetoCubicAbs.setX(float x)
           
 void SVGPathSegCurvetoCubicAbs.setY(float y)
           
 void SVGPathSegCurvetoCubicAbs.setX1(float x1)
           
 void SVGPathSegCurvetoCubicAbs.setY1(float y1)
           
 void SVGPathSegCurvetoCubicAbs.setX2(float x2)
           
 void SVGPathSegCurvetoCubicAbs.setY2(float y2)
           
 void SVGAngle.setValue(float value)
           
 void SVGAngle.setValueInSpecifiedUnits(float valueInSpecifiedUnits)
           
 void SVGAngle.setValueAsString(java.lang.String valueAsString)
           
 float SVGAnimationElement.getSimpleDuration()
           
 void SVGPathSegLinetoVerticalRel.setY(float y)
           
 void SVGPathSegCurvetoQuadraticAbs.setX(float x)
           
 void SVGPathSegCurvetoQuadraticAbs.setY(float y)
           
 void SVGPathSegCurvetoQuadraticAbs.setX1(float x1)
           
 void SVGPathSegCurvetoQuadraticAbs.setY1(float y1)
           
 void SVGSVGElement.setContentScriptType(java.lang.String contentScriptType)
           
 void SVGSVGElement.setContentStyleType(java.lang.String contentStyleType)
           
 void SVGSVGElement.setUseCurrentView(boolean useCurrentView)
           
 void SVGSVGElement.setCurrentScale(float currentScale)
           
 void SVGSVGElement.unsuspendRedraw(int suspend_handle_id)
           
 void SVGColorProfileElement.setLocal(java.lang.String local)
           
 void SVGColorProfileElement.setName(java.lang.String name)
           
 void SVGColorProfileElement.setRenderingIntent(short renderingIntent)
           
 void SVGAltGlyphElement.setGlyphRef(java.lang.String glyphRef)
           
 void SVGAltGlyphElement.setFormat(java.lang.String format)
           
 void SVGMatrix.setA(float a)
           
 void SVGMatrix.setB(float b)
           
 void SVGMatrix.setC(float c)
           
 void SVGMatrix.setD(float d)
           
 void SVGMatrix.setE(float e)
           
 void SVGMatrix.setF(float f)
           
 void SVGPathSegLinetoHorizontalRel.setX(float x)
           
 void SVGTransformList.clear()
           
 SVGTransform SVGTransformList.initialize(SVGTransform newItem)
           
 SVGTransform SVGTransformList.getItem(int index)
           
 SVGTransform SVGTransformList.insertItemBefore(SVGTransform newItem, int index)
           
 SVGTransform SVGTransformList.replaceItem(SVGTransform newItem, int index)
           
 SVGTransform SVGTransformList.removeItem(int index)
           
 SVGTransform SVGTransformList.appendItem(SVGTransform newItem)
           
 void SVGPathSegList.clear()
           
 SVGPathSeg SVGPathSegList.initialize(SVGPathSeg newItem)
           
 SVGPathSeg SVGPathSegList.getItem(int index)
           
 SVGPathSeg SVGPathSegList.insertItemBefore(SVGPathSeg newItem, int index)
           
 SVGPathSeg SVGPathSegList.replaceItem(SVGPathSeg newItem, int index)
           
 SVGPathSeg SVGPathSegList.removeItem(int index)
           
 SVGPathSeg SVGPathSegList.appendItem(SVGPathSeg newItem)
           
 void SVGZoomAndPan.setZoomAndPan(short zoomAndPan)
           
 void SVGPathSegCurvetoCubicRel.setX(float x)
           
 void SVGPathSegCurvetoCubicRel.setY(float y)
           
 void SVGPathSegCurvetoCubicRel.setX1(float x1)
           
 void SVGPathSegCurvetoCubicRel.setY1(float y1)
           
 void SVGPathSegCurvetoCubicRel.setX2(float x2)
           
 void SVGPathSegCurvetoCubicRel.setY2(float y2)
           
 void SVGAnimatedInteger.setBaseVal(int baseVal)
           
 void SVGPoint.setX(float x)
           
 void SVGPoint.setY(float y)
           
 void SVGPathSegCurvetoQuadraticRel.setX(float x)
           
 void SVGPathSegCurvetoQuadraticRel.setY(float y)
           
 void SVGPathSegCurvetoQuadraticRel.setX1(float x1)
           
 void SVGPathSegCurvetoQuadraticRel.setY1(float y1)
           
 void SVGGlyphRefElement.setGlyphRef(java.lang.String glyphRef)
           
 void SVGGlyphRefElement.setFormat(java.lang.String format)
           
 void SVGGlyphRefElement.setX(float x)
           
 void SVGGlyphRefElement.setY(float y)
           
 void SVGGlyphRefElement.setDx(float dx)
           
 void SVGGlyphRefElement.setDy(float dy)
           
 void SVGScriptElement.setType(java.lang.String type)
           
 void SVGPathSegArcAbs.setX(float x)
           
 void SVGPathSegArcAbs.setY(float y)
           
 void SVGPathSegArcAbs.setR1(float r1)
           
 void SVGPathSegArcAbs.setR2(float r2)
           
 void SVGPathSegArcAbs.setAngle(float angle)
           
 void SVGPathSegArcAbs.setLargeArcFlag(boolean largeArcFlag)
           
 void SVGPathSegArcAbs.setSweepFlag(boolean sweepFlag)
           
 void SVGPointList.clear()
           
 SVGPoint SVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint SVGPointList.getItem(int index)
           
 SVGPoint SVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.replaceItem(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.removeItem(int index)
           
 SVGPoint SVGPointList.appendItem(SVGPoint newItem)
           
 void SVGPathSegLinetoAbs.setX(float x)
           
 void SVGPathSegLinetoAbs.setY(float y)
           
 void SVGLangSpace.setXMLlang(java.lang.String xmllang)
           
 void SVGLangSpace.setXMLspace(java.lang.String xmlspace)
           
 void SVGAnimatedString.setBaseVal(java.lang.String baseVal)
           
 void SVGAnimatedNumber.setBaseVal(float baseVal)
           
 void SVGPathSegCurvetoCubicSmoothAbs.setX(float x)
           
 void SVGPathSegCurvetoCubicSmoothAbs.setY(float y)
           
 void SVGPathSegCurvetoCubicSmoothAbs.setX2(float x2)
           
 void SVGPathSegCurvetoCubicSmoothAbs.setY2(float y2)
           
 

Uses of DOMException in org.w3c.dom.traversal
 

Methods in org.w3c.dom.traversal that throw DOMException
 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)
           
 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.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.