C# Class System.Html.Document

Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
CreateTouchList TouchList
Write void
Writeln void

Public Methods

Method Description
AddEventListener ( DocumentBaseEvents type, Action listener ) : void
AddEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void
AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void
AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( DocumentBaseEvents type, IEventListener listener ) : void
AddEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( DocumentInstanceEvents type, Action listener ) : void
AddEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
AddEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( XmlNodeEvents type, Action listener ) : void
AddEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void
AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void
AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( XmlNodeEvents type, IEventListener listener ) : void
AddEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, Action listener ) : void
AddEventListener ( string type, Action listener, bool capture ) : void
AddEventListener ( string type, Action listener, bool capture, bool wantsUntrusted ) : void
AddEventListener ( string type, HtmlEventHandler listener ) : void
AddEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandler listener, bool capture, bool wantsUntrusted ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( string type, IEventListener listener ) : void
AddEventListener ( string type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void
AdoptNode ( XmlNode node ) : XmlNode
AppendChild ( Element element ) : Element
AppendChild ( XmlNode node ) : XmlNode
CaptureEvents ( ) : void
CaretPositionFromPoint ( double x, double y ) : CaretPosition
Clear ( ) : void
CloneNode ( ) : XmlNode
CloneNode ( bool deep ) : XmlNode
Close ( ) : void
CompareDocumentPosition ( XmlNode other ) : DocumentPosition
Contains ( XmlNode other ) : bool
ConvertPointFromNode ( DOMPointInit point, TypeOption from ) : DOMPoint
ConvertPointFromNode ( DOMPointInit point, TypeOption from, ConvertCoordinateOptions options ) : DOMPoint
ConvertQuadFromNode ( DOMQuad quad, TypeOption from ) : DOMQuad
ConvertQuadFromNode ( DOMQuad quad, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from ) : DOMQuad
ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
CreateAttribute ( string name ) : XmlAttribute
CreateAttributeNS ( string @namespace, string name ) : XmlAttribute
CreateCDATASection ( string data ) : XmlCDataSection
CreateComment ( string data ) : XmlComment
CreateDocumentFragment ( ) : XmlDocumentFragment
CreateElement ( string localName ) : Element
CreateElementNS ( string @namespace, string qualifiedName ) : Element
CreateEvent ( string @interface ) : Event
CreateExpression ( string expression, XPathNSResolver resolver ) : XPathExpression
CreateNSResolver ( XmlNode nodeResolver ) : XPathNSResolver
CreateNodeIterator ( XmlNode root ) : NodeIterator
CreateNodeIterator ( XmlNode root, NodeFilter whatToShow ) : NodeIterator
CreateNodeIterator ( XmlNode root, NodeFilter whatToShow, INodeFilter filter ) : NodeIterator
CreateProcessingInstruction ( string target, string data ) : XmlProcessingInstruction
CreateRange ( ) : Range
CreateTextNode ( string data ) : XmlText
CreateTouch ( ) : Touch
CreateTouch ( WindowInstance view ) : Touch
CreateTouch ( WindowInstance view, EventTarget target ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY, double rotationAngle ) : Touch
CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY, double rotationAngle, double force ) : Touch
CreateTouchList ( ) : TouchList
CreateTreeWalker ( XmlNode root ) : TreeWalker
CreateTreeWalker ( XmlNode root, NodeFilter whatToShow ) : TreeWalker
CreateTreeWalker ( XmlNode root, NodeFilter whatToShow, INodeFilter filter ) : TreeWalker
DispatchEvent ( Event @event ) : bool
ElementFromPoint ( float x, float y ) : Element
EnableStyleSheetsForSet ( string name ) : void
Evaluate ( string expression, XmlNode contextNode, XPathNSResolver resolver, ushort type, XPathResult result ) : XPathResult
ExecCommand ( string commandId ) : bool
ExecCommand ( string commandId, bool showUI ) : bool
ExecCommand ( string commandId, bool showUI, string value ) : bool
GetBoxQuads ( ) : System.Html.DOMQuad[]
GetBoxQuads ( BoxQuadOptions options ) : System.Html.DOMQuad[]
GetElementById ( string elementId ) : Element
GetElementsByClassName ( string classNames ) : ElementCollection
GetElementsByName ( string elementName ) : ElementNodeList
GetElementsByTagName ( string localName ) : ElementCollection
GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
GetItems ( ) : ElementNodeList
GetItems ( string typeNames ) : ElementNodeList
GetSelection ( ) : Selection
GetUserData ( string key ) : object
HasAttributes ( ) : bool
HasChildNodes ( ) : bool
HasFocus ( ) : bool
ImportNode ( XmlNode node ) : XmlNode
ImportNode ( XmlNode node, bool deep ) : XmlNode
InsertBefore ( Element node, Element child ) : Element
InsertBefore ( XmlNode node, XmlNode child ) : XmlNode
IsDefaultNamespace ( string @namespace ) : bool
IsEqualNode ( XmlNode node ) : bool
LookupNamespaceURI ( string prefix ) : string
LookupPrefix ( string @namespace ) : string
Normalize ( ) : void
Open ( ) : DocumentBase
Open ( string type ) : DocumentBase
Open ( string type, string replace ) : DocumentBase
Open ( string url, string name, string features ) : WindowInstance
Open ( string url, string name, string features, bool replace ) : WindowInstance
QueryCommandEnabled ( string commandId ) : bool
QueryCommandIndeterm ( string commandId ) : bool
QueryCommandState ( string commandId ) : bool
QueryCommandSupported ( string commandId ) : bool
QueryCommandValue ( string commandId ) : string
QuerySelector ( string selectors ) : Element
QuerySelectorAll ( string selectors ) : ElementNodeList
RegisterElement ( string name ) : object
RegisterElement ( string name, ElementRegistrationOptions options ) : object
ReleaseCapture ( ) : void
ReleaseEvents ( ) : void
RemoveChild ( Element element ) : Element
RemoveChild ( XmlNode child ) : XmlNode
RemoveEventListener ( DocumentBaseEvents type, Action listener ) : void
RemoveEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void
RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( DocumentBaseEvents type, IEventListener listener ) : void
RemoveEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( DocumentInstanceEvents type, Action listener ) : void
RemoveEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( XmlNodeEvents type, Action listener ) : void
RemoveEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void
RemoveEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlNodeEvents type, IEventListener listener ) : void
RemoveEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, Action listener ) : void
RemoveEventListener ( string type, Action listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandler listener ) : void
RemoveEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( string type, IEventListener listener ) : void
RemoveEventListener ( string type, IEventListener listener, bool capture ) : void
ReplaceChild ( XmlNode node, XmlNode child ) : XmlNode

