C# Class NHtmlUnit.Html.HtmlPage

Inheritance: NHtmlUnit.SgmlPage, NHtmlUnit.W3C.Dom.INode, NHtmlUnit.W3C.Dom.IDocument, NHtmlUnit.IPage
Afficher le fichier Open project: HtmlUnit/NHtmlUnit Class Usage Examples

Méthodes publiques

Méthode Description
AddAutoCloseable ( System autoCloseable ) : void
AddHtmlAttributeChangeListener ( NHtmlUnit listener ) : void
DeregisterFramesIfNeeded ( ) : void
ExecuteJavaScript ( string sourceCode ) : NHtmlUnit.ScriptResult
ExecuteJavaScriptIfPossible ( string sourceCode, string sourceName, int startLine ) : NHtmlUnit.ScriptResult
GetAnchorByHref ( string href ) : NHtmlUnit.Html.HtmlAnchor
GetAnchorByName ( string name ) : NHtmlUnit.Html.HtmlAnchor
GetAnchorByText ( string text ) : NHtmlUnit.Html.HtmlAnchor
GetElementById ( string id, bool caseSensitive ) : NHtmlUnit.Html.DomElement
GetElementByName ( string name ) : NHtmlUnit.Html.DomElement
GetElementsByIdAndOrName ( string idAndOrName ) : IList
GetElementsByName ( string name ) : IList
GetFormByName ( string name ) : NHtmlUnit.Html.HtmlForm
GetFrameByName ( string name ) : NHtmlUnit.Html.FrameWindow
GetFullyQualifiedUrl ( string relativeUrl ) : java.net.URL
GetHtmlElementByAccessKey ( System accessKey ) : NHtmlUnit.Html.HtmlElement
GetHtmlElementById ( string id ) : NHtmlUnit.Html.HtmlElement
GetHtmlElementById ( string id, bool caseSensitive ) : NHtmlUnit.Html.HtmlElement
GetHtmlElementsByAccessKey ( System accessKey ) : IList
GetResolvedTarget ( string elementTarget ) : string
HtmlPage ( com wrappedObject ) : System
HtmlPage ( java originatingUrl, NHtmlUnit webResponse, NHtmlUnit webWindow ) : System
IsBeingParsed ( ) : bool
IsOnbeforeunloadAccepted ( ) : bool
IsQuirksMode ( ) : bool
PressAccessKey ( System accessKey ) : NHtmlUnit.Html.DomElement
Refresh ( ) : NHtmlUnit.IPage
RemoveHtmlAttributeChangeListener ( NHtmlUnit listener ) : void
Save ( java file ) : void
TabToNextElement ( ) : NHtmlUnit.Html.HtmlElement
TabToPreviousElement ( ) : NHtmlUnit.Html.HtmlElement
WriteInParsedStream ( string stringArg ) : void

Private Methods

Méthode Description
HtmlPage ( ) : System

Method Details

AddAutoCloseable() public méthode

public AddAutoCloseable ( System autoCloseable ) : void
autoCloseable System
Résultat void

AddHtmlAttributeChangeListener() public méthode

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

DeregisterFramesIfNeeded() public méthode

public DeregisterFramesIfNeeded ( ) : void
Résultat void

ExecuteJavaScript() public méthode

public ExecuteJavaScript ( string sourceCode ) : NHtmlUnit.ScriptResult
sourceCode string
Résultat NHtmlUnit.ScriptResult

ExecuteJavaScriptIfPossible() public méthode

public ExecuteJavaScriptIfPossible ( string sourceCode, string sourceName, int startLine ) : NHtmlUnit.ScriptResult
sourceCode string
sourceName string
startLine int
Résultat NHtmlUnit.ScriptResult

GetAnchorByHref() public méthode

public GetAnchorByHref ( string href ) : NHtmlUnit.Html.HtmlAnchor
href string
Résultat NHtmlUnit.Html.HtmlAnchor

GetAnchorByName() public méthode

