C# 클래스 SharpVectors.Scripting.ScriptableDocument

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

공개 메소드들

메소드 설명
ScriptableDocument ( object baseObject ) : System
createAttribute ( string name ) : IScriptableAttr
createAttributeNS ( string namespaceURI, string qualifiedName ) : IScriptableAttr
createCDATASection ( string data ) : IScriptableCDataSection
createComment ( string data ) : IScriptableComment
createDocumentFragment ( ) : IScriptableDocumentFragment
createElement ( string tagName ) : IScriptableElement
createElementNS ( string namespaceURI, string qualifiedName ) : IScriptableElement
createEntityReference ( string name ) : IScriptableEntityReference
createProcessingInstruction ( string target, string data ) : IScriptableProcessingInstruction
createTextNode ( string data ) : IScriptableText
getElementById ( string elementId ) : IScriptableElement
getElementsByTagName ( string tagname ) : IScriptableNodeList
getElementsByTagNameNS ( string namespaceURI, string localName ) : IScriptableNodeList
importNode ( IScriptableNode importedNode, bool deep ) : IScriptableNode

메소드 상세

ScriptableDocument() 공개 메소드

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

createAttribute() 공개 메소드

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

createAttributeNS() 공개 메소드

public createAttributeNS ( string namespaceURI, string qualifiedName ) : IScriptableAttr
namespaceURI string
qualifiedName string
리턴 IScriptableAttr

createCDATASection() 공개 메소드

public createCDATASection ( string data ) : IScriptableCDataSection
data string
리턴 IScriptableCDataSection

createComment() 공개 메소드

public createComment ( string data ) : IScriptableComment
data string
리턴 IScriptableComment

createDocumentFragment() 공개 메소드

public createDocumentFragment ( ) : IScriptableDocumentFragment
리턴 IScriptableDocumentFragment

createElement() 공개 메소드

public createElement ( string tagName ) : IScriptableElement
tagName string
리턴 IScriptableElement

createElementNS() 공개 메소드

public createElementNS ( string namespaceURI, string qualifiedName ) : IScriptableElement
namespaceURI string
qualifiedName string
리턴 IScriptableElement

createEntityReference() 공개 메소드

public createEntityReference ( string name ) : IScriptableEntityReference
name string
리턴 IScriptableEntityReference

createProcessingInstruction() 공개 메소드

public createProcessingInstruction ( string target, string data ) : IScriptableProcessingInstruction
target string
data string
리턴 IScriptableProcessingInstruction

createTextNode() 공개 메소드

public createTextNode ( string data ) : IScriptableText
data string
리턴 IScriptableText

getElementById() 공개 메소드

public getElementById ( string elementId ) : IScriptableElement
elementId string
리턴 IScriptableElement

getElementsByTagName() 공개 메소드

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

getElementsByTagNameNS() 공개 메소드

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

importNode() 공개 메소드

public importNode ( IScriptableNode importedNode, bool deep ) : IScriptableNode
importedNode IScriptableNode
deep bool
리턴 IScriptableNode