SVGMarkerElement
This object is available to unprivileged JavaScript. It implements the following interfaces:
Constants
Properties
readonly NamedNodeMap attributes
readonly NodeList childNodes
readonly Node firstChild
String id
readonly Node lastChild
readonly String localName
readonly nsIDOMSVGAnimatedLength markerHeight
readonly nsIDOMSVGAnimatedEnumeration markerUnits
readonly nsIDOMSVGAnimatedLength markerWidth
readonly String namespaceURI
readonly Node nextSibling
readonly String nodeName
readonly short nodeType
String nodeValue
readonly nsIDOMSVGAnimatedAngle orientAngle
readonly nsIDOMSVGAnimatedEnumeration orientType
readonly Document ownerDocument
readonly nsIDOMSVGSVGElement ownerSVGElement
readonly Node parentNode
String prefix
readonly Node previousSibling
readonly nsIDOMSVGAnimatedLength refX
readonly nsIDOMSVGAnimatedLength refY
readonly String tagName
The nsIDOMElement interface represents an element in an HTML or XML document.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Core/
readonly nsIDOMSVGElement viewportElement
Methods
Node appendChild ( Node newChild )
Node cloneNode ( boolean deep )
String getAttribute ( String name )
Attr getAttributeNode ( String name )
Attr getAttributeNodeNS ( String namespaceURI , String localName )
String getAttributeNS ( String namespaceURI , String localName )
NodeList getElementsByTagName ( String name )
NodeList getElementsByTagNameNS ( String namespaceURI , String localName )
[noscript] nsIDOMSVGMatrix getMarkerTransform ( float strokeWidth , float x , float y , float angle )
[noscript] nsIDOMSVGMatrix getViewboxToViewportTransform ( )
boolean hasAttribute ( String name )
boolean hasAttributeNS ( String namespaceURI , String localName )
boolean hasAttributes ( )
boolean hasChildNodes ( )
Node insertBefore ( Node newChild , Node refChild )
boolean isSupported ( String feature , String version )
void normalize ( )
void removeAttribute ( String name )
Attr removeAttributeNode ( Attr oldAttr )
void removeAttributeNS ( String namespaceURI , String localName )
Node removeChild ( Node oldChild )
Node replaceChild ( Node newChild , Node oldChild )
void setAttribute ( String name , String value )
Attr setAttributeNode ( Attr newAttr )
Attr setAttributeNodeNS ( Attr newAttr )
void setAttributeNS ( String namespaceURI , String qualifiedName , String value )
void setOrientToAngle ( nsIDOMSVGAngle angle )
void setOrientToAuto ( )
Node cloneNode ( boolean deep )
- Arguments:
- deep
Attr getAttributeNode ( String name )
- Arguments:
- name
Attr getAttributeNodeNS ( String namespaceURI , String localName )
- Arguments:
- namespaceURI
- localName
NodeList getElementsByTagName ( String name )
- Arguments:
- name
NodeList getElementsByTagNameNS ( String namespaceURI , String localName )
- Arguments:
- namespaceURI
- localName
nsIDOMSVGMatrix getMarkerTransform ( float strokeWidth , float x , float y , float angle )
- Arguments:
- strokeWidth
- x
- y
- angle
nsIDOMSVGMatrix getViewboxToViewportTransform ( )
void setAttributeNS ( String namespaceURI , String qualifiedName , String value )
- Arguments:
- namespaceURI
- qualifiedName
- value
void setOrientToAngle ( nsIDOMSVGAngle angle )
- Arguments:
- angle
Reference documentation is generated from Mozilla's source.