C# Class Nxdb.Dom.DomText

Inheritance: System.Xml.XmlText, IDomNode
Afficher le fichier Open project: daveaglick/Nxdb

Méthodes publiques

Méthode Description
AppendChild ( XmlNode newChild ) : XmlNode
AppendData ( string strData ) : void
CreateNavigator ( ) : XPathNavigator
DeleteData ( int offset, int count ) : void
GetNamespaceOfPrefix ( string prefix ) : string
GetPrefixOfNamespace ( string namespaceURI ) : string
InsertAfter ( XmlNode newChild, XmlNode refChild ) : XmlNode
InsertBefore ( XmlNode newChild, XmlNode refChild ) : XmlNode
InsertData ( int offset, string strData ) : void
Normalize ( ) : void
PrependChild ( XmlNode newChild ) : XmlNode
RemoveAll ( ) : void
ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
ReplaceData ( int offset, int count, string strData ) : void
SplitText ( int offset ) : XmlText
Substring ( int offset, int count ) : string
Supports ( string feature, string version ) : bool
WriteTo ( XmlWriter w ) : void
this ( string name ) : XmlElement
this ( string localname, string ns ) : XmlElement

Private Methods

Méthode Description
DomText ( Text node ) : System

Method Details

AppendChild() public méthode

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

AppendData() public méthode

public AppendData ( string strData ) : void
strData string
Résultat void

CreateNavigator() public méthode

public CreateNavigator ( ) : XPathNavigator
Résultat System.Xml.XPath.XPathNavigator

DeleteData() public méthode

public DeleteData ( int offset, int count ) : void
offset int
count int
Résultat void

GetNamespaceOfPrefix() public méthode

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

GetPrefixOfNamespace() public méthode

public GetPrefixOfNamespace ( string namespaceURI ) : string
namespaceURI string
Résultat string

InsertAfter() public méthode

public InsertAfter ( XmlNode newChild, XmlNode refChild ) : XmlNode
newChild System.Xml.XmlNode
refChild System.Xml.XmlNode
Résultat System.Xml.XmlNode

InsertBefore() public méthode

public InsertBefore ( XmlNode newChild, XmlNode refChild ) : XmlNode
newChild System.Xml.XmlNode
refChild System.Xml.XmlNode
Résultat System.Xml.XmlNode

InsertData() public méthode

public InsertData ( int offset, string strData ) : void
offset int
strData string
Résultat void

Normalize() public méthode

public Normalize ( ) : void
Résultat void

PrependChild() public méthode

public PrependChild ( XmlNode newChild ) : XmlNode
newChild System.Xml.XmlNode
Résultat System.Xml.XmlNode

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

ReplaceChild() public méthode

public ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
newChild System.Xml.XmlNode
oldChild System.Xml.XmlNode
Résultat System.Xml.XmlNode

ReplaceData() public méthode

public ReplaceData ( int offset, int count, string strData ) : void
offset int
count int
strData string
Résultat void

SplitText() public méthode

public SplitText ( int offset ) : XmlText
offset int
Résultat System.Xml.XmlText

Substring() public méthode

public Substring ( int offset, int count ) : string
offset int
count int
Résultat string

Supports() public méthode

public Supports ( string feature, string version ) : bool
feature string
version string
Résultat bool

WriteTo() public méthode

public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
Résultat void

this() public méthode

public this ( string name ) : XmlElement
name string
Résultat System.Xml.XmlElement

this() public méthode

public this ( string localname, string ns ) : XmlElement
localname string
ns string
Résultat System.Xml.XmlElement