C# 클래스 SharpVectors.Scripting.ScriptableElement

Implementation wrapper for IScriptableElement
상속: ScriptableNode, IScriptableElement
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
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

메소드 상세

ScriptableElement() 공개 메소드

public ScriptableElement ( object baseObject ) : System
baseObject object
리턴 System

getAttribute() 공개 메소드

public getAttribute ( string name ) : string
name string
리턴 string

getAttributeNS() 공개 메소드

public getAttributeNS ( string namespaceURI, string localName ) : string
namespaceURI string
localName string
리턴 string

getAttributeNode() 공개 메소드

public getAttributeNode ( string name ) : IScriptableAttr
name string
리턴 IScriptableAttr

getAttributeNodeNS() 공개 메소드

public getAttributeNodeNS ( string namespaceURI, string localName ) : IScriptableAttr
namespaceURI string
localName string
리턴 IScriptableAttr

getElementsByTagName() 공개 메소드

public getElementsByTagName ( string name ) : IScriptableNodeList
name string
리턴 IScriptableNodeList

getElementsByTagNameNS() 공개 메소드

public getElementsByTagNameNS ( string namespaceURI, string localName ) : IScriptableNodeList
namespaceURI string
localName string
리턴 IScriptableNodeList

hasAttribute() 공개 메소드

public hasAttribute ( string name ) : bool
name string
리턴 bool

hasAttributeNS() 공개 메소드

public hasAttributeNS ( string namespaceURI, string localName ) : bool
namespaceURI string
localName string
리턴 bool

removeAttribute() 공개 메소드

public removeAttribute ( string name ) : void
name string
리턴 void

removeAttributeNS() 공개 메소드

public removeAttributeNS ( string namespaceURI, string localName ) : void
namespaceURI string
localName string
리턴 void

removeAttributeNode() 공개 메소드

public removeAttributeNode ( IScriptableAttr oldAttr ) : IScriptableAttr
oldAttr IScriptableAttr
리턴 IScriptableAttr

setAttribute() 공개 메소드

public setAttribute ( string name, string value ) : void
name string
value string
리턴 void

setAttributeNS() 공개 메소드

public setAttributeNS ( string namespaceURI, string qualifiedName, string value ) : void
namespaceURI string
qualifiedName string
value string
리턴 void

setAttributeNode() 공개 메소드

public setAttributeNode ( IScriptableAttr newAttr ) : IScriptableAttr
newAttr IScriptableAttr
리턴 IScriptableAttr

setAttributeNodeNS() 공개 메소드

public setAttributeNodeNS ( IScriptableAttr newAttr ) : IScriptableAttr
newAttr IScriptableAttr
리턴 IScriptableAttr