Private Methods

Method Description
CreateTouchList ( Touch touch ) : TouchList
Write ( ) : void
Writeln ( ) : void

Method Details

AddEventListener() public static method

public static AddEventListener ( DocumentBaseEvents type, Action listener ) : void
type DocumentBaseEvents
listener Action
return void

AddEventListener() public static method

public static AddEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void
type DocumentBaseEvents
listener Action
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void
type DocumentBaseEvents
listener HtmlEventHandler
return void

AddEventListener() public static method

public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentBaseEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentBaseEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public static method

public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentBaseEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( DocumentBaseEvents type, IEventListener listener ) : void
type DocumentBaseEvents
listener IEventListener
return void

AddEventListener() public static method

public static AddEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : void
type DocumentBaseEvents
listener IEventListener
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( DocumentInstanceEvents type, Action listener ) : void
type DocumentInstanceEvents
listener Action
return void

AddEventListener() public static method

public static AddEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
type DocumentInstanceEvents
listener Action
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
return void

AddEventListener() public static method

public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public static method

public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
type DocumentInstanceEvents
listener IEventListener
return void

AddEventListener() public static method

public static AddEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
type DocumentInstanceEvents
listener IEventListener
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( XmlNodeEvents type, Action listener ) : void
type XmlNodeEvents
listener Action
return void

AddEventListener() public static method

public static AddEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void
type XmlNodeEvents
listener Action
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void
type XmlNodeEvents
listener HtmlEventHandler
return void

AddEventListener() public static method

public static AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlNodeEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlNodeEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public static method

public static AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( XmlNodeEvents type, IEventListener listener ) : void
type XmlNodeEvents
listener IEventListener
return void

AddEventListener() public static method

public static AddEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void
type XmlNodeEvents
listener IEventListener
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, Action listener ) : void
type string
listener Action
return void

AddEventListener() public static method

public static AddEventListener ( string type, Action listener, bool capture ) : void
type string
listener Action
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, Action listener, bool capture, bool wantsUntrusted ) : void
type string
listener Action
capture bool
wantsUntrusted bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandler listener ) : void
type string
listener HtmlEventHandler
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
type string
listener HtmlEventHandler
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandler listener, bool capture, bool wantsUntrusted ) : void
type string
listener HtmlEventHandler
capture bool
wantsUntrusted bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public static method

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, IEventListener listener ) : void
type string
listener IEventListener
return void

AddEventListener() public static method

public static AddEventListener ( string type, IEventListener listener, bool capture ) : void
type string
listener IEventListener
capture bool
return void

AddEventListener() public static method

public static AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void
type string
listener IEventListener
capture bool
wantsUntrusted bool
return void

AdoptNode() public static method

public static AdoptNode ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
return System.Xml.XmlNode

AppendChild() public static method

public static AppendChild ( Element element ) : Element
element Element
return Element

AppendChild() public static method

public static AppendChild ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
return System.Xml.XmlNode

CaptureEvents() public static method

public static CaptureEvents ( ) : void
return void

CaretPositionFromPoint() public static method

public static CaretPositionFromPoint ( double x, double y ) : CaretPosition
x double
y double
return CaretPosition

Clear() public static method

public static Clear ( ) : void
return void

CloneNode() public static method

public static CloneNode ( ) : XmlNode
return System.Xml.XmlNode

CloneNode() public static method

public static CloneNode ( bool deep ) : XmlNode
deep bool
return System.Xml.XmlNode

Close() public static method

public static Close ( ) : void
return void

CompareDocumentPosition() public static method

public static CompareDocumentPosition ( XmlNode other ) : DocumentPosition
other System.Xml.XmlNode
return DocumentPosition

Contains() public static method

public static Contains ( XmlNode other ) : bool
other System.Xml.XmlNode
return bool

ConvertPointFromNode() public static method

public static ConvertPointFromNode ( DOMPointInit point, TypeOption from ) : DOMPoint
point DOMPointInit
from TypeOption
return DOMPoint

ConvertPointFromNode() public static method

public static ConvertPointFromNode ( DOMPointInit point, TypeOption from, ConvertCoordinateOptions options ) : DOMPoint
point DOMPointInit
from TypeOption
options ConvertCoordinateOptions
return DOMPoint

ConvertQuadFromNode() public static method

public static ConvertQuadFromNode ( DOMQuad quad, TypeOption from ) : DOMQuad
quad DOMQuad
from TypeOption
return DOMQuad

ConvertQuadFromNode() public static method

public static ConvertQuadFromNode ( DOMQuad quad, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
quad DOMQuad
from TypeOption
options ConvertCoordinateOptions
return DOMQuad

ConvertRectFromNode() public static method

public static ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from ) : DOMQuad
rect DOMRectReadOnly
from TypeOption
return DOMQuad

ConvertRectFromNode() public static method

public static ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
rect DOMRectReadOnly
from TypeOption
options ConvertCoordinateOptions
return DOMQuad

CreateAttribute() public static method

public static CreateAttribute ( string name ) : XmlAttribute
name string
return System.Xml.XmlAttribute

CreateAttributeNS() public static method

public static CreateAttributeNS ( string @namespace, string name ) : XmlAttribute
@namespace string
name string
return System.Xml.XmlAttribute

CreateCDATASection() public static method

public static CreateCDATASection ( string data ) : XmlCDataSection
data string
return System.Xml.XmlCDataSection

CreateComment() public static method

public static CreateComment ( string data ) : XmlComment
data string
return System.Xml.XmlComment

CreateDocumentFragment() public static method

public static CreateDocumentFragment ( ) : XmlDocumentFragment
return System.Xml.XmlDocumentFragment

CreateElement() public static method

public static CreateElement ( string localName ) : Element
localName string
return Element

CreateElementNS() public static method

public static CreateElementNS ( string @namespace, string qualifiedName ) : Element
@namespace string
qualifiedName string
return Element

CreateEvent() public static method

public static CreateEvent ( string @interface ) : Event
@interface string
return Event

CreateExpression() public static method

public static CreateExpression ( string expression, XPathNSResolver resolver ) : XPathExpression
expression string
resolver System.Xml.XPath.XPathNSResolver
return System.Xml.XPath.XPathExpression

CreateNSResolver() public static method

public static CreateNSResolver ( XmlNode nodeResolver ) : XPathNSResolver
nodeResolver System.Xml.XmlNode
return System.Xml.XPath.XPathNSResolver

CreateNodeIterator() public static method

public static CreateNodeIterator ( XmlNode root ) : NodeIterator
root System.Xml.XmlNode
return System.Xml.NodeIterator

CreateNodeIterator() public static method

public static CreateNodeIterator ( XmlNode root, NodeFilter whatToShow ) : NodeIterator
root System.Xml.XmlNode
whatToShow NodeFilter
return System.Xml.NodeIterator

CreateNodeIterator() public static method

public static CreateNodeIterator ( XmlNode root, NodeFilter whatToShow, INodeFilter filter ) : NodeIterator
root System.Xml.XmlNode
whatToShow NodeFilter
filter INodeFilter
return System.Xml.NodeIterator

CreateProcessingInstruction() public static method

public static CreateProcessingInstruction ( string target, string data ) : XmlProcessingInstruction
target string
data string
return System.Xml.XmlProcessingInstruction

CreateRange() public static method

public static CreateRange ( ) : Range
return System.Html.Editing.Range

CreateTextNode() public static method

public static CreateTextNode ( string data ) : XmlText
data string
return System.Xml.XmlText

CreateTouch() public static method

public static CreateTouch ( ) : Touch
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view ) : Touch
view WindowInstance
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target ) : Touch
view WindowInstance
target EventTarget
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier ) : Touch
view WindowInstance
target EventTarget
identifier int
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
radiusY int
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY, double rotationAngle ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
radiusY int
rotationAngle double
return Touch

CreateTouch() public static method

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX, int radiusY, double rotationAngle, double force ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
radiusY int
rotationAngle double
force double
return Touch

CreateTouchList() public static method

public static CreateTouchList ( ) : TouchList
return TouchList

CreateTreeWalker() public static method

public static CreateTreeWalker ( XmlNode root ) : TreeWalker
root System.Xml.XmlNode
return System.Xml.TreeWalker

CreateTreeWalker() public static method

public static CreateTreeWalker ( XmlNode root, NodeFilter whatToShow ) : TreeWalker
root System.Xml.XmlNode
whatToShow NodeFilter
return System.Xml.TreeWalker

CreateTreeWalker() public static method

public static CreateTreeWalker ( XmlNode root, NodeFilter whatToShow, INodeFilter filter ) : TreeWalker
root System.Xml.XmlNode
whatToShow NodeFilter
filter INodeFilter
return System.Xml.TreeWalker

DispatchEvent() public static method

public static DispatchEvent ( Event @event ) : bool
@event Event
return bool

ElementFromPoint() public static method

public static ElementFromPoint ( float x, float y ) : Element
x float
y float
return Element

EnableStyleSheetsForSet() public static method

public static EnableStyleSheetsForSet ( string name ) : void
name string
return void

Evaluate() public static method

public static Evaluate ( string expression, XmlNode contextNode, XPathNSResolver resolver, ushort type, XPathResult result ) : XPathResult
expression string
contextNode System.Xml.XmlNode
resolver System.Xml.XPath.XPathNSResolver
type ushort
result System.Xml.XPath.XPathResult
return System.Xml.XPath.XPathResult

ExecCommand() public static method

public static ExecCommand ( string commandId ) : bool
commandId string
return bool

ExecCommand() public static method

public static ExecCommand ( string commandId, bool showUI ) : bool
commandId string
showUI bool
return bool

ExecCommand() public static method

public static ExecCommand ( string commandId, bool showUI, string value ) : bool
commandId string
showUI bool
value string
return bool

GetBoxQuads() public static method

public static GetBoxQuads ( ) : System.Html.DOMQuad[]
return System.Html.DOMQuad[]

GetBoxQuads() public static method

public static GetBoxQuads ( BoxQuadOptions options ) : System.Html.DOMQuad[]
options BoxQuadOptions
return System.Html.DOMQuad[]

GetElementById() public static method

public static GetElementById ( string elementId ) : Element
elementId string
return Element

GetElementsByClassName() public static method

public static GetElementsByClassName ( string classNames ) : ElementCollection
classNames string
return ElementCollection

GetElementsByName() public static method

public static GetElementsByName ( string elementName ) : ElementNodeList
elementName string
return ElementNodeList

GetElementsByTagName() public static method

public static GetElementsByTagName ( string localName ) : ElementCollection
localName string
return ElementCollection

GetElementsByTagNameNS() public static method

public static GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
@namespace string
localName string
return ElementCollection

GetItems() public static method

public static GetItems ( ) : ElementNodeList
return ElementNodeList

GetItems() public static method

public static GetItems ( string typeNames ) : ElementNodeList
typeNames string
return ElementNodeList

GetSelection() public static method

public static GetSelection ( ) : Selection
return System.Html.Editing.Selection

GetUserData() public static method

public static GetUserData ( string key ) : object
key string
return object

HasAttributes() public static method

public static HasAttributes ( ) : bool
return bool

HasChildNodes() public static method

public static HasChildNodes ( ) : bool
return bool

HasFocus() public static method

public static HasFocus ( ) : bool
return bool

ImportNode() public static method

public static ImportNode ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
return System.Xml.XmlNode

ImportNode() public static method

public static ImportNode ( XmlNode node, bool deep ) : XmlNode
node System.Xml.XmlNode
deep bool
return System.Xml.XmlNode

InsertBefore() public static method

public static InsertBefore ( Element node, Element child ) : Element
node Element
child Element
return Element

InsertBefore() public static method

public static InsertBefore ( XmlNode node, XmlNode child ) : XmlNode
node System.Xml.XmlNode
child System.Xml.XmlNode
return System.Xml.XmlNode

IsDefaultNamespace() public static method

public static IsDefaultNamespace ( string @namespace ) : bool
@namespace string
return bool

IsEqualNode() public static method

public static IsEqualNode ( XmlNode node ) : bool
node System.Xml.XmlNode
return bool

LookupNamespaceURI() public static method

public static LookupNamespaceURI ( string prefix ) : string
prefix string
return string

LookupPrefix() public static method

public static LookupPrefix ( string @namespace ) : string
@namespace string
return string

Normalize() public static method

public static Normalize ( ) : void
return void

Open() public static method

public static Open ( ) : DocumentBase
return DocumentBase

Open() public static method

public static Open ( string type ) : DocumentBase
type string
return DocumentBase

Open() public static method

public static Open ( string type, string replace ) : DocumentBase
type string
replace string
return DocumentBase

Open() public static method

public static Open ( string url, string name, string features ) : WindowInstance
url string
name string
features string
return WindowInstance

Open() public static method

public static Open ( string url, string name, string features, bool replace ) : WindowInstance
url string
name string
features string
replace bool
return WindowInstance

QueryCommandEnabled() public static method

public static QueryCommandEnabled ( string commandId ) : bool
commandId string
return bool

QueryCommandIndeterm() public static method

public static QueryCommandIndeterm ( string commandId ) : bool
commandId string
return bool

QueryCommandState() public static method

public static QueryCommandState ( string commandId ) : bool
commandId string
return bool

QueryCommandSupported() public static method

public static QueryCommandSupported ( string commandId ) : bool
commandId string
return bool

QueryCommandValue() public static method

public static QueryCommandValue ( string commandId ) : string
commandId string
return string

QuerySelector() public static method

public static QuerySelector ( string selectors ) : Element
selectors string
return Element

QuerySelectorAll() public static method

public static QuerySelectorAll ( string selectors ) : ElementNodeList
selectors string
return ElementNodeList

RegisterElement() public static method

public static RegisterElement ( string name ) : object
name string
return object

RegisterElement() public static method

public static RegisterElement ( string name, ElementRegistrationOptions options ) : object
name string
options ElementRegistrationOptions
return object

ReleaseCapture() public static method

public static ReleaseCapture ( ) : void
return void

ReleaseEvents() public static method

public static ReleaseEvents ( ) : void
return void

RemoveChild() public static method

public static RemoveChild ( Element element ) : Element
element Element
return Element

RemoveChild() public static method

public static RemoveChild ( XmlNode child ) : XmlNode
child XmlNode
return XmlNode

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentBaseEvents type, Action listener ) : void
type DocumentBaseEvents
listener Action
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void
type DocumentBaseEvents
listener Action
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void
type DocumentBaseEvents
listener HtmlEventHandler
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentBaseEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentBaseEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentBaseEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentBaseEvents type, IEventListener listener ) : void
type DocumentBaseEvents
listener IEventListener
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : void
type DocumentBaseEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentInstanceEvents type, Action listener ) : void
type DocumentInstanceEvents
listener Action
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
type DocumentInstanceEvents
listener Action
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
type DocumentInstanceEvents
listener IEventListener
return void

RemoveEventListener() public static method

public static RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
type DocumentInstanceEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( XmlNodeEvents type, Action listener ) : void
type XmlNodeEvents
listener Action
return void

RemoveEventListener() public static method

public static RemoveEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void
type XmlNodeEvents
listener Action
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void
type XmlNodeEvents
listener HtmlEventHandler
return void

RemoveEventListener() public static method

public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlNodeEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlNodeEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public static method

public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( XmlNodeEvents type, IEventListener listener ) : void
type XmlNodeEvents
listener IEventListener
return void

RemoveEventListener() public static method

public static RemoveEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void
type XmlNodeEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, Action listener ) : void
type string
listener Action
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, Action listener, bool capture ) : void
type string
listener Action
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, HtmlEventHandler listener ) : void
type string
listener HtmlEventHandler
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
type string
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, IEventListener listener ) : void
type string
listener IEventListener
return void

RemoveEventListener() public static method

public static RemoveEventListener ( string type, IEventListener listener, bool capture ) : void
type string
listener IEventListener
capture bool
return void

ReplaceChild() public static method

public static ReplaceChild ( XmlNode node, XmlNode child ) : XmlNode
node XmlNode
child XmlNode
return XmlNode