C# 클래스 Tidy.Core.DomDocumentImpl

DomDocumentImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.cs for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000
상속: DomNodeImpl, IDocument
파일 보기 프로젝트 열기: r1pper/TidyNetPortable

공개 메소드들

메소드 설명
CreateAttribute ( string name ) : IAttr
CreateAttributeNs ( string namespaceUri, string qualifiedName ) : IAttr

DOM2 - not implemented.

CreateCdataSection ( string data ) : ICdataSection
CreateComment ( string data ) : IComment
CreateDocumentFragment ( ) : IDocumentFragment
CreateElement ( string tagName ) : IElement
CreateElementNs ( string namespaceUri, string qualifiedName ) : IElement

DOM2 - not implemented.

CreateEntityReference ( string name ) : IEntityReference
CreateProcessingInstruction ( string target, string data ) : IProcessingInstruction
CreateTextNode ( string data ) : IText
GetElementById ( string elementId ) : IElement

DOM2 - not implemented.

GetElementsByTagName ( string tagname ) : INodeList
GetElementsByTagNameNs ( string namespaceUri, string localName ) : INodeList

DOM2 - not implemented.

ImportNode ( INode importedNode, bool deep ) : INode

DOM2 - not implemented.

보호된 메소드들

메소드 설명
DomDocumentImpl ( Node adaptee ) : Tidy.Dom

메소드 상세

CreateAttribute() 공개 메소드

public CreateAttribute ( string name ) : IAttr
name string
리턴 IAttr

CreateAttributeNs() 공개 메소드

DOM2 - not implemented.
public CreateAttributeNs ( string namespaceUri, string qualifiedName ) : IAttr
namespaceUri string
qualifiedName string
리턴 IAttr

CreateCdataSection() 공개 메소드

public CreateCdataSection ( string data ) : ICdataSection
data string
리턴 ICdataSection

CreateComment() 공개 메소드

public CreateComment ( string data ) : IComment
data string
리턴 IComment

CreateDocumentFragment() 공개 메소드

public CreateDocumentFragment ( ) : IDocumentFragment
리턴 IDocumentFragment

CreateElement() 공개 메소드

public CreateElement ( string tagName ) : IElement
tagName string
리턴 IElement

CreateElementNs() 공개 메소드

DOM2 - not implemented.
public CreateElementNs ( string namespaceUri, string qualifiedName ) : IElement
namespaceUri string
qualifiedName string
리턴 IElement

CreateEntityReference() 공개 메소드

public CreateEntityReference ( string name ) : IEntityReference
name string
리턴 IEntityReference

CreateProcessingInstruction() 공개 메소드

public CreateProcessingInstruction ( string target, string data ) : IProcessingInstruction
target string
data string
리턴 IProcessingInstruction

CreateTextNode() 공개 메소드

public CreateTextNode ( string data ) : IText
data string
리턴 IText

DomDocumentImpl() 보호된 메소드

protected DomDocumentImpl ( Node adaptee ) : Tidy.Dom
adaptee Node
리턴 Tidy.Dom

GetElementById() 공개 메소드

DOM2 - not implemented.
public GetElementById ( string elementId ) : IElement
elementId string
리턴 IElement

GetElementsByTagName() 공개 메소드

public GetElementsByTagName ( string tagname ) : INodeList
tagname string
리턴 INodeList

GetElementsByTagNameNs() 공개 메소드

DOM2 - not implemented.
public GetElementsByTagNameNs ( string namespaceUri, string localName ) : INodeList
namespaceUri string
localName string
리턴 INodeList

ImportNode() 공개 메소드

DOM2 - not implemented.
public ImportNode ( INode importedNode, bool deep ) : INode
importedNode INode
deep bool
리턴 INode