C# Class Nxdb.Dom.DomDocument

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

Private Properties

Свойство Type Description
DomDocument System
PreventChanges void

Méthodes publiques

Méthode Description
CreateCDataSection ( string data ) : XmlCDataSection
CreateDocumentFragment ( ) : XmlDocumentFragment
CreateDocumentType ( string name, string publicId, string systemId, string internalSubset ) : XmlDocumentType
CreateEntityReference ( string name ) : XmlEntityReference
CreateNavigator ( ) : XPathNavigator
CreateNode ( System.Xml.XmlNodeType type, string name, string namespaceURI ) : XmlNode
CreateNode ( System.Xml.XmlNodeType type, string prefix, string name, string namespaceURI ) : XmlNode
CreateNode ( string nodeTypeString, string name, string namespaceURI ) : XmlNode
CreateSignificantWhitespace ( string text ) : XmlSignificantWhitespace
CreateWhitespace ( string text ) : XmlWhitespace
CreateXmlDeclaration ( string version, string encoding, string standalone ) : XmlDeclaration
GetElementById ( string elementId ) : XmlElement
GetElementsByTagName ( string name ) : XmlNodeList
GetElementsByTagName ( string localName, string namespaceURI ) : XmlNodeList
GetNamespaceOfPrefix ( string prefix ) : string
GetPrefixOfNamespace ( string namespaceURI ) : string
ImportNode ( XmlNode node, bool deep ) : XmlNode
Load ( Stream inStream ) : void
Load ( TextReader txtReader ) : void
Load ( XmlReader reader ) : void
Load ( string filename ) : void
LoadXml ( string xml ) : void
Normalize ( ) : void
ReadNode ( XmlReader reader ) : XmlNode
ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
Save ( Stream outStream ) : void
Save ( TextWriter writer ) : void
Save ( XmlWriter w ) : void
Save ( string filename ) : void
Supports ( string feature, string version ) : bool
WriteContentTo ( XmlWriter w ) : void
WriteTo ( XmlWriter w ) : void
this ( string name ) : XmlElement
this ( string localname, string ns ) : XmlElement

Méthodes protégées

Méthode Description
CreateDefaultAttribute ( string prefix, string localName, string namespaceURI ) : XmlAttribute
CreateNavigator ( XmlNode node ) : XPathNavigator

Private Methods

Méthode Description
DomDocument ( Document node ) : System
PreventChanges ( object sender, XmlNodeChangedEventArgs e ) : void

Method Details

CreateCDataSection() public méthode

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

CreateDefaultAttribute() protected méthode

protected CreateDefaultAttribute ( string prefix, string localName, string namespaceURI ) : XmlAttribute
prefix string
localName string
namespaceURI string
Résultat System.Xml.XmlAttribute

CreateDocumentFragment() public méthode

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

CreateDocumentType() public méthode

public CreateDocumentType ( string name, string publicId, string systemId, string internalSubset ) : XmlDocumentType
name string
publicId string
systemId string
internalSubset string
Résultat System.Xml.XmlDocumentType

CreateEntityReference() public méthode

public CreateEntityReference ( string name ) : XmlEntityReference
name string
Résultat System.Xml.XmlEntityReference

CreateNavigator() public méthode

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

CreateNavigator() protected méthode

protected CreateNavigator ( XmlNode node ) : XPathNavigator
node System.Xml.XmlNode
Résultat System.Xml.XPath.XPathNavigator

CreateNode() public méthode

public CreateNode ( System.Xml.XmlNodeType type, string name, string namespaceURI ) : XmlNode
type System.Xml.XmlNodeType
name string
namespaceURI string
Résultat System.Xml.XmlNode

CreateNode() public méthode

public CreateNode ( System.Xml.XmlNodeType type, string prefix, string name, string namespaceURI ) : XmlNode
type System.Xml.XmlNodeType
prefix string
name string
namespaceURI string
Résultat System.Xml.XmlNode

CreateNode() public méthode

public CreateNode ( string nodeTypeString, string name, string namespaceURI ) : XmlNode
nodeTypeString string
name string
namespaceURI string
Résultat System.Xml.XmlNode

CreateSignificantWhitespace() public méthode

public CreateSignificantWhitespace ( string text ) : XmlSignificantWhitespace
text string
Résultat System.Xml.XmlSignificantWhitespace

CreateWhitespace() public méthode

public CreateWhitespace ( string text ) : XmlWhitespace
text string
Résultat System.Xml.XmlWhitespace

CreateXmlDeclaration() public méthode

public CreateXmlDeclaration ( string version, string encoding, string standalone ) : XmlDeclaration
version string
encoding string
standalone string
Résultat System.Xml.XmlDeclaration

GetElementById() public méthode

public GetElementById ( string elementId ) : XmlElement
elementId string
Résultat System.Xml.XmlElement

GetElementsByTagName() public méthode

public GetElementsByTagName ( string name ) : XmlNodeList
name string
Résultat System.Xml.XmlNodeList

GetElementsByTagName() public méthode

public GetElementsByTagName ( string localName, string namespaceURI ) : XmlNodeList
localName string
namespaceURI string
Résultat System.Xml.XmlNodeList

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

ImportNode() public méthode

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

Load() public méthode

public Load ( Stream inStream ) : void
inStream Stream
Résultat void

Load() public méthode

public Load ( TextReader txtReader ) : void
txtReader TextReader
Résultat void

Load() public méthode

public Load ( XmlReader reader ) : void
reader XmlReader
Résultat void

Load() public méthode

public Load ( string filename ) : void
filename string
Résultat void

LoadXml() public méthode

public LoadXml ( string xml ) : void
xml string
Résultat void

Normalize() public méthode

public Normalize ( ) : void
Résultat void

ReadNode() public méthode

public ReadNode ( XmlReader reader ) : XmlNode
reader XmlReader
Résultat System.Xml.XmlNode

ReplaceChild() public méthode

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

Save() public méthode

public Save ( Stream outStream ) : void
outStream Stream
Résultat void

Save() public méthode

public Save ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

Save() public méthode

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

Save() public méthode

public Save ( string filename ) : void
filename string
Résultat void

Supports() public méthode

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

WriteContentTo() public méthode

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

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