C# Class System.Xml.DocumentBase

Inheritance: XmlNode, IXPathEvaluator
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
CreateTouchList System.Html.TouchList

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 ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AdoptNode ( XmlNode node ) : XmlNode
CaretPositionFromPoint ( double x, double y ) : CaretPosition
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 ) : XmlElement
CreateElement ( string localName, string typeExtension ) : XmlElement
CreateElementNS ( string @namespace, string qualifiedName ) : XmlElement
CreateElementNS ( string @namespace, string qualifiedName, string typeExtension ) : XmlElement
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
DocumentBase ( ) : System.Html
ElementFromPoint ( double x, double y ) : XmlElement
EnableStyleSheetsForSet ( string name ) : void
Evaluate ( string expression, XmlNode contextNode, XPathNSResolver resolver, ushort type, XPathResult result ) : XPathResult
GetBoxQuads ( ) : System.Html.DOMQuad[]
GetBoxQuads ( BoxQuadOptions options ) : System.Html.DOMQuad[]
GetElementById ( string elementId ) : XmlElement
GetElementsByClassName ( string classNames ) : XmlElementCollection
GetElementsByTagName ( string localName ) : XmlElementCollection
GetElementsByTagNameNS ( string @namespace, string localName ) : XmlElementCollection
HasFocus ( ) : bool
ImportNode ( XmlNode node ) : XmlNode
ImportNode ( XmlNode node, bool deep ) : XmlNode
QuerySelector ( string selectors ) : XmlElement
QuerySelectorAll ( string selectors ) : XmlNodeList
RegisterElement ( string name ) : object
RegisterElement ( string name, ElementRegistrationOptions options ) : object
ReleaseCapture ( ) : void
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 ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Méthode Description
CreateTouchList ( Touch touch ) : TouchList

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AdoptNode() public méthode

public AdoptNode ( XmlNode node ) : XmlNode
node XmlNode
Résultat XmlNode

CaretPositionFromPoint() public méthode

public CaretPositionFromPoint ( double x, double y ) : CaretPosition
x double
y double
Résultat System.Html.CaretPosition

ConvertPointFromNode() public méthode

public ConvertPointFromNode ( DOMPointInit point, TypeOption from ) : DOMPoint
point DOMPointInit
from TypeOption
Résultat System.Html.DOMPoint

ConvertPointFromNode() public méthode

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

ConvertQuadFromNode() public méthode

public ConvertQuadFromNode ( DOMQuad quad, TypeOption from ) : DOMQuad
quad System.Html.DOMQuad
from TypeOption
Résultat System.Html.DOMQuad

ConvertQuadFromNode() public méthode

public ConvertQuadFromNode ( DOMQuad quad, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
quad System.Html.DOMQuad
from TypeOption
options System.Html.ConvertCoordinateOptions
Résultat System.Html.DOMQuad

ConvertRectFromNode() public méthode

public ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from ) : DOMQuad
rect System.Html.DOMRectReadOnly
from TypeOption
Résultat System.Html.DOMQuad

ConvertRectFromNode() public méthode

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

CreateAttribute() public méthode

public CreateAttribute ( string name ) : XmlAttribute
name string
Résultat XmlAttribute

CreateAttributeNS() public méthode

public CreateAttributeNS ( string @namespace, string name ) : XmlAttribute
@namespace string
name string
Résultat XmlAttribute

CreateCDATASection() public méthode

public CreateCDATASection ( string data ) : XmlCDataSection
data string
Résultat XmlCDataSection

CreateComment() public méthode

public CreateComment ( string data ) : XmlComment
data string
Résultat XmlComment

CreateDocumentFragment() public méthode

public CreateDocumentFragment ( ) : XmlDocumentFragment
Résultat XmlDocumentFragment

CreateElement() public méthode

public CreateElement ( string localName ) : XmlElement
localName string
Résultat XmlElement

CreateElement() public méthode

public CreateElement ( string localName, string typeExtension ) : XmlElement
localName string
typeExtension string
Résultat XmlElement

CreateElementNS() public méthode

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

CreateElementNS() public méthode

public CreateElementNS ( string @namespace, string qualifiedName, string typeExtension ) : XmlElement
@namespace string
qualifiedName string
typeExtension string
Résultat XmlElement

CreateEvent() public méthode

public CreateEvent ( string @interface ) : Event
@interface string
Résultat System.Html.Event

CreateExpression() public méthode

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

CreateNSResolver() public méthode

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

CreateNodeIterator() public méthode

public CreateNodeIterator ( XmlNode root ) : NodeIterator
root XmlNode
Résultat NodeIterator

