Uses of Class
org.w3c.dom.DOMException

Packages that use DOMException
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
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   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.apache.batik.parser.style Provides an extensible framework for style attributes parsing. 
org.apache.batik.refimpl.bridge   
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.bridge
 

Methods in org.apache.batik.bridge that throw DOMException
 Document DocumentLoader.loadDocument(java.lang.String uri)
          Returns a document from the specified uri.
 

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
 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 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).
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 CSSOMUnknownRule.setCssText(java.lang.String cssText)
          DOM: Implements CSSRule.setCssText(String).
 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).
 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).
 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).
 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.
 int CSSOMRuleList.insert(CSSRule rule, int index)
          Inserts a rule in the list.
 void CSSOMImportRule.setCssText(java.lang.String cssText)
          DOM: Implements CSSRule.setCssText(String).
 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 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 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().
 

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.
 ImmutableValue StrokeDashoffsetFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue StrokeDashoffsetFactory.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 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.
 ImmutableValue StrokeWidthFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue StrokeWidthFactory.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 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 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 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.
 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 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 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 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 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 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 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.
 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.
 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.
 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.
 java.lang.String ImmutableString.getStringValue()
          This method is used to get the 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.
 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.
 ImmutableValue AbstractRectFactory.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.
 Rect ImmutableRect.getRectValue()
          This method is used to get the Rect 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 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.
 java.lang.String ImmutableInherit.getStringValue()
          This method is used to get the 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 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.
 ImmutableValue AbstractRGBColorFactory.ColorComponentFactory.createValue(LexicalUnit lu)
          Creates a value from a lexical unit.
 ImmutableValue FontFamilyFactory.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.
 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.
 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.
 

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 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).
 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.
 Text AbstractText.splitText(int offset)
          DOM: Implements Text.splitText(int).
 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).
 Document GenericDOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          DOM: Implements DOMImplementation.createDocument(String,String,DocumentType) .
 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 StyleSheetProcessingInstruction.setData(java.lang.String data)
          DOM: Implements ProcessingInstruction.setData(String).
 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 name, Node arg)
          Adds a node to the map.
 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).
 

Constructors in org.apache.batik.dom that throw DOMException
AbstractAttr(java.lang.String name, AbstractDocument owner)
          Creates a new Attr object.
GenericAttr(java.lang.String name, AbstractDocument owner)
          Creates a new Attr object.
AbstractEntityReference(java.lang.String name, AbstractDocument owner)
          Creates a new EntityReference 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.
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.
 

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

Methods in org.apache.batik.dom.events that throw DOMException
static Event EventSupport.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 return DOMException
 DOMException AttributeModifier.createDOMException(short type, java.lang.String key, java.lang.Object[] args)
          Creates a DOM exception with a localized message.
protected  DOMException SVGOMTransformList.createDOMException(short type, java.lang.String key, java.lang.Object[] args)
          Creates a localized DOM exception.
 DOMException SVGOMAnimatedLength.createDOMException(short type, java.lang.String key, java.lang.Object[] args)
          Creates a DOM exception with a localized message.
 DOMException SVGOMAnimatedTransformList.createDOMException(short type, java.lang.String key, java.lang.Object[] args)
          Creates a DOM exception with a localized message.
 

Methods in org.apache.batik.dom.svg that throw DOMException
 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).
 void SVGOMAnimatedNumber.setBaseVal(float baseVal)
          DOM: Implements SVGAnimatedNumber.getBaseVal().
