C# Class System.Xml.XmlNode

Inheritance: ICloneable, IEnumerable, IXPathNavigable
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
XmlNode System.Html

Méthodes publiques

Méthode Description
AddEventListener ( XmlNodeEvents type, System.Action listener ) : void
AddEventListener ( XmlNodeEvents type, System.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, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AppendChild ( XmlNode node ) : XmlNode
CloneNode ( ) : XmlNode
CloneNode ( bool deep ) : XmlNode
CompareDocumentPosition ( XmlNode other ) : DocumentPosition
Contains ( XmlNode other ) : bool
GetUserData ( string key ) : object
HasAttributes ( ) : bool
HasChildNodes ( ) : bool
InsertBefore ( XmlNode node, XmlNode child ) : XmlNode
IsDefaultNamespace ( string @namespace ) : bool
IsEqualNode ( XmlNode node ) : bool
LookupNamespaceURI ( string prefix ) : string
LookupPrefix ( string @namespace ) : string
Normalize ( ) : void
RemoveChild ( XmlNode child ) : XmlNode
RemoveEventListener ( XmlNodeEvents type, System.Action listener ) : void
RemoveEventListener ( XmlNodeEvents type, System.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, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
ReplaceChild ( XmlNode node, XmlNode child ) : XmlNode

Private Methods

Méthode Description
XmlNode ( ) : System.Html

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AppendChild() public méthode

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

CloneNode() public méthode

public CloneNode ( ) : XmlNode
Résultat XmlNode

CloneNode() public méthode

public CloneNode ( bool deep ) : XmlNode
deep bool
Résultat XmlNode

CompareDocumentPosition() public méthode

public CompareDocumentPosition ( XmlNode other ) : DocumentPosition
other XmlNode
Résultat DocumentPosition

Contains() public méthode

public Contains ( XmlNode other ) : bool
other XmlNode
Résultat bool

GetUserData() public méthode

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

HasAttributes() public méthode

public HasAttributes ( ) : bool
Résultat bool

HasChildNodes() public méthode

public HasChildNodes ( ) : bool
Résultat bool

InsertBefore() public méthode

public InsertBefore ( XmlNode node, XmlNode child ) : XmlNode
node XmlNode
child XmlNode
Résultat XmlNode

IsDefaultNamespace() public méthode

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

IsEqualNode() public méthode

public IsEqualNode ( XmlNode node ) : bool
node XmlNode
Résultat bool

LookupNamespaceURI() public méthode

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

LookupPrefix() public méthode

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

Normalize() public méthode

public Normalize ( ) : void
Résultat void

RemoveChild() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

ReplaceChild() public méthode

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