|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DOMException | |
org.apache.batik.css.dom | |
org.apache.batik.css.engine | |
org.apache.batik.css.engine.value | |
org.apache.batik.css.engine.value.css2 | |
org.apache.batik.css.engine.value.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.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.dom |
Methods in org.apache.batik.css.dom that throw DOMException | |
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 |
CSSOMStyleDeclaration.ModificationHandler.textChanged(java.lang.String text)
Called when the value text has changed. |
void |
CSSOMStyleDeclaration.ModificationHandler.propertyRemoved(java.lang.String name)
Called when a property was removed. |
void |
CSSOMStyleDeclaration.ModificationHandler.propertyChanged(java.lang.String name,
java.lang.String value,
java.lang.String prio)
Called when a property was changed. |
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 |
CSSOMSVGColor.setCssText(java.lang.String cssText)
DOM: Implements org.w3c.dom.svg.CSSValue#setCssText(String) . |
void |
CSSOMSVGColor.setColorProfile(java.lang.String colorProfile)
DOM: Implements SVGICCColor.setColorProfile(String) . |
void |
CSSOMSVGColor.clear()
DOM: Implements SVGNumberList.clear() . |
SVGNumber |
CSSOMSVGColor.initialize(SVGNumber newItem)
DOM: Implements SVGNumberList.initialize(SVGNumber) . |
SVGNumber |
CSSOMSVGColor.getItem(int index)
DOM: Implements SVGNumberList.getItem(int) . |
SVGNumber |
CSSOMSVGColor.insertItemBefore(SVGNumber newItem,
int index)
DOM: Implements SVGNumberList.insertItemBefore(SVGNumber,int) . |
SVGNumber |
CSSOMSVGColor.replaceItem(SVGNumber newItem,
int index)
DOM: Implements SVGNumberList.replaceItem(SVGNumber,int) . |
SVGNumber |
CSSOMSVGColor.removeItem(int index)
DOM: Implements SVGNumberList.removeItem(int) . |
SVGNumber |
CSSOMSVGColor.appendItem(SVGNumber newItem)
DOM: Implements SVGNumberList.appendItem(SVGNumber) . |
void |
CSSOMSVGPaint.AbstractModificationHandler.redTextChanged(java.lang.String text)
Called when the red value text has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.redFloatValueChanged(short unit,
float value)
Called when the red float value has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.greenTextChanged(java.lang.String text)
Called when the green value text has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.greenFloatValueChanged(short unit,
float value)
Called when the green float value has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.blueTextChanged(java.lang.String text)
Called when the blue value text has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.blueFloatValueChanged(short unit,
float value)
Called when the blue float value has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.rgbColorChanged(java.lang.String text)
Called when the RGBColor text has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.rgbColorICCColorChanged(java.lang.String rgb,
java.lang.String icc)
Called when the RGBColor and the ICCColor text has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.colorChanged(short type,
java.lang.String rgb,
java.lang.String icc)
Called when the SVGColor has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.colorProfileChanged(java.lang.String cp)
Called when the ICC color profile has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.colorsCleared()
Called when the ICC colors has changed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.colorsInitialized(float f)
Called when the ICC colors has been initialized. |
void |
CSSOMSVGPaint.AbstractModificationHandler.colorInsertedBefore(float f,
int idx)
Called when the ICC color has been inserted. |
void |
CSSOMSVGPaint.AbstractModificationHandler.colorReplaced(float f,
int idx)
Called when the ICC color has been replaced. |
void |
CSSOMSVGPaint.AbstractModificationHandler.colorRemoved(int idx)
Called when the ICC color has been removed. |
void |
CSSOMSVGPaint.AbstractModificationHandler.colorAppend(float f)
Called when the ICC color has been append. |
void |
CSSOMComputedStyle.setCssText(java.lang.String cssText)
DOM: Implements CSSStyleDeclaration.setCssText(String) . |
java.lang.String |
CSSOMComputedStyle.removeProperty(java.lang.String propertyName)
DOM: Implements CSSStyleDeclaration.removeProperty(String) . |
void |
CSSOMComputedStyle.setProperty(java.lang.String propertyName,
java.lang.String value,
java.lang.String prio)
DOM: Implements CSSStyleDeclaration.setProperty(String,String,String) . |
void |
CSSOMSVGColor.ModificationHandler.textChanged(java.lang.String text)
Called when the value text has changed. |
void |
CSSOMSVGColor.ModificationHandler.redTextChanged(java.lang.String text)
Called when the red value text has changed. |
void |
CSSOMSVGColor.ModificationHandler.redFloatValueChanged(short unit,
float value)
Called when the red float value has changed. |
void |
CSSOMSVGColor.ModificationHandler.greenTextChanged(java.lang.String text)
Called when the green value text has changed. |
void |
CSSOMSVGColor.ModificationHandler.greenFloatValueChanged(short unit,
float value)
Called when the green float value has changed. |
void |
CSSOMSVGColor.ModificationHandler.blueTextChanged(java.lang.String text)
Called when the blue value text has changed. |
void |
CSSOMSVGColor.ModificationHandler.blueFloatValueChanged(short unit,
float value)
Called when the blue float value has changed. |
void |
CSSOMSVGColor.ModificationHandler.rgbColorChanged(java.lang.String text)
Called when the RGBColor text has changed. |
void |
CSSOMSVGColor.ModificationHandler.rgbColorICCColorChanged(java.lang.String rgb,
java.lang.String icc)
Called when the RGBColor and the ICCColor text has changed. |
void |
CSSOMSVGColor.ModificationHandler.colorChanged(short type,
java.lang.String rgb,
java.lang.String icc)
Called when the SVGColor has changed. |
void |
CSSOMSVGColor.ModificationHandler.colorProfileChanged(java.lang.String cp)
Called when the ICC color profile has changed. |
void |
CSSOMSVGColor.ModificationHandler.colorsCleared()
Called when the ICC colors has changed. |
void |
CSSOMSVGColor.ModificationHandler.colorsInitialized(float f)
Called when the ICC colors has been initialized. |
void |
CSSOMSVGColor.ModificationHandler.colorInsertedBefore(float f,
int idx)
Called when the ICC color has been inserted. |
void |
CSSOMSVGColor.ModificationHandler.colorReplaced(float f,
int idx)
Called when the ICC color has been replaced. |
void |
CSSOMSVGColor.ModificationHandler.colorRemoved(int idx)
Called when the ICC color has been removed. |
void |
CSSOMSVGColor.ModificationHandler.colorAppend(float f)
Called when the ICC color has been append. |
void |
CSSOMSVGColor.AbstractModificationHandler.redTextChanged(java.lang.String text)
Called when the red value text has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.redFloatValueChanged(short unit,
float value)
Called when the red float value has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.greenTextChanged(java.lang.String text)
Called when the green value text has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.greenFloatValueChanged(short unit,
float value)
Called when the green float value has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.blueTextChanged(java.lang.String text)
Called when the blue value text has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.blueFloatValueChanged(short unit,
float value)
Called when the blue float value has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.rgbColorChanged(java.lang.String text)
Called when the RGBColor text has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.rgbColorICCColorChanged(java.lang.String rgb,
java.lang.String icc)
Called when the RGBColor and the ICCColor text has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.colorChanged(short type,
java.lang.String rgb,
java.lang.String icc)
Called when the SVGColor has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.colorProfileChanged(java.lang.String cp)
Called when the ICC color profile has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.colorsCleared()
Called when the ICC colors has changed. |
void |
CSSOMSVGColor.AbstractModificationHandler.colorsInitialized(float f)
Called when the ICC colors has been initialized. |
void |
CSSOMSVGColor.AbstractModificationHandler.colorInsertedBefore(float f,
int idx)
Called when the ICC color has been inserted. |
void |
CSSOMSVGColor.AbstractModificationHandler.colorReplaced(float f,
int idx)
Called when the ICC color has been replaced. |
void |
CSSOMSVGColor.AbstractModificationHandler.colorRemoved(int idx)
Called when the ICC color has been removed. |
void |
CSSOMSVGColor.AbstractModificationHandler.colorAppend(float f)
Called when the ICC color has been append. |
float |
CSSOMSVGColor.AbstractComponent.getFloatValue(short unitType)
DOM: Implements CSSPrimitiveValue.getFloatValue(short) . |
java.lang.String |
CSSOMSVGColor.AbstractComponent.getStringValue()
DOM: Implements CSSPrimitiveValue.getStringValue() . |
Counter |
CSSOMSVGColor.AbstractComponent.getCounterValue()
DOM: Implements CSSPrimitiveValue.getCounterValue() . |
Rect |
CSSOMSVGColor.AbstractComponent.getRectValue()
DOM: Implements CSSPrimitiveValue.getRectValue() . |
RGBColor |
CSSOMSVGColor.AbstractComponent.getRGBColorValue()
DOM: Implements CSSPrimitiveValue.getRGBColorValue() . |
void |
CSSOMSVGColor.FloatComponent.setStringValue(short stringType,
java.lang.String stringValue)
DOM: Implements CSSPrimitiveValue.setStringValue(short,String) . |
void |
CSSOMSVGColor.RedComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMSVGColor.RedComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMSVGColor.GreenComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMSVGColor.GreenComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMSVGColor.BlueComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMSVGColor.BlueComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMValue.ModificationHandler.textChanged(java.lang.String text)
Called when the value text has changed. |
void |
CSSOMValue.ModificationHandler.floatValueChanged(short unit,
float value)
Called when the float value has changed. |
void |
CSSOMValue.ModificationHandler.stringValueChanged(short type,
java.lang.String value)
Called when the string value has changed. |
void |
CSSOMValue.ModificationHandler.leftTextChanged(java.lang.String text)
Called when the left value text has changed. |
void |
CSSOMValue.ModificationHandler.leftFloatValueChanged(short unit,
float value)
Called when the left float value has changed. |
void |
CSSOMValue.ModificationHandler.topTextChanged(java.lang.String text)
Called when the top value text has changed. |
void |
CSSOMValue.ModificationHandler.topFloatValueChanged(short unit,
float value)
Called when the top float value has changed. |
void |
CSSOMValue.ModificationHandler.rightTextChanged(java.lang.String text)
Called when the right value text has changed. |
void |
CSSOMValue.ModificationHandler.rightFloatValueChanged(short unit,
float value)
Called when the right float value has changed. |
void |
CSSOMValue.ModificationHandler.bottomTextChanged(java.lang.String text)
Called when the bottom value text has changed. |
void |
CSSOMValue.ModificationHandler.bottomFloatValueChanged(short unit,
float value)
Called when the bottom float value has changed. |
void |
CSSOMValue.ModificationHandler.redTextChanged(java.lang.String text)
Called when the red value text has changed. |
void |
CSSOMValue.ModificationHandler.redFloatValueChanged(short unit,
float value)
Called when the red float value has changed. |
void |
CSSOMValue.ModificationHandler.greenTextChanged(java.lang.String text)
Called when the green value text has changed. |
void |
CSSOMValue.ModificationHandler.greenFloatValueChanged(short unit,
float value)
Called when the green float value has changed. |
void |
CSSOMValue.ModificationHandler.blueTextChanged(java.lang.String text)
Called when the blue value text has changed. |
void |
CSSOMValue.ModificationHandler.blueFloatValueChanged(short unit,
float value)
Called when the blue float value has changed. |
void |
CSSOMValue.ModificationHandler.listTextChanged(int idx,
java.lang.String text)
Called when the list value text has changed. |
void |
CSSOMValue.ModificationHandler.listFloatValueChanged(int idx,
short unit,
float value)
Called when the list float value has changed. |
void |
CSSOMValue.ModificationHandler.listStringValueChanged(int idx,
short unit,
java.lang.String value)
Called when the list string value has changed. |
void |
CSSOMValue.AbstractModificationHandler.floatValueChanged(short unit,
float value)
Called when the float value has changed. |
void |
CSSOMValue.AbstractModificationHandler.stringValueChanged(short type,
java.lang.String value)
Called when the string value has changed. |
void |
CSSOMValue.AbstractModificationHandler.leftTextChanged(java.lang.String text)
Called when the left value text has changed. |
void |
CSSOMValue.AbstractModificationHandler.leftFloatValueChanged(short unit,
float value)
Called when the left float value has changed. |
void |
CSSOMValue.AbstractModificationHandler.topTextChanged(java.lang.String text)
Called when the top value text has changed. |
void |
CSSOMValue.AbstractModificationHandler.topFloatValueChanged(short unit,
float value)
Called when the top float value has changed. |
void |
CSSOMValue.AbstractModificationHandler.rightTextChanged(java.lang.String text)
Called when the right value text has changed. |
void |
CSSOMValue.AbstractModificationHandler.rightFloatValueChanged(short unit,
float value)
Called when the right float value has changed. |
void |
CSSOMValue.AbstractModificationHandler.bottomTextChanged(java.lang.String text)
Called when the bottom value text has changed. |
void |
CSSOMValue.AbstractModificationHandler.bottomFloatValueChanged(short unit,
float value)
Called when the bottom float value has changed. |
void |
CSSOMValue.AbstractModificationHandler.redTextChanged(java.lang.String text)
Called when the red value text has changed. |
void |
CSSOMValue.AbstractModificationHandler.redFloatValueChanged(short unit,
float value)
Called when the red float value has changed. |
void |
CSSOMValue.AbstractModificationHandler.greenTextChanged(java.lang.String text)
Called when the green value text has changed. |
void |
CSSOMValue.AbstractModificationHandler.greenFloatValueChanged(short unit,
float value)
Called when the green float value has changed. |
void |
CSSOMValue.AbstractModificationHandler.blueTextChanged(java.lang.String text)
Called when the blue value text has changed. |
void |
CSSOMValue.AbstractModificationHandler.blueFloatValueChanged(short unit,
float value)
Called when the blue float value has changed. |
void |
CSSOMValue.AbstractModificationHandler.listTextChanged(int idx,
java.lang.String text)
Called when the list value text has changed. |
void |
CSSOMValue.AbstractModificationHandler.listFloatValueChanged(int idx,
short unit,
float value)
Called when the list float value has changed. |
void |
CSSOMValue.AbstractModificationHandler.listStringValueChanged(int idx,
short unit,
java.lang.String value)
Called when the list string value has changed. |
float |
CSSOMValue.AbstractComponent.getFloatValue(short unitType)
DOM: Implements CSSPrimitiveValue.getFloatValue(short) . |
java.lang.String |
CSSOMValue.AbstractComponent.getStringValue()
DOM: Implements CSSPrimitiveValue.getStringValue() . |
Counter |
CSSOMValue.AbstractComponent.getCounterValue()
DOM: Implements CSSPrimitiveValue.getCounterValue() . |
Rect |
CSSOMValue.AbstractComponent.getRectValue()
DOM: Implements CSSPrimitiveValue.getRectValue() . |
RGBColor |
CSSOMValue.AbstractComponent.getRGBColorValue()
DOM: Implements CSSPrimitiveValue.getRGBColorValue() . |
void |
CSSOMValue.FloatComponent.setStringValue(short stringType,
java.lang.String stringValue)
DOM: Implements CSSPrimitiveValue.setStringValue(short,String) . |
void |
CSSOMValue.LeftComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMValue.LeftComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMValue.TopComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMValue.TopComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMValue.RightComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMValue.RightComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMValue.BottomComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMValue.BottomComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMValue.RedComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMValue.RedComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMValue.GreenComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMValue.GreenComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMValue.BlueComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMValue.BlueComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMValue.ListComponent.setCssText(java.lang.String cssText)
DOM: Implements CSSValue.setCssText(String) . |
void |
CSSOMValue.ListComponent.setFloatValue(short unitType,
float floatValue)
DOM: Implements CSSPrimitiveValue.setFloatValue(short,float) . |
void |
CSSOMValue.ListComponent.setStringValue(short stringType,
java.lang.String stringValue)
DOM: Implements CSSPrimitiveValue.setStringValue(short,String) . |
Uses of DOMException in org.apache.batik.css.engine |
Methods in org.apache.batik.css.engine that throw DOMException | |
StyleSheet |
CSSEngine.parseStyleSheet(java.net.URL uri,
java.lang.String media)
Parses and creates a new style-sheet. |
StyleSheet |
CSSEngine.parseStyleSheet(InputSource is,
java.net.URL uri,
java.lang.String media)
Parses and creates a new style-sheet. |
void |
CSSEngine.parseStyleSheet(StyleSheet ss,
java.net.URL uri)
Parses and fills the given style-sheet. |
StyleSheet |
CSSEngine.parseStyleSheet(java.lang.String rules,
java.net.URL uri,
java.lang.String media)
Parses and creates a new style-sheet. |
void |
CSSEngine.parseStyleSheet(StyleSheet ss,
java.lang.String rules,
java.net.URL uri)
Parses and fills the given style-sheet. |
Uses of DOMException in org.apache.batik.css.engine.value |
Methods in org.apache.batik.css.engine.value that return DOMException | |
protected DOMException |
AbstractValue.createDOMException()
Creates an INVALID_ACCESS_ERR exception. |
protected DOMException |
AbstractValueFactory.createInvalidIdentifierDOMException(java.lang.String ident)
Creates a DOM exception, given an invalid identifier. |
protected DOMException |
AbstractValueFactory.createInvalidLexicalUnitDOMException(short type)
Creates a DOM exception, given an invalid lexical unit type. |
protected DOMException |
AbstractValueFactory.createInvalidFloatTypeDOMException(short t)
Creates a DOM exception, given an invalid float type. |
protected DOMException |
AbstractValueFactory.createInvalidFloatValueDOMException(float f)
Creates a DOM exception, given an invalid float value. |
protected DOMException |
AbstractValueFactory.createInvalidStringTypeDOMException(short t)
Creates a DOM exception, given an invalid string type. |
protected DOMException |
AbstractValueFactory.createMalformedLexicalUnitDOMException()
|
protected DOMException |
AbstractValueFactory.createDOMException()
|
Methods in org.apache.batik.css.engine.value that throw DOMException | |
float |
AbstractValue.getFloatValue()
Implements Value.getFloatValue() . |
java.lang.String |
AbstractValue.getStringValue()
Implements Value.getStringValue() . |
Value |
AbstractValue.getRed()
Implements Value.getRed() . |
Value |
AbstractValue.getGreen()
Implements Value.getGreen() . |
Value |
AbstractValue.getBlue()
Implements Value.getBlue() . |
int |
AbstractValue.getLength()
Implements Value.getLength() . |
Value |
AbstractValue.item(int index)
Implements Value.item(int) . |
Value |
AbstractValue.getTop()
Implements Value.getTop() . |
Value |
AbstractValue.getRight()
Implements Value.getRight() . |
Value |
AbstractValue.getBottom()
Implements Value.getBottom() . |
Value |
AbstractValue.getLeft()
Implements Value.getLeft() . |
java.lang.String |
AbstractValue.getIdentifier()
Implements Value.getIdentifier() . |
java.lang.String |
AbstractValue.getListStyle()
Implements Value.getListStyle() . |
java.lang.String |
AbstractValue.getSeparator()
Implements Value.getSeparator() . |
int |
ListValue.getLength()
Implements Value.getLength() . |
Value |
ListValue.item(int index)
Implements Value.item(int) . |
Value |
AbstractValueManager.createFloatValue(short unitType,
float floatValue)
Implements ValueManager.createFloatValue(short,float) . |
Value |
AbstractValueManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager.createStringValue(short,String,CSSEngine) . |
Value |
RectManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager.createValue(LexicalUnit,CSSEngine) . |
Value |
IdentifierManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager.createValue(LexicalUnit,CSSEngine) . |
Value |
IdentifierManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager.createStringValue(short,String,CSSEngine) . |
Value |
AbstractColorManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager.createValue(LexicalUnit,CSSEngine) . |
protected Value |
AbstractColorManager.createColorComponent(LexicalUnit lu)
Creates a color component from a lexical unit. |
float |
Value.getFloatValue()
This method is used to get the float value. |
java.lang.String |
Value.getStringValue()
This method is used to get the string value. |
Value |
Value.getRed()
The red value of the RGB color. |
Value |
Value.getGreen()
The green value of the RGB color. |
Value |
Value.getBlue()
The blue value of the RGB color. |
int |
Value.getLength()
The number of CSSValues in the list. |
Value |
Value.item(int index)
Used to retrieve a rule by ordinal index. |
Value |
Value.getTop()
The top value of the rect. |
Value |
Value.getRight()
The right value of the rect. |
Value |
Value.getBottom()
The bottom value of the rect. |
Value |
Value.getLeft()
The left value of the rect. |
java.lang.String |
Value.getIdentifier()
The identifier value of the counter. |
java.lang.String |
Value.getListStyle()
The listStyle value of the counter. |
java.lang.String |
Value.getSeparator()
The separator value of the counter. |
java.lang.String |
StringValue.getStringValue()
This method is used to get the string value. |
float |
ComputedValue.getFloatValue()
Implements Value.getFloatValue() . |
java.lang.String |
ComputedValue.getStringValue()
Implements Value.getStringValue() . |
Value |
ComputedValue.getRed()
Implements Value.getRed() . |
Value |
ComputedValue.getGreen()
Implements Value.getGreen() . |
Value |
ComputedValue.getBlue()
Implements Value.getBlue() . |
int |
ComputedValue.getLength()
Implements Value.getLength() . |
Value |
ComputedValue.item(int index)
Implements Value.item(int) . |
Value |
ComputedValue.getTop()
Implements Value.getTop() . |
Value |
ComputedValue.getRight()
Implements Value.getRight() . |
Value |
ComputedValue.getBottom()
Implements Value.getBottom() . |
Value |
ComputedValue.getLeft()
Implements Value.getLeft() . |
java.lang.String |
ComputedValue.getIdentifier()
Implements Value.getIdentifier() . |
java.lang.String |
ComputedValue.getListStyle()
Implements Value.getListStyle() . |
java.lang.String |
ComputedValue.getSeparator()
Implements Value.getSeparator() . |
Value |
LengthManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager.createValue(LexicalUnit,CSSEngine) . |
Value |
LengthManager.createFloatValue(short type,
float floatValue)
Implements ValueManager.createFloatValue(short,float) . |
Value |
ValueManager.createValue(LexicalUnit lu,
CSSEngine engine)
Creates a value from a lexical unit. |
Value |
ValueManager.createFloatValue(short unitType,
float floatValue)
Creates and returns a new float value. |
Value |
ValueManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Creates and returns a new string value. |
Value |
RectValue.getTop()
Implements Value.getTop() . |
Value |
RectValue.getRight()
Implements Value.getRight() . |
Value |
RectValue.getBottom()
Implements Value.getBottom() . |
Value |
RectValue.getLeft()
Implements Value.getLeft() . |
Value |
RGBColorValue.getRed()
Implements Value.getRed() . |
Value |
RGBColorValue.getGreen()
Implements Value.getGreen() . |
Value |
RGBColorValue.getBlue()
Implements Value.getBlue() . |
void |
ShorthandManager.setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
LexicalUnit lu,
boolean imp)
Sets the properties which are affected by this shorthand property. |
Uses of DOMException in org.apache.batik.css.engine.value.css2 |
Uses of DOMException in org.apache.batik.css.engine.value.svg |
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 ns,
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 | |
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) . |
void |
SVGOMAnimatedNumber.setBaseVal(float baseVal)
DOM: Implements SVGAnimatedNumber.setBaseVal(float) . |
static void |
SVGZoomAndPanSupport.setZoomAndPan(Element elt,
short val)
Sets the zoomAndPan attribute value. |
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 |
AbstractSVGAnimatedLength.BaseSVGLength.setValue(float value)
DOM: Implements SVGLength.setValue(float) . |
void |
AbstractSVGAnimatedLength.BaseSVGLength.setValueInSpecifiedUnits(float value)
DOM: Implements SVGLength.setValueInSpecifiedUnits(float) . |
void |
AbstractSVGAnimatedLength.BaseSVGLength.setValueAsString(java.lang.String value)
DOM: Implements SVGLength.setValueAsString(String) . |
Document |
SVGDOMImplementation.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
DOM: Implements DOMImplementation.createDocument(String,String,DocumentType) . |
void |
SVGOMScriptElement.setType(java.lang.String type)
DOM: Implements SVGScriptElement.setType(String) . |
void |
SVGStyleSheetProcessingInstruction.setData(java.lang.String data)
DOM: Implements ProcessingInstruction.setData(String) . |
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 |
SVGStylableElement.StyleDeclaration.textChanged(java.lang.String text)
Called when the value text has changed. |
void |
SVGStylableElement.StyleDeclaration.propertyRemoved(java.lang.String name)
Called when a property was removed. |
void |
SVGStylableElement.StyleDeclaration.propertyChanged(java.lang.String name,
java.lang.String value,
java.lang.String prio)
Called when a property was changed. |
void |
SVGOMAnimatedBoolean.setBaseVal(boolean baseVal)
DOM: Implements SVGAnimatedBoolean.setBaseVal(boolean) . |
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 |
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) . |
void |
AbstractSVGMatrix.setA(float a)
Implements SVGMatrix#getA(float) . |
void |
AbstractSVGMatrix.setB(float b)
Implements SVGMatrix#getB(float) . |
void |
AbstractSVGMatrix.setC(float c)
Implements SVGMatrix#getC(float) . |
void |
AbstractSVGMatrix.setD(float d)
Implements SVGMatrix#getD(float) . |
void |
AbstractSVGMatrix.setE(float e)
Implements SVGMatrix#getE(float) . |
void |
AbstractSVGMatrix.setF(float f)
Implements SVGMatrix#getF(float) . |
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#setBaseVal(string) . |
void |
SVGOMAnimatedInteger.setBaseVal(int baseVal)
DOM: Implements SVGAnimatedInteger.setBaseVal(int) . |
void |
SVGOMAnimatedEnumeration.setBaseVal(short baseVal)
DOM: Implements SVGAnimatedEnumeration.setBaseVal(short) . |
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) . |
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.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)
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. |
void |
CSSValue.setCssText(java.lang.String cssText)
A string representation of the current value. |
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 |
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 |
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 |
CSSStyleRule.setSelectorText(java.lang.String selectorText)
The textual representation of the selector for the rule set. |
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)
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)
|
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 |
SVGElement.setXMLbase(java.lang.String xmlbase)
|
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 |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |