C# Class System.Html.Document

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
CreateTouchList TouchList
Write void
Writeln void

Méthodes publiques

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

Méthode Description
CreateTouchList ( Touch touch ) : TouchList
Write ( ) : void
Writeln ( ) : void

Method Details

AddEventListener() public static méthode

public static AddEventListener ( DocumentBaseEvents type, Action listener ) : void
type DocumentBaseEvents
listener Action
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void
type DocumentBaseEvents
listener Action
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void
type DocumentBaseEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentBaseEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentBaseEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentBaseEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentBaseEvents type, IEventListener listener ) : void
type DocumentBaseEvents
listener IEventListener
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : void
type DocumentBaseEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentInstanceEvents type, Action listener ) : void
type DocumentInstanceEvents
listener Action
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
type DocumentInstanceEvents
listener Action
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
type DocumentInstanceEvents
listener IEventListener
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
type DocumentInstanceEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( XmlNodeEvents type, Action listener ) : void
type XmlNodeEvents
listener Action
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void
type XmlNodeEvents
listener Action
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void
type XmlNodeEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlNodeEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlNodeEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( XmlNodeEvents type, IEventListener listener ) : void
type XmlNodeEvents
listener IEventListener
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void
type XmlNodeEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, Action listener ) : void
type string
listener Action
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, Action listener, bool capture ) : void
type string
listener Action
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, Action listener, bool capture, bool wantsUntrusted ) : void
type string
listener Action
capture bool
wantsUntrusted bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, HtmlEventHandler listener ) : void
type string
listener HtmlEventHandler
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
type string
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, HtmlEventHandler listener, bool capture, bool wantsUntrusted ) : void
type string
listener HtmlEventHandler
capture bool
wantsUntrusted bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, IEventListener listener ) : void
type string
listener IEventListener
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, IEventListener listener, bool capture ) : void
type string
listener IEventListener
capture bool
Résultat void

AddEventListener() public static méthode

public static AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void
type string
listener IEventListener
capture bool
wantsUntrusted bool
Résultat void

AdoptNode() public static méthode

public static AdoptNode ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
Résultat System.Xml.XmlNode

AppendChild() public static méthode

public static AppendChild ( Element element ) : Element
element Element
Résultat Element

AppendChild() public static méthode

public static AppendChild ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
Résultat System.Xml.XmlNode

CaptureEvents() public static méthode

public static CaptureEvents ( ) : void
Résultat void

CaretPositionFromPoint() public static méthode

public static CaretPositionFromPoint ( double x, double y ) : CaretPosition
x double
y double
Résultat CaretPosition

Clear() public static méthode

public static Clear ( ) : void
Résultat void

CloneNode() public static méthode

public static CloneNode ( ) : XmlNode
Résultat System.Xml.XmlNode

CloneNode() public static méthode

public static CloneNode ( bool deep ) : XmlNode
deep bool
Résultat System.Xml.XmlNode

Close() public static méthode

public static Close ( ) : void
Résultat void

CompareDocumentPosition() public static méthode

public static CompareDocumentPosition ( XmlNode other ) : DocumentPosition
other System.Xml.XmlNode
Résultat DocumentPosition

Contains() public static méthode

public static Contains ( XmlNode other ) : bool
other System.Xml.XmlNode
Résultat bool

ConvertPointFromNode() public static méthode

public static ConvertPointFromNode ( DOMPointInit point, TypeOption from ) : DOMPoint
point DOMPointInit
from TypeOption
Résultat DOMPoint

ConvertPointFromNode() public static méthode

public static ConvertPointFromNode ( DOMPointInit point, TypeOption from, ConvertCoordinateOptions options ) : DOMPoint
point DOMPointInit
from TypeOption
options ConvertCoordinateOptions
Résultat DOMPoint

ConvertQuadFromNode() public static méthode

public static ConvertQuadFromNode ( DOMQuad quad, TypeOption from ) : DOMQuad
quad DOMQuad
from TypeOption
Résultat DOMQuad

ConvertQuadFromNode() public static méthode

public static ConvertQuadFromNode ( DOMQuad quad, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
quad DOMQuad
from TypeOption
options ConvertCoordinateOptions
Résultat DOMQuad

ConvertRectFromNode() public static méthode

public static ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from ) : DOMQuad
rect DOMRectReadOnly
from TypeOption
Résultat DOMQuad

ConvertRectFromNode() public static méthode

public static ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
rect DOMRectReadOnly
from TypeOption
options ConvertCoordinateOptions
Résultat DOMQuad

CreateAttribute() public static méthode

public static CreateAttribute ( string name ) : XmlAttribute
name string
Résultat System.Xml.XmlAttribute

CreateAttributeNS() public static méthode

public static CreateAttributeNS ( string @namespace, string name ) : XmlAttribute
@namespace string
name string
Résultat System.Xml.XmlAttribute

CreateCDATASection() public static méthode

public static CreateCDATASection ( string data ) : XmlCDataSection
data string
Résultat System.Xml.XmlCDataSection

CreateComment() public static méthode

public static CreateComment ( string data ) : XmlComment
data string
Résultat System.Xml.XmlComment

CreateDocumentFragment() public static méthode

public static CreateDocumentFragment ( ) : XmlDocumentFragment
Résultat System.Xml.XmlDocumentFragment

CreateElement() public static méthode

public static CreateElement ( string localName ) : Element
localName string
Résultat Element

CreateElementNS() public static méthode

public static CreateElementNS ( string @namespace, string qualifiedName ) : Element
@namespace string
qualifiedName string
Résultat Element

CreateEvent() public static méthode

public static CreateEvent ( string @interface ) : Event
@interface string
Résultat Event

CreateExpression() public static méthode

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

CreateNSResolver() public static méthode

public static CreateNSResolver ( XmlNode nodeResolver ) : XPathNSResolver
nodeResolver System.Xml.XmlNode
Résultat System.Xml.XPath.XPathNSResolver

CreateNodeIterator() public static méthode

public static CreateNodeIterator ( XmlNode root ) : NodeIterator
root System.Xml.XmlNode
Résultat System.Xml.NodeIterator

CreateNodeIterator() public static méthode

public static CreateNodeIterator ( XmlNode root, NodeFilter whatToShow ) : NodeIterator
root System.Xml.XmlNode
whatToShow NodeFilter
Résultat System.Xml.NodeIterator

CreateNodeIterator() public static méthode

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

CreateProcessingInstruction() public static méthode

public static CreateProcessingInstruction ( string target, string data ) : XmlProcessingInstruction
target string
data string
Résultat System.Xml.XmlProcessingInstruction

CreateRange() public static méthode

public static CreateRange ( ) : Range
Résultat System.Html.Editing.Range

CreateTextNode() public static méthode

public static CreateTextNode ( string data ) : XmlText
data string
Résultat System.Xml.XmlText

CreateTouch() public static méthode

public static CreateTouch ( ) : Touch
Résultat Touch

CreateTouch() public static méthode

public static CreateTouch ( WindowInstance view ) : Touch
view WindowInstance
Résultat Touch

CreateTouch() public static méthode

public static CreateTouch ( WindowInstance view, EventTarget target ) : Touch
view WindowInstance
target EventTarget
Résultat Touch

CreateTouch() public static méthode

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier ) : Touch
view WindowInstance
target EventTarget
identifier int
Résultat Touch

CreateTouch() public static méthode

public static CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX ) : Touch
view WindowInstance
target EventTarget
identifier int
pageX int
Résultat Touch

CreateTouch() public static méthode

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

CreateTouch() public static méthode

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
Résultat Touch

CreateTouch() public static méthode

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
Résultat Touch

CreateTouch() public static méthode

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
Résultat Touch

CreateTouch() public static méthode

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
Résultat Touch

CreateTouch() public static méthode

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
Résultat Touch

CreateTouch() public static méthode

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
Résultat Touch

CreateTouch() public static méthode

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
Résultat Touch

CreateTouch() public static méthode

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
Résultat Touch

CreateTouchList() public static méthode

public static CreateTouchList ( ) : TouchList
Résultat TouchList

CreateTreeWalker() public static méthode

public static CreateTreeWalker ( XmlNode root ) : TreeWalker
root System.Xml.XmlNode
Résultat System.Xml.TreeWalker

CreateTreeWalker() public static méthode

public static CreateTreeWalker ( XmlNode root, NodeFilter whatToShow ) : TreeWalker
root System.Xml.XmlNode
whatToShow NodeFilter
Résultat System.Xml.TreeWalker

CreateTreeWalker() public static méthode

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

DispatchEvent() public static méthode

public static DispatchEvent ( Event @event ) : bool
@event Event
Résultat bool

ElementFromPoint() public static méthode

public static ElementFromPoint ( float x, float y ) : Element
x float
y float
Résultat Element

EnableStyleSheetsForSet() public static méthode

public static EnableStyleSheetsForSet ( string name ) : void
name string
Résultat void

Evaluate() public static méthode

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
Résultat System.Xml.XPath.XPathResult

ExecCommand() public static méthode

public static ExecCommand ( string commandId ) : bool
commandId string
Résultat bool

ExecCommand() public static méthode

public static ExecCommand ( string commandId, bool showUI ) : bool
commandId string
showUI bool
Résultat bool

ExecCommand() public static méthode

public static ExecCommand ( string commandId, bool showUI, string value ) : bool
commandId string
showUI bool
value string
Résultat bool

GetBoxQuads() public static méthode

public static GetBoxQuads ( ) : System.Html.DOMQuad[]
Résultat System.Html.DOMQuad[]

GetBoxQuads() public static méthode

public static GetBoxQuads ( BoxQuadOptions options ) : System.Html.DOMQuad[]
options BoxQuadOptions
Résultat System.Html.DOMQuad[]

GetElementById() public static méthode

public static GetElementById ( string elementId ) : Element
elementId string
Résultat Element

GetElementsByClassName() public static méthode

public static GetElementsByClassName ( string classNames ) : ElementCollection
classNames string
Résultat ElementCollection

GetElementsByName() public static méthode

public static GetElementsByName ( string elementName ) : ElementNodeList
elementName string
Résultat ElementNodeList

GetElementsByTagName() public static méthode

public static GetElementsByTagName ( string localName ) : ElementCollection
localName string
Résultat ElementCollection

GetElementsByTagNameNS() public static méthode

public static GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
@namespace string
localName string
Résultat ElementCollection

GetItems() public static méthode

public static GetItems ( ) : ElementNodeList
Résultat ElementNodeList

GetItems() public static méthode

public static GetItems ( string typeNames ) : ElementNodeList
typeNames string
Résultat ElementNodeList

GetSelection() public static méthode

public static GetSelection ( ) : Selection
Résultat System.Html.Editing.Selection

GetUserData() public static méthode

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

HasAttributes() public static méthode

public static HasAttributes ( ) : bool
Résultat bool

HasChildNodes() public static méthode

public static HasChildNodes ( ) : bool
Résultat bool

HasFocus() public static méthode

public static HasFocus ( ) : bool
Résultat bool

ImportNode() public static méthode

public static ImportNode ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
Résultat System.Xml.XmlNode

ImportNode() public static méthode

public static ImportNode ( XmlNode node, bool deep ) : XmlNode
node System.Xml.XmlNode
deep bool
Résultat System.Xml.XmlNode

InsertBefore() public static méthode

public static InsertBefore ( Element node, Element child ) : Element
node Element
child Element
Résultat Element

InsertBefore() public static méthode

public static InsertBefore ( XmlNode node, XmlNode child ) : XmlNode
node System.Xml.XmlNode
child System.Xml.XmlNode
Résultat System.Xml.XmlNode

IsDefaultNamespace() public static méthode

public static IsDefaultNamespace ( string @namespace ) : bool
@namespace string
Résultat bool

IsEqualNode() public static méthode

public static IsEqualNode ( XmlNode node ) : bool
node System.Xml.XmlNode
Résultat bool

LookupNamespaceURI() public static méthode

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

LookupPrefix() public static méthode

public static LookupPrefix ( string @namespace ) : string
@namespace string
Résultat string

Normalize() public static méthode

public static Normalize ( ) : void
Résultat void

Open() public static méthode

public static Open ( ) : DocumentBase
Résultat DocumentBase

Open() public static méthode

public static Open ( string type ) : DocumentBase
type string
Résultat DocumentBase

Open() public static méthode

public static Open ( string type, string replace ) : DocumentBase
type string
replace string
Résultat DocumentBase

Open() public static méthode

public static Open ( string url, string name, string features ) : WindowInstance
url string
name string
features string
Résultat WindowInstance

Open() public static méthode

public static Open ( string url, string name, string features, bool replace ) : WindowInstance
url string
name string
features string
replace bool
Résultat WindowInstance

QueryCommandEnabled() public static méthode

public static QueryCommandEnabled ( string commandId ) : bool
commandId string
Résultat bool

QueryCommandIndeterm() public static méthode

public static QueryCommandIndeterm ( string commandId ) : bool
commandId string
Résultat bool

QueryCommandState() public static méthode

public static QueryCommandState ( string commandId ) : bool
commandId string
Résultat bool

QueryCommandSupported() public static méthode

public static QueryCommandSupported ( string commandId ) : bool
commandId string
Résultat bool

QueryCommandValue() public static méthode

public static QueryCommandValue ( string commandId ) : string
commandId string
Résultat string

QuerySelector() public static méthode

public static QuerySelector ( string selectors ) : Element
selectors string
Résultat Element

QuerySelectorAll() public static méthode

public static QuerySelectorAll ( string selectors ) : ElementNodeList
selectors string
Résultat ElementNodeList

RegisterElement() public static méthode

public static RegisterElement ( string name ) : object
name string
Résultat object

RegisterElement() public static méthode

public static RegisterElement ( string name, ElementRegistrationOptions options ) : object
name string
options ElementRegistrationOptions
Résultat object

ReleaseCapture() public static méthode

public static ReleaseCapture ( ) : void
Résultat void

ReleaseEvents() public static méthode

public static ReleaseEvents ( ) : void
Résultat void

RemoveChild() public static méthode

public static RemoveChild ( Element element ) : Element
element Element
Résultat Element

RemoveChild() public static méthode

public static RemoveChild ( XmlNode child ) : XmlNode
child XmlNode
Résultat XmlNode

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentBaseEvents type, Action listener ) : void
type DocumentBaseEvents
listener Action
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void
type DocumentBaseEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void
type DocumentBaseEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentBaseEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentBaseEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentBaseEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentBaseEvents type, IEventListener listener ) : void
type DocumentBaseEvents
listener IEventListener
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : void
type DocumentBaseEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentInstanceEvents type, Action listener ) : void
type DocumentInstanceEvents
listener Action
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
type DocumentInstanceEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DocumentInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
type DocumentInstanceEvents
listener IEventListener
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
type DocumentInstanceEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( XmlNodeEvents type, Action listener ) : void
type XmlNodeEvents
listener Action
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void
type XmlNodeEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void
type XmlNodeEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlNodeEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlNodeEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( XmlNodeEvents type, IEventListener listener ) : void
type XmlNodeEvents
listener IEventListener
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void
type XmlNodeEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, Action listener ) : void
type string
listener Action
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, Action listener, bool capture ) : void
type string
listener Action
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, HtmlEventHandler listener ) : void
type string
listener HtmlEventHandler
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
type string
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, IEventListener listener ) : void
type string
listener IEventListener
Résultat void

RemoveEventListener() public static méthode

public static RemoveEventListener ( string type, IEventListener listener, bool capture ) : void
type string
listener IEventListener
capture bool
Résultat void

ReplaceChild() public static méthode

public static ReplaceChild ( XmlNode node, XmlNode child ) : XmlNode
node XmlNode
child XmlNode
Résultat XmlNode