C# Class SharpVectors.Scripting.ScriptableElement

Implementation wrapper for IScriptableElement
Inheritance: ScriptableNode, IScriptableElement
Show file Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableElement ( object baseObject ) : System
getAttribute ( string name ) : string
getAttributeNS ( string namespaceURI, string localName ) : string
getAttributeNode ( string name ) : IScriptableAttr
getAttributeNodeNS ( string namespaceURI, string localName ) : IScriptableAttr
getElementsByTagName ( string name ) : IScriptableNodeList
getElementsByTagNameNS ( string namespaceURI, string localName ) : IScriptableNodeList
hasAttribute ( string name ) : bool
hasAttributeNS ( string namespaceURI, string localName ) : bool
removeAttribute ( string name ) : void
removeAttributeNS ( string namespaceURI, string localName ) : void
removeAttributeNode ( IScriptableAttr oldAttr ) : IScriptableAttr
setAttribute ( string name, string value ) : void
setAttributeNS ( string namespaceURI, string qualifiedName, string value ) : void
setAttributeNode ( IScriptableAttr newAttr ) : IScriptableAttr
setAttributeNodeNS ( IScriptableAttr newAttr ) : IScriptableAttr

Method Details

ScriptableElement() public method

public ScriptableElement ( object baseObject ) : System
baseObject object
return System

getAttribute() public method

public getAttribute ( string name ) : string
name string
return string

getAttributeNS() public method

public getAttributeNS ( string namespaceURI, string localName ) : string
namespaceURI string
localName string
return string

getAttributeNode() public method

public getAttributeNode ( string name ) : IScriptableAttr
name string
return IScriptableAttr

getAttributeNodeNS() public method

public getAttributeNodeNS ( string namespaceURI, string localName ) : IScriptableAttr
namespaceURI string
localName string
return IScriptableAttr

getElementsByTagName() public method

public getElementsByTagName ( string name ) : IScriptableNodeList
name string
return IScriptableNodeList

getElementsByTagNameNS() public method

public getElementsByTagNameNS ( string namespaceURI, string localName ) : IScriptableNodeList
namespaceURI string
localName string
return IScriptableNodeList

hasAttribute() public method

public hasAttribute ( string name ) : bool
name string
return bool

hasAttributeNS() public method

public hasAttributeNS ( string namespaceURI, string localName ) : bool
namespaceURI string
localName string
return bool

removeAttribute() public method

public removeAttribute ( string name ) : void
name string
return void

removeAttributeNS() public method

public removeAttributeNS ( string namespaceURI, string localName ) : void
namespaceURI string
localName string
return void

removeAttributeNode() public method

public removeAttributeNode ( IScriptableAttr oldAttr ) : IScriptableAttr
oldAttr IScriptableAttr
return IScriptableAttr

setAttribute() public method

public setAttribute ( string name, string value ) : void
name string
value string
return void

setAttributeNS() public method

public setAttributeNS ( string namespaceURI, string qualifiedName, string value ) : void
namespaceURI string
qualifiedName string
value string
return void

setAttributeNode() public method

public setAttributeNode ( IScriptableAttr newAttr ) : IScriptableAttr
newAttr IScriptableAttr
return IScriptableAttr

setAttributeNodeNS() public method

public setAttributeNodeNS ( IScriptableAttr newAttr ) : IScriptableAttr
newAttr IScriptableAttr
return IScriptableAttr