C# Class Nxdb.Dom.DomComment

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

Public Methods

Method 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
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

Method Description
DomComment ( Comment node ) : System

Method Details

AppendChild() public method

public AppendChild ( XmlNode newChild ) : XmlNode
newChild System.Xml.XmlNode
return System.Xml.XmlNode

AppendData() public method

public AppendData ( string strData ) : void
strData string
return void

CreateNavigator() public method

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

DeleteData() public method

public DeleteData ( int offset, int count ) : void
offset int
count int
return void

GetNamespaceOfPrefix() public method

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

GetPrefixOfNamespace() public method

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

InsertAfter() public method

public InsertAfter ( XmlNode newChild, XmlNode refChild ) : XmlNode
newChild System.Xml.XmlNode
refChild System.Xml.XmlNode
return System.Xml.XmlNode

InsertBefore() public method

public InsertBefore ( XmlNode newChild, XmlNode refChild ) : XmlNode
newChild System.Xml.XmlNode
refChild System.Xml.XmlNode
return System.Xml.XmlNode

InsertData() public method

public InsertData ( int offset, string strData ) : void
offset int
strData string
return void

Normalize() public method

public Normalize ( ) : void
return void

PrependChild() public method

public PrependChild ( XmlNode newChild ) : XmlNode
newChild System.Xml.XmlNode
return System.Xml.XmlNode

RemoveAll() public method

public RemoveAll ( ) : void
return void

ReplaceChild() public method

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

ReplaceData() public method

public ReplaceData ( int offset, int count, string strData ) : void
offset int
count int
strData string
return void

Substring() public method

public Substring ( int offset, int count ) : string
offset int
count int
return string

Supports() public method

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

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