static void SVGZoomAndPanSupport.setZoomAndPan(Element elt, short val)
          Sets the zoomAndPan attribute value.
 float SVGOMTextPathElement.getSubStringLength(int charnum, int nchars)
          DOM: Implements SVGTextContentElement.getSubStringLength(int,int).
 SVGPoint SVGOMTextPathElement.getStartPositionOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getStartPositionOfChar(int).
 SVGPoint SVGOMTextPathElement.getEndPositionOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getEndPositionOfChar(int).
 SVGRect SVGOMTextPathElement.getExtentOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getExtentOfChar(int).
 float SVGOMTextPathElement.getRotationOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getRotationOfChar(int).
 void SVGOMTextPathElement.selectSubString(int charnum, int nchars)
          DOM: Implements SVGTextContentElement.selectSubString(int,int).
 SVGOMDocument SVGDocumentFactory.createDocument(java.lang.String uri, InputSource is)
          Creates a SVGOMDocument instance.
 SVGTransform SVGOMTransformList.getItem(int i)
          DOM: Implements SVGTransformList.getItem(int).
 SVGTransform SVGOMTransformList.replaceItem(SVGTransform newItem, int index)
          DOM: Implements SVGTransformList.replaceItem(SVGTransform,int).
 SVGTransform SVGOMTransformList.removeItem(int index)
          DOM: Implements SVGTransformList.removeItem(int).
 Document SVGDocumentLoader.loadDocument(java.lang.String uri)
           
 void SVGOMScriptElement.setType(java.lang.String type)
          DOM: Implements SVGScriptElement.setType(String).
 void SVGOMAnimatedBoolean.setBaseVal(boolean baseVal)
          DOM: Implements SVGAnimatedBoolean.getBaseVal().
 Document SVGDOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          DOM: Implements DOMImplementation.createDocument(String,String,DocumentType).
 Node SVGOMElement.SVGNamedNodeHashMap.setNamedItem(java.lang.String name, Node arg)
          Adds a node to the map.
 Node SVGOMElement.SVGNamedNodeHashMap.removeNamedItem(java.lang.String name)
          DOM: Implements NamedNodeMap.removeNamedItem(String).
 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).
 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 SVGOMAnimatedString.setBaseVal(java.lang.String baseVal)
          DOM: Implements SVGAnimatedString.getBaseVal().
 void SVGOMAnimatedInteger.setBaseVal(int baseVal)
          DOM: Implements SVGAnimatedInteger.getBaseVal().
 void SVGOMLength.setValue(float value)
          DOM: Implements SVGLength.setValue(float).
 void SVGOMLength.setValueInSpecifiedUnits(float value)
          DOM: Implements SVGLength.setValueInSpecifiedUnits(float).
 void SVGOMLength.setValueAsString(java.lang.String valueAsString)
          DOM: Implements SVGLength.setValueAsString(String).
 void SVGOMStyleElement.setXMLspace(java.lang.String xmlspace)
          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).
 

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.dom.util
 

Methods in org.apache.batik.dom.util that throw DOMException
 Document DocumentFactory.createDocument(java.lang.String ns, java.lang.String root, java.lang.String uri, InputSource is)
          Creates a GenericDocument.
static void XMLSupport.setXMLSpace(Element elt, java.lang.String space)
          Sets the xml:space attribute value of the given element.
 

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().
 java.lang.String CSSStringValue.getStringValue()
          DOM: Implements CSSPrimitiveValue.getStringValue().
 Rect CSSRectValue.getRectValue()
          DOM: Implements CSSPrimitiveValue.getRectValue().
 RGBColor CSSRGBColorValue.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.
 

Uses of DOMException in org.apache.batik.refimpl.bridge
 

Methods in org.apache.batik.refimpl.bridge that throw DOMException
 Document BufferedDocumentLoader.loadDocument(java.lang.String uri)
          Returns the document associated to the specified URI.
 

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.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)
           
 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)
           
 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 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 SVGPathSegLinetoHorizontalAbs.setX(float x)
           
 void SVGAnimatedEnumeration.setBaseVal(short baseVal)
           
 void SVGColorProfileElement.setLocal(java.lang.String local)
           
 void SVGColorProfileElement.setName(java.lang.String name)
           
 void SVGColorProfileElement.setRenderingIntent(short renderingIntent)
           
 void SVGElement.setId(java.lang.String id)
           
 void SVGICCColor.setColorProfile(java.lang.String colorProfile)
           
 void SVGRect.setX(float x)
           
 void SVGRect.setY(float y)
           
 void SVGRect.setWidth(float width)
           
 void SVGRect.setHeight(float height)
           
 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 SVGPathSegCurvetoCubicSmoothAbs.setX(float x)
           
 void SVGPathSegCurvetoCubicSmoothAbs.setY(float y)
           
 void SVGPathSegCurvetoCubicSmoothAbs.setX2(float x2)
           
 void SVGPathSegCurvetoCubicSmoothAbs.setY2(float y2)
           
 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 SVGPathSegCurvetoQuadraticSmoothRel.setX(float x)
           
 void SVGPathSegCurvetoQuadraticSmoothRel.setY(float y)
           
 void SVGPathSegCurvetoQuadraticAbs.setX(float x)
           
 void SVGPathSegCurvetoQuadraticAbs.setY(float y)
           
 void SVGPathSegCurvetoQuadraticAbs.setX1(float x1)
           
 void SVGPathSegCurvetoQuadraticAbs.setY1(float y1)
           
 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 SVGAnimatedBoolean.setBaseVal(boolean baseVal)
           
 void SVGPathSegLinetoHorizontalRel.setX(float x)
           
 void SVGAngle.setValue(float value)
           
 void SVGAngle.setValueInSpecifiedUnits(float valueInSpecifiedUnits)
           
 void SVGAngle.setValueAsString(java.lang.String valueAsString)
           
 void SVGScriptElement.setType(java.lang.String type)
           
 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 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 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 SVGURIReference.setXlinkType(java.lang.String xlinkType)
           
 void SVGURIReference.setXlinkRole(java.lang.String xlinkRole)
           
 void SVGURIReference.setXlinkArcRole(java.lang.String xlinkArcRole)
           
 void SVGURIReference.setXlinkTitle(java.lang.String xlinkTitle)
           
 void SVGURIReference.setXlinkShow(java.lang.String xlinkShow)
           
 void SVGURIReference.setXlinkActuate(java.lang.String xlinkActuate)
           
 void SVGAnimatedString.setBaseVal(java.lang.String baseVal)
           
 void SVGAnimatedNumber.setBaseVal(float baseVal)
           
 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 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 SVGPathSegLinetoRel.setX(float x)
           
 void SVGPathSegLinetoRel.setY(float y)
           
 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 SVGColorProfileRule.setSrc(java.lang.String src)
           
 void SVGColorProfileRule.setName(java.lang.String name)
           
 void SVGColorProfileRule.setRenderingIntent(short renderingIntent)
           
 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 SVGPathSegCurvetoCubicSmoothRel.setX(float x)
           
 void SVGPathSegCurvetoCubicSmoothRel.setY(float y)
           
 void SVGPathSegCurvetoCubicSmoothRel.setX2(float x2)
           
 void SVGPathSegCurvetoCubicSmoothRel.setY2(float y2)
           
 void SVGPathSegMovetoAbs.setX(float x)
           
 void SVGPathSegMovetoAbs.setY(float y)
           
 void SVGAltGlyphElement.setGlyphRef(java.lang.String glyphRef)
           
 void SVGAltGlyphElement.setFormat(java.lang.String format)
           
 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 SVGPathSegLinetoVerticalAbs.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 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 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 SVGNumber.setValue(float value)
           
 void SVGAnimatedInteger.setBaseVal(int baseVal)
           
 void SVGPathSegMovetoRel.setX(float x)
           
 void SVGPathSegMovetoRel.setY(float y)
           
 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)
           
 float SVGAnimationElement.getSimpleDuration()
           
 void SVGZoomAndPan.setZoomAndPan(short zoomAndPan)
           
 void SVGPathSegLinetoVerticalRel.setY(float y)
           
 void SVGPreserveAspectRatio.setAlign(short align)
           
 void SVGPreserveAspectRatio.setMeetOrSlice(short meetOrSlice)
           
 SVGDocument GetSVGDocument.getSVGDocument()
           
 void SVGLength.setValue(float value)
           
 void SVGLength.setValueInSpecifiedUnits(float valueInSpecifiedUnits)
           
 void SVGLength.setValueAsString(java.lang.String valueAsString)
           
 

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)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.