C# Class NHtmlUnit.Html.DomNode

Inheritance: ObjectWrapper, NHtmlUnit.W3C.Dom.INode
Afficher le fichier Open project: HtmlUnit/NHtmlUnit

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DomNode ( ) : System

Method Details

AddCharacterDataChangeListener() public méthode

public AddCharacterDataChangeListener ( NHtmlUnit listener ) : void
listener NHtmlUnit
Résultat void

AddDomChangeListener() public méthode

public AddDomChangeListener ( NHtmlUnit listener ) : void
listener NHtmlUnit
Résultat void

AppendChild() public méthode

public AppendChild ( NHtmlUnit node ) : NHtmlUnit.Html.DomNode
node NHtmlUnit
Résultat NHtmlUnit.Html.DomNode

AsText() public méthode

public AsText ( ) : string
Résultat string

AsXml() public méthode

public AsXml ( ) : string
Résultat string

CloneNode() public méthode

public CloneNode ( bool deep ) : NHtmlUnit.Html.DomNode
deep bool
Résultat NHtmlUnit.Html.DomNode

CompareDocumentPosition() public méthode

public CompareDocumentPosition ( NHtmlUnit other ) : Int16
other NHtmlUnit
Résultat System.Int16

DomNode() public méthode

public DomNode ( com wrappedObject ) : System
wrappedObject com
Résultat System

GetByXPath() public méthode

public GetByXPath ( string xpathExpr ) : IList
xpathExpr string
Résultat IList

GetByXPath() public méthode

public GetByXPath ( string xpathExpr, org resolver ) : IList
xpathExpr string
resolver org
Résultat IList

GetFeature() public méthode

public GetFeature ( string feature, string version ) : object
feature string
version string
Résultat object

GetFirstByXPath() public méthode

public GetFirstByXPath ( string xpathExpr ) : object
xpathExpr string
Résultat object

GetFirstByXPath() public méthode

public GetFirstByXPath ( string xpathExpr, org resolver ) : object
xpathExpr string
resolver org
Résultat object

GetScriptableObject() public méthode

public GetScriptableObject ( ) : net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
Résultat net.sourceforge.htmlunit.corejs.javascript.ScriptableObject

GetUserData() public méthode

public GetUserData ( string key ) : object
key string
Résultat object

HasAttributes() public méthode

public HasAttributes ( ) : bool
Résultat bool

HasChildNodes() public méthode

public HasChildNodes ( ) : bool
Résultat bool

HasFeature() public méthode

public HasFeature ( NHtmlUnit feature ) : bool
feature NHtmlUnit
Résultat bool

InsertBefore() public méthode

public InsertBefore ( NHtmlUnit newChild, NHtmlUnit refChild ) : NHtmlUnit.W3C.Dom.INode
newChild NHtmlUnit
refChild NHtmlUnit
Résultat NHtmlUnit.W3C.Dom.INode

InsertBefore() public méthode

public InsertBefore ( NHtmlUnit newNode ) : void
newNode NHtmlUnit
Résultat void

IsAncestorOf() public méthode

public IsAncestorOf ( NHtmlUnit node ) : bool
node NHtmlUnit
Résultat bool

IsAncestorOfAny() public méthode

public IsAncestorOfAny ( com nodes ) : bool
nodes com
Résultat bool

IsDefaultNamespace() public méthode

public IsDefaultNamespace ( string namespaceURI ) : bool
namespaceURI string
Résultat bool

IsDirectlyAttachedToPage() public méthode

public IsDirectlyAttachedToPage ( ) : bool
Résultat bool

IsDisplayed() public méthode

public IsDisplayed ( ) : bool
Résultat bool

IsEqualNode() public méthode

public IsEqualNode ( NHtmlUnit arg ) : bool
arg NHtmlUnit
Résultat bool

IsSameNode() public méthode

public IsSameNode ( NHtmlUnit other ) : bool
other NHtmlUnit
Résultat bool

IsSupported() public méthode

public IsSupported ( string namespaceArg, string featureName ) : bool
namespaceArg string
featureName string
Résultat bool

LookupNamespaceURI() public méthode

public LookupNamespaceURI ( string prefix ) : string
prefix string
Résultat string

LookupPrefix() public méthode

public LookupPrefix ( string namespaceURI ) : string
namespaceURI string
Résultat string

MayBeDisplayed() public méthode

public MayBeDisplayed ( ) : bool
Résultat bool

Normalize() public méthode

public Normalize ( ) : void
Résultat void

ProcessImportNode() public méthode

public ProcessImportNode ( NHtmlUnit doc ) : void
doc NHtmlUnit
Résultat void

QuerySelector() public méthode

public QuerySelector ( string selectors ) : NHtmlUnit.Html.DomNode
selectors string
Résultat NHtmlUnit.Html.DomNode

QuerySelectorAll() public méthode

public QuerySelectorAll ( string selectors ) : IList
selectors string
Résultat IList

Remove() public méthode

public Remove ( ) : void
Résultat void

RemoveAllChildren() public méthode

public RemoveAllChildren ( ) : void
Résultat void

RemoveCharacterDataChangeListener() public méthode

public RemoveCharacterDataChangeListener ( NHtmlUnit listener ) : void
listener NHtmlUnit
Résultat void

RemoveChild() public méthode

public RemoveChild ( NHtmlUnit child ) : NHtmlUnit.W3C.Dom.INode
child NHtmlUnit
Résultat NHtmlUnit.W3C.Dom.INode

RemoveDomChangeListener() public méthode

public RemoveDomChangeListener ( NHtmlUnit listener ) : void
listener NHtmlUnit
Résultat void

Replace() public méthode

public Replace ( NHtmlUnit newNode ) : void
newNode NHtmlUnit
Résultat void

ReplaceChild() public méthode

public ReplaceChild ( NHtmlUnit newChild, NHtmlUnit oldChild ) : NHtmlUnit.W3C.Dom.INode
newChild NHtmlUnit
oldChild NHtmlUnit
Résultat NHtmlUnit.W3C.Dom.INode

SetScriptableObject() public méthode

public SetScriptableObject ( object scriptObject ) : void
scriptObject object
Résultat void

SetUserData() public méthode

public SetUserData ( string key, object data, NHtmlUnit handler ) : object
key string
data object
handler NHtmlUnit
Résultat object