C# 클래스 NHtmlUnit.Javascript.Host.Xml.XMLDocument

상속: NHtmlUnit.Javascript.Host.Document
파일 보기 프로젝트 열기: HtmlUnit/NHtmlUnit

공개 메소드들

메소드 설명
CreateCDATASection ( string data ) : object
CreateProcessingInstruction ( string target, string data ) : object
GetElementById ( string id ) : object
Load ( string xmlSource ) : bool
LoadXML ( string strXML ) : bool
XMLDocument ( NHtmlUnit enclosingWindow ) : System
XMLDocument ( com wrappedObject ) : System

비공개 메소드들

메소드 설명
XMLDocument ( ) : System

메소드 상세

CreateCDATASection() 공개 메소드

public CreateCDATASection ( string data ) : object
data string
리턴 object

CreateProcessingInstruction() 공개 메소드

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

GetElementById() 공개 메소드

public GetElementById ( string id ) : object
id string
리턴 object

Load() 공개 메소드

public Load ( string xmlSource ) : bool
xmlSource string
리턴 bool

LoadXML() 공개 메소드

public LoadXML ( string strXML ) : bool
strXML string
리턴 bool

XMLDocument() 공개 메소드

public XMLDocument ( NHtmlUnit enclosingWindow ) : System
enclosingWindow NHtmlUnit
리턴 System

XMLDocument() 공개 메소드

public XMLDocument ( com wrappedObject ) : System
wrappedObject com
리턴 System