public GetAnchorByName ( string name ) : NHtmlUnit.Html.HtmlAnchor
name string
Résultat NHtmlUnit.Html.HtmlAnchor

GetAnchorByText() public méthode

public GetAnchorByText ( string text ) : NHtmlUnit.Html.HtmlAnchor
text string
Résultat NHtmlUnit.Html.HtmlAnchor

GetElementById() public méthode

public GetElementById ( string id, bool caseSensitive ) : NHtmlUnit.Html.DomElement
id string
caseSensitive bool
Résultat NHtmlUnit.Html.DomElement

GetElementByName() public méthode

public GetElementByName ( string name ) : NHtmlUnit.Html.DomElement
name string
Résultat NHtmlUnit.Html.DomElement

GetElementsByIdAndOrName() public méthode

public GetElementsByIdAndOrName ( string idAndOrName ) : IList
idAndOrName string
Résultat IList

GetElementsByName() public méthode

public GetElementsByName ( string name ) : IList
name string
Résultat IList

GetFormByName() public méthode

public GetFormByName ( string name ) : NHtmlUnit.Html.HtmlForm
name string
Résultat NHtmlUnit.Html.HtmlForm

GetFrameByName() public méthode

public GetFrameByName ( string name ) : NHtmlUnit.Html.FrameWindow
name string
Résultat NHtmlUnit.Html.FrameWindow

GetFullyQualifiedUrl() public méthode

public GetFullyQualifiedUrl ( string relativeUrl ) : java.net.URL
relativeUrl string
Résultat java.net.URL

GetHtmlElementByAccessKey() public méthode

public GetHtmlElementByAccessKey ( System accessKey ) : NHtmlUnit.Html.HtmlElement
accessKey System
Résultat NHtmlUnit.Html.HtmlElement

GetHtmlElementById() public méthode

public GetHtmlElementById ( string id ) : NHtmlUnit.Html.HtmlElement
id string
Résultat NHtmlUnit.Html.HtmlElement

GetHtmlElementById() public méthode

public GetHtmlElementById ( string id, bool caseSensitive ) : NHtmlUnit.Html.HtmlElement
id string
caseSensitive bool
Résultat NHtmlUnit.Html.HtmlElement

GetHtmlElementsByAccessKey() public méthode

public GetHtmlElementsByAccessKey ( System accessKey ) : IList
accessKey System
Résultat IList

GetResolvedTarget() public méthode

public GetResolvedTarget ( string elementTarget ) : string
elementTarget string
Résultat string

HtmlPage() public méthode

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

HtmlPage() public méthode

public HtmlPage ( java originatingUrl, NHtmlUnit webResponse, NHtmlUnit webWindow ) : System
originatingUrl java
webResponse NHtmlUnit
webWindow NHtmlUnit
Résultat System

IsBeingParsed() public méthode

public IsBeingParsed ( ) : bool
Résultat bool

IsOnbeforeunloadAccepted() public méthode

public IsOnbeforeunloadAccepted ( ) : bool
Résultat bool

IsQuirksMode() public méthode

public IsQuirksMode ( ) : bool
Résultat bool

PressAccessKey() public méthode

public PressAccessKey ( System accessKey ) : NHtmlUnit.Html.DomElement
accessKey System
Résultat NHtmlUnit.Html.DomElement

Refresh() public méthode

public Refresh ( ) : NHtmlUnit.IPage
Résultat NHtmlUnit.IPage

RemoveHtmlAttributeChangeListener() public méthode

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

Save() public méthode

public Save ( java file ) : void
file java
Résultat void

TabToNextElement() public méthode

public TabToNextElement ( ) : NHtmlUnit.Html.HtmlElement
Résultat NHtmlUnit.Html.HtmlElement

TabToPreviousElement() public méthode

public TabToPreviousElement ( ) : NHtmlUnit.Html.HtmlElement
Résultat NHtmlUnit.Html.HtmlElement

WriteInParsedStream() public méthode

public WriteInParsedStream ( string stringArg ) : void
stringArg string
Résultat void