C# Class System.Xml.XmlText

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddEventListener ( XmlTextEvents type, System.Action listener ) : void
AddEventListener ( XmlTextEvents type, System.Action listener, bool capture ) : void
AddEventListener ( XmlTextEvents type, HtmlEventHandler listener ) : void
AddEventListener ( XmlTextEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( XmlTextEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( XmlTextEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( XmlTextEvents type, IEventListener listener ) : void
AddEventListener ( XmlTextEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
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
GetBoxQuads ( ) : DOMQuad[]
GetBoxQuads ( BoxQuadOptions options ) : DOMQuad[]
RemoveEventListener ( XmlTextEvents type, Action listener ) : void
RemoveEventListener ( XmlTextEvents type, Action listener, bool capture ) : void
RemoveEventListener ( XmlTextEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( XmlTextEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( XmlTextEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( XmlTextEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlTextEvents type, IEventListener listener ) : void
RemoveEventListener ( XmlTextEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
SplitText ( int offset ) : XmlText
XmlText ( ) : System.Html
XmlText ( string data ) : System.Html

Method Details

AddEventListener() public méthode

public AddEventListener ( XmlTextEvents type, System.Action listener ) : void
type XmlTextEvents
listener System.Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlTextEvents type, System.Action listener, bool capture ) : void
type XmlTextEvents
listener System.Action
capture bool
Résultat void

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

public AddEventListener ( XmlTextEvents type, IEventListener listener, bool capture ) : void
type XmlTextEvents
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

ConvertPointFromNode() public méthode

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

ConvertPointFromNode() public méthode

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

ConvertQuadFromNode() public méthode

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

ConvertQuadFromNode() public méthode

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

ConvertRectFromNode() public méthode

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

ConvertRectFromNode() public méthode

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

GetBoxQuads() public méthode

public GetBoxQuads ( ) : DOMQuad[]
Résultat DOMQuad[]

GetBoxQuads() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

public RemoveEventListener ( XmlTextEvents type, IEventListener listener, bool capture ) : void
type XmlTextEvents
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

SplitText() public méthode

public SplitText ( int offset ) : XmlText
offset int
Résultat XmlText

XmlText() public méthode

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

XmlText() public méthode

public XmlText ( string data ) : System.Html
data string
Résultat System.Html