C# Class Nxdb.Dom.DomDocument

Inheritance: System.Xml.XmlDocument, IDomNode
Mostra file Open project: daveaglick/Nxdb

Private Properties

Property Type Description
DomDocument System
PreventChanges void

Public Methods

Method 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

Protected Methods

Method Description
CreateDefaultAttribute ( string prefix, string localName, string namespaceURI ) : XmlAttribute
CreateNavigator ( XmlNode node ) : XPathNavigator

Private Methods

Method Description
DomDocument ( Document node ) : System
PreventChanges ( object sender, XmlNodeChangedEventArgs e ) : void

Method Details

CreateCDataSection() public method

public CreateCDataSection ( string data ) : XmlCDataSection
data string
return System.Xml.XmlCDataSection

CreateDefaultAttribute() protected method

protected CreateDefaultAttribute ( string prefix, string localName, string namespaceURI ) : XmlAttribute
prefix string
localName string
namespaceURI string
return System.Xml.XmlAttribute

CreateDocumentFragment() public method

public CreateDocumentFragment ( ) : XmlDocumentFragment
return System.Xml.XmlDocumentFragment

CreateDocumentType() public method

public CreateDocumentType ( string name, string publicId, string systemId, string internalSubset ) : XmlDocumentType
name string
publicId string
systemId string
internalSubset string
return System.Xml.XmlDocumentType

CreateEntityReference() public method

public CreateEntityReference ( string name ) : XmlEntityReference
name string
return System.Xml.XmlEntityReference

CreateNavigator() public method

public CreateNavigator ( ) : XPathNavigator
return System.Xml.XPath.XPathNavigator

CreateNavigator() protected method

protected CreateNavigator ( XmlNode node ) : XPathNavigator
node System.Xml.XmlNode
return System.Xml.XPath.XPathNavigator

CreateNode() public method

public CreateNode ( System.Xml.XmlNodeType type, string name, string namespaceURI ) : XmlNode
type System.Xml.XmlNodeType
name string
namespaceURI string
return System.Xml.XmlNode

CreateNode() public method

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

CreateNode() public method

public CreateNode ( string nodeTypeString, string name, string namespaceURI ) : XmlNode
nodeTypeString string
name string
namespaceURI string
return System.Xml.XmlNode

CreateSignificantWhitespace() public method

public CreateSignificantWhitespace ( string text ) : XmlSignificantWhitespace
text string
return System.Xml.XmlSignificantWhitespace

CreateWhitespace() public method

public CreateWhitespace ( string text ) : XmlWhitespace
text string
return System.Xml.XmlWhitespace

CreateXmlDeclaration() public method

public CreateXmlDeclaration ( string version, string encoding, string standalone ) : XmlDeclaration
version string
encoding string
standalone string
return System.Xml.XmlDeclaration

GetElementById() public method

public GetElementById ( string elementId ) : XmlElement
elementId string
return System.Xml.XmlElement

GetElementsByTagName() public method

public GetElementsByTagName ( string name ) : XmlNodeList
name string
return System.Xml.XmlNodeList

GetElementsByTagName() public method

public GetElementsByTagName ( string localName, string namespaceURI ) : XmlNodeList
localName string
namespaceURI string
return System.Xml.XmlNodeList

GetNamespaceOfPrefix() public method

public GetNamespaceOfPrefix ( string prefix ) : string
prefix string
return string

GetPrefixOfNamespace() public method

public GetPrefixOfNamespace ( string namespaceURI ) : string
namespaceURI string
return string

ImportNode() public method

public ImportNode ( XmlNode node, bool deep ) : XmlNode
node System.Xml.XmlNode
deep bool
return System.Xml.XmlNode

Load() public method

public Load ( Stream inStream ) : void
inStream Stream
return void

Load() public method

public Load ( TextReader txtReader ) : void
txtReader TextReader
return void

Load() public method

public Load ( XmlReader reader ) : void
reader XmlReader
return void

Load() public method

public Load ( string filename ) : void
filename string
return void

LoadXml() public method

public LoadXml ( string xml ) : void
xml string
return void

Normalize() public method

public Normalize ( ) : void
return void

ReadNode() public method

public ReadNode ( XmlReader reader ) : XmlNode
reader XmlReader
return System.Xml.XmlNode

ReplaceChild() public method

public ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
newChild System.Xml.XmlNode
oldChild System.Xml.XmlNode
return System.Xml.XmlNode

Save() public method

public Save ( Stream outStream ) : void
outStream Stream
return void

Save() public method

public Save ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

Save() public method

public Save ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

Save() public method

public Save ( string filename ) : void
filename string
return void

Supports() public method

public Supports ( string feature, string version ) : bool
feature string
version string
return bool

WriteContentTo() public method

public WriteContentTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

WriteTo() public method

public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

this() public method

public this ( string name ) : XmlElement
name string
return System.Xml.XmlElement

this() public method

public this ( string localname, string ns ) : XmlElement
localname string
ns string
return System.Xml.XmlElement