CreateNodeIterator() public méthode

public CreateNodeIterator ( XmlNode root, NodeFilter whatToShow ) : NodeIterator
root XmlNode
whatToShow NodeFilter
Résultat NodeIterator

CreateNodeIterator() public méthode

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

CreateProcessingInstruction() public méthode

public CreateProcessingInstruction ( string target, string data ) : XmlProcessingInstruction
target string
data string
Résultat XmlProcessingInstruction

CreateRange() public méthode

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

CreateTextNode() public méthode

public CreateTextNode ( string data ) : XmlText
data string
Résultat XmlText

CreateTouch() public méthode

public CreateTouch ( ) : Touch
Résultat System.Html.Touch

CreateTouch() public méthode

public CreateTouch ( WindowInstance view ) : Touch
view System.Html.WindowInstance
Résultat System.Html.Touch

CreateTouch() public méthode

public CreateTouch ( WindowInstance view, EventTarget target ) : Touch
view System.Html.WindowInstance
target System.Html.EventTarget
Résultat System.Html.Touch

CreateTouch() public méthode

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

CreateTouch() public méthode

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

CreateTouch() public méthode

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

CreateTouch() public méthode

public CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX ) : Touch
view System.Html.WindowInstance
target System.Html.EventTarget
identifier int
pageX int
pageY int
screenX int
Résultat System.Html.Touch

CreateTouch() public méthode

public CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY ) : Touch
view System.Html.WindowInstance
target System.Html.EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
Résultat System.Html.Touch

CreateTouch() public méthode

public CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX ) : Touch
view System.Html.WindowInstance
target System.Html.EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
Résultat System.Html.Touch

CreateTouch() public méthode

public CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY ) : Touch
view System.Html.WindowInstance
target System.Html.EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
Résultat System.Html.Touch

CreateTouch() public méthode

public CreateTouch ( WindowInstance view, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int clientX, int clientY, int radiusX ) : Touch
view System.Html.WindowInstance
target System.Html.EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
Résultat System.Html.Touch

CreateTouch() public méthode

public 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 System.Html.WindowInstance
target System.Html.EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
radiusY int
Résultat System.Html.Touch

CreateTouch() public méthode

public 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 System.Html.WindowInstance
target System.Html.EventTarget
identifier int
pageX int
pageY int
screenX int
screenY int
clientX int
clientY int
radiusX int
radiusY int
rotationAngle double
Résultat System.Html.Touch

CreateTouch() public méthode

public 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 System.Html.WindowInstance
target System.Html.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 System.Html.Touch

CreateTouchList() public méthode

public CreateTouchList ( ) : TouchList
Résultat System.Html.TouchList

CreateTreeWalker() public méthode

public CreateTreeWalker ( XmlNode root ) : TreeWalker
root XmlNode
Résultat TreeWalker

CreateTreeWalker() public méthode

public CreateTreeWalker ( XmlNode root, NodeFilter whatToShow ) : TreeWalker
root XmlNode
whatToShow NodeFilter
Résultat TreeWalker

CreateTreeWalker() public méthode

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

DocumentBase() public méthode

public DocumentBase ( ) : System.Html
Résultat System.Html

ElementFromPoint() public méthode

public ElementFromPoint ( double x, double y ) : XmlElement
x double
y double
Résultat XmlElement

EnableStyleSheetsForSet() public méthode

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

Evaluate() public méthode

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

GetBoxQuads() public méthode

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

GetBoxQuads() public méthode

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

GetElementById() public méthode

public GetElementById ( string elementId ) : XmlElement
elementId string
Résultat XmlElement

GetElementsByClassName() public méthode

public GetElementsByClassName ( string classNames ) : XmlElementCollection
classNames string
Résultat XmlElementCollection

GetElementsByTagName() public méthode

public GetElementsByTagName ( string localName ) : XmlElementCollection
localName string
Résultat XmlElementCollection

GetElementsByTagNameNS() public méthode

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

HasFocus() public méthode

public HasFocus ( ) : bool
Résultat bool

ImportNode() public méthode

public ImportNode ( XmlNode node ) : XmlNode
node XmlNode
Résultat XmlNode

ImportNode() public méthode

public ImportNode ( XmlNode node, bool deep ) : XmlNode
node XmlNode
deep bool
Résultat XmlNode

QuerySelector() public méthode

public QuerySelector ( string selectors ) : XmlElement
selectors string
Résultat XmlElement

QuerySelectorAll() public méthode

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

RegisterElement() public méthode

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

RegisterElement() public méthode

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

ReleaseCapture() public méthode

public ReleaseCapture ( ) : void
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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