C# 클래스 NHtmlUnit.Html.DomNode

상속: ObjectWrapper, NHtmlUnit.W3C.Dom.INode
파일 보기 프로젝트 열기: HtmlUnit/NHtmlUnit

공개 메소드들

메소드 설명
AddCharacterDataChangeListener ( NHtmlUnit listener ) : void
AddDomChangeListener ( NHtmlUnit listener ) : void
AppendChild ( NHtmlUnit node ) : NHtmlUnit.Html.DomNode
AsText ( ) : string
AsXml ( ) : string
CloneNode ( bool deep ) : NHtmlUnit.Html.DomNode
CompareDocumentPosition ( NHtmlUnit other ) : Int16
DomNode ( com wrappedObject ) : System
GetByXPath ( string xpathExpr ) : IList
GetByXPath ( string xpathExpr, org resolver ) : IList
GetFeature ( string feature, string version ) : object
GetFirstByXPath ( string xpathExpr ) : object
GetFirstByXPath ( string xpathExpr, org resolver ) : object
GetScriptableObject ( ) : net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
GetUserData ( string key ) : object
HasAttributes ( ) : bool
HasChildNodes ( ) : bool
HasFeature ( NHtmlUnit feature ) : bool
InsertBefore ( NHtmlUnit newChild, NHtmlUnit refChild ) : NHtmlUnit.W3C.Dom.INode
InsertBefore ( NHtmlUnit newNode ) : void
IsAncestorOf ( NHtmlUnit node ) : bool
IsAncestorOfAny ( com nodes ) : bool
IsDefaultNamespace ( string namespaceURI ) : bool
IsDirectlyAttachedToPage ( ) : bool
IsDisplayed ( ) : bool
IsEqualNode ( NHtmlUnit arg ) : bool
IsSameNode ( NHtmlUnit other ) : bool
IsSupported ( string namespaceArg, string featureName ) : bool
LookupNamespaceURI ( string prefix ) : string
LookupPrefix ( string namespaceURI ) : string
MayBeDisplayed ( ) : bool
Normalize ( ) : void
ProcessImportNode ( NHtmlUnit doc ) : void
QuerySelector ( string selectors ) : NHtmlUnit.Html.DomNode
QuerySelectorAll ( string selectors ) : IList
Remove ( ) : void
RemoveAllChildren ( ) : void
RemoveCharacterDataChangeListener ( NHtmlUnit listener ) : void
RemoveChild ( NHtmlUnit child ) : NHtmlUnit.W3C.Dom.INode
RemoveDomChangeListener ( NHtmlUnit listener ) : void
Replace ( NHtmlUnit newNode ) : void
ReplaceChild ( NHtmlUnit newChild, NHtmlUnit oldChild ) : NHtmlUnit.W3C.Dom.INode
SetScriptableObject ( object scriptObject ) : void
SetUserData ( string key, object data, NHtmlUnit handler ) : object

비공개 메소드들

메소드 설명
DomNode ( ) : System

메소드 상세

AddCharacterDataChangeListener() 공개 메소드

public AddCharacterDataChangeListener ( NHtmlUnit listener ) : void
listener NHtmlUnit
리턴 void

AddDomChangeListener() 공개 메소드

public AddDomChangeListener ( NHtmlUnit listener ) : void
listener NHtmlUnit
리턴 void

AppendChild() 공개 메소드

public AppendChild ( NHtmlUnit node ) : NHtmlUnit.Html.DomNode
node NHtmlUnit
리턴 NHtmlUnit.Html.DomNode

AsText() 공개 메소드

public AsText ( ) : string
리턴 string

AsXml() 공개 메소드

public AsXml ( ) : string
리턴 string

CloneNode() 공개 메소드

public CloneNode ( bool deep ) : NHtmlUnit.Html.DomNode
deep bool
리턴 NHtmlUnit.Html.DomNode

CompareDocumentPosition() 공개 메소드

public CompareDocumentPosition ( NHtmlUnit other ) : Int16
other NHtmlUnit
리턴 System.Int16

DomNode() 공개 메소드

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

GetByXPath() 공개 메소드

public GetByXPath ( string xpathExpr ) : IList
xpathExpr string
리턴 IList

GetByXPath() 공개 메소드

public GetByXPath ( string xpathExpr, org resolver ) : IList
xpathExpr string
resolver org
리턴 IList

GetFeature() 공개 메소드

public GetFeature ( string feature, string version ) : object
feature string
version string
리턴 object

GetFirstByXPath() 공개 메소드

public GetFirstByXPath ( string xpathExpr ) : object
xpathExpr string
리턴 object

GetFirstByXPath() 공개 메소드

public GetFirstByXPath ( string xpathExpr, org resolver ) : object
xpathExpr string
resolver org
리턴 object

GetScriptableObject() 공개 메소드

public GetScriptableObject ( ) : net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
리턴 net.sourceforge.htmlunit.corejs.javascript.ScriptableObject

GetUserData() 공개 메소드

public GetUserData ( string key ) : object
key string
리턴 object

HasAttributes() 공개 메소드

public HasAttributes ( ) : bool
리턴 bool

HasChildNodes() 공개 메소드

public HasChildNodes ( ) : bool
리턴 bool

HasFeature() 공개 메소드

public HasFeature ( NHtmlUnit feature ) : bool
feature NHtmlUnit
리턴 bool

InsertBefore() 공개 메소드

public InsertBefore ( NHtmlUnit newChild, NHtmlUnit refChild ) : NHtmlUnit.W3C.Dom.INode
newChild NHtmlUnit
refChild NHtmlUnit
리턴 NHtmlUnit.W3C.Dom.INode

InsertBefore() 공개 메소드

public InsertBefore ( NHtmlUnit newNode ) : void
newNode NHtmlUnit
리턴 void

IsAncestorOf() 공개 메소드

public IsAncestorOf ( NHtmlUnit node ) : bool
node NHtmlUnit
리턴 bool

IsAncestorOfAny() 공개 메소드

public IsAncestorOfAny ( com nodes ) : bool
nodes com
리턴 bool

IsDefaultNamespace() 공개 메소드

public IsDefaultNamespace ( string namespaceURI ) : bool
namespaceURI string
리턴 bool

IsDirectlyAttachedToPage() 공개 메소드

public IsDirectlyAttachedToPage ( ) : bool
리턴 bool

IsDisplayed() 공개 메소드

public IsDisplayed ( ) : bool
리턴 bool

IsEqualNode() 공개 메소드

public IsEqualNode ( NHtmlUnit arg ) : bool
arg NHtmlUnit
리턴 bool

IsSameNode() 공개 메소드

public IsSameNode ( NHtmlUnit other ) : bool
other NHtmlUnit
리턴 bool

IsSupported() 공개 메소드

public IsSupported ( string namespaceArg, string featureName ) : bool
namespaceArg string
featureName string
리턴 bool

LookupNamespaceURI() 공개 메소드

public LookupNamespaceURI ( string prefix ) : string
prefix string
리턴 string

LookupPrefix() 공개 메소드

public LookupPrefix ( string namespaceURI ) : string
namespaceURI string
리턴 string

MayBeDisplayed() 공개 메소드

public MayBeDisplayed ( ) : bool
리턴 bool

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

ProcessImportNode() 공개 메소드

public ProcessImportNode ( NHtmlUnit doc ) : void
doc NHtmlUnit
리턴 void

QuerySelector() 공개 메소드

public QuerySelector ( string selectors ) : NHtmlUnit.Html.DomNode
selectors string
리턴 NHtmlUnit.Html.DomNode

QuerySelectorAll() 공개 메소드

public QuerySelectorAll ( string selectors ) : IList
selectors string
리턴 IList

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

RemoveAllChildren() 공개 메소드

public RemoveAllChildren ( ) : void
리턴 void

RemoveCharacterDataChangeListener() 공개 메소드

public RemoveCharacterDataChangeListener ( NHtmlUnit listener ) : void
listener NHtmlUnit
리턴 void

RemoveChild() 공개 메소드

public RemoveChild ( NHtmlUnit child ) : NHtmlUnit.W3C.Dom.INode
child NHtmlUnit
리턴 NHtmlUnit.W3C.Dom.INode

RemoveDomChangeListener() 공개 메소드

public RemoveDomChangeListener ( NHtmlUnit listener ) : void
listener NHtmlUnit
리턴 void

Replace() 공개 메소드

public Replace ( NHtmlUnit newNode ) : void
newNode NHtmlUnit
리턴 void

ReplaceChild() 공개 메소드

public ReplaceChild ( NHtmlUnit newChild, NHtmlUnit oldChild ) : NHtmlUnit.W3C.Dom.INode
newChild NHtmlUnit
oldChild NHtmlUnit
리턴 NHtmlUnit.W3C.Dom.INode

SetScriptableObject() 공개 메소드

public SetScriptableObject ( object scriptObject ) : void
scriptObject object
리턴 void

SetUserData() 공개 메소드

public SetUserData ( string key, object data, NHtmlUnit handler ) : object
key string
data object
handler NHtmlUnit
리턴 object