org.w3c.dom.svg
Interface SVGElement

All Superinterfaces:
Element, EventTarget, Node
All Known Subinterfaces:
SVGAnimationElement, SVGLocatableElement, SVGSVGElement

public interface SVGElement
extends Element, EventTarget


Field Summary
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Method Summary
 Element getFirstElementChild()
           
 float getFloatTrait(String name)
           
 String getId()
           
 SVGMatrix getMatrixTrait(String name)
           
 Element getNextElementSibling()
           
 SVGPath getPathTrait(String name)
           
 SVGRect getRectTrait(String name)
           
 SVGRGBColor getRGBColorTrait(String name)
           
 String getTrait(String name)
           
 String getTraitNS(String namespaceURI, String name)
           
 void setFloatTrait(String name, float value)
           
 void setId(String Id)
           
 void setMatrixTrait(String name, SVGMatrix matrix)
           
 void setPathTrait(String name, SVGPath path)
           
 void setRectTrait(String name, SVGRect rect)
           
 void setRGBColorTrait(String name, SVGRGBColor color)
           
 void setTrait(String name, String value)
           
 void setTraitNS(String namespaceURI, String name, String value)
           
 
Methods inherited from interface org.w3c.dom.Element
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
 
Methods inherited from interface org.w3c.dom.events.EventTarget
addEventListener, removeEventListener
 

Method Detail

setId

void setId(String Id)
           throws DOMException
Throws:
DOMException

getId

String getId()

getFirstElementChild

Element getFirstElementChild()

getNextElementSibling

Element getNextElementSibling()

getTrait

String getTrait(String name)
                throws DOMException
Throws:
DOMException

getTraitNS

String getTraitNS(String namespaceURI,
                  String name)
                  throws DOMException
Throws:
DOMException

getFloatTrait

float getFloatTrait(String name)
                    throws DOMException
Throws:
DOMException

getMatrixTrait

SVGMatrix getMatrixTrait(String name)
                         throws DOMException
Throws:
DOMException

getRectTrait

SVGRect getRectTrait(String name)
                     throws DOMException
Throws:
DOMException

getPathTrait

SVGPath getPathTrait(String name)
                     throws DOMException
Throws:
DOMException

getRGBColorTrait

SVGRGBColor getRGBColorTrait(String name)
                             throws DOMException
Throws:
DOMException

setTrait

void setTrait(String name,
              String value)
              throws DOMException
Throws:
DOMException

setTraitNS

void setTraitNS(String namespaceURI,
                String name,
                String value)
                throws DOMException
Throws:
DOMException

setFloatTrait

void setFloatTrait(String name,
                   float value)
                   throws DOMException
Throws:
DOMException

setMatrixTrait

void setMatrixTrait(String name,
                    SVGMatrix matrix)
                    throws DOMException
Throws:
DOMException

setRectTrait

void setRectTrait(String name,
                  SVGRect rect)
                  throws DOMException
Throws:
DOMException

setPathTrait

void setPathTrait(String name,
                  SVGPath path)
                  throws DOMException
Throws:
DOMException

setRGBColorTrait

void setRGBColorTrait(String name,
                      SVGRGBColor color)
                      throws DOMException
Throws:
DOMException


Copyright © 2010 JSRs for Android team. All Rights Reserved.