C# 클래스 Nxdb.Dom.DomText

상속: System.Xml.XmlText, IDomNode
파일 보기 프로젝트 열기: daveaglick/Nxdb

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DomText ( Text node ) : System

메소드 상세

AppendChild() 공개 메소드

public AppendChild ( XmlNode newChild ) : XmlNode
newChild System.Xml.XmlNode
리턴 System.Xml.XmlNode

AppendData() 공개 메소드

public AppendData ( string strData ) : void
strData string
리턴 void

CreateNavigator() 공개 메소드

public CreateNavigator ( ) : XPathNavigator
리턴 System.Xml.XPath.XPathNavigator

DeleteData() 공개 메소드

public DeleteData ( int offset, int count ) : void
offset int
count int
리턴 void

GetNamespaceOfPrefix() 공개 메소드

public GetNamespaceOfPrefix ( string prefix ) : string
prefix string
리턴 string

GetPrefixOfNamespace() 공개 메소드

public GetPrefixOfNamespace ( string namespaceURI ) : string
namespaceURI string
리턴 string

InsertAfter() 공개 메소드

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

InsertBefore() 공개 메소드

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

InsertData() 공개 메소드

public InsertData ( int offset, string strData ) : void
offset int
strData string
리턴 void

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

PrependChild() 공개 메소드

public PrependChild ( XmlNode newChild ) : XmlNode
newChild System.Xml.XmlNode
리턴 System.Xml.XmlNode

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

ReplaceChild() 공개 메소드

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

ReplaceData() 공개 메소드

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

SplitText() 공개 메소드

public SplitText ( int offset ) : XmlText
offset int
리턴 System.Xml.XmlText

Substring() 공개 메소드

public Substring ( int offset, int count ) : string
offset int
count int
리턴 string

Supports() 공개 메소드

public Supports ( string feature, string version ) : bool
feature string
version string
리턴 bool

WriteTo() 공개 메소드

public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void

this() 공개 메소드

public this ( string name ) : XmlElement
name string
리턴 System.Xml.XmlElement

this() 공개 메소드

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