XmlText

constructor

constructor(aNode: XObject)
Sub New(aNode As XObject)

Parameters:

  • aNode:

method AppendData(aValue: String)
void AppendData(String aValue)
func AppendData(_ aValue: String)
void AppendData(String aValue)
Sub AppendData(aValue As String)

Parameters:

  • aValue:

ChildCount    (declared in XmlNode)

property ChildCount: Int32 read;
Int32 ChildCount { get; }
var ChildCount: Int32 { get{} }
Int32 ChildCount { __get; }
ReadOnly Property ChildCount() As Int32

ChildNodes    (declared in XmlNode)

property ChildNodes: array of XmlNode read;
XmlNode[] ChildNodes { get; }
var ChildNodes: XmlNode... { get{} }
XmlNode[] ChildNodes { __get; }
ReadOnly Property ChildNodes() As XmlNode()

CreateCompatibleNode  protected    (declared in XmlNode)

class method CreateCompatibleNode(Node: XNode): XmlNode
static XmlNode CreateCompatibleNode(XNode Node)
static func CreateCompatibleNode(_ Node: XNode) -> XmlNode
static XmlNode CreateCompatibleNode(XNode Node)
Shared Function CreateCompatibleNode(Node As XNode) As XmlNode

Parameters:

  • Node:

property Data: String read write;
String Data { get; set; }
var Data: String { get{} set{} }
String Data { __get; __set; }
Property Data() As String

method DeleteData(Offset: Int32; Count: Int32)
void DeleteData(Int32 Offset, Int32 Count)
func DeleteData(_ Offset: Int32, _ Count: Int32)
void DeleteData(Int32 Offset, Int32 Count)
Sub DeleteData(Offset As Int32, Count As Int32)

Parameters:

  • Offset:
  • Count:

Document    (declared in XmlNode)

property Document: XmlDocument read;
XmlDocument Document { get; }
var Document: XmlDocument { get{} }
XmlDocument Document { __get; }
ReadOnly Property Document() As XmlDocument

method Equals(obj: Object): Boolean
Boolean Equals(Object obj)
func Equals(_ obj: Object) -> Boolean
Boolean Equals(Object obj)
Function Equals(obj As Object) As Boolean

Parameters:

  • obj:

FirstChild    (declared in XmlNode)

property FirstChild: XmlNode read;
XmlNode FirstChild { get; }
var FirstChild: XmlNode { get{} }
XmlNode FirstChild { __get; }
ReadOnly Property FirstChild() As XmlNode

method InsertData(Offset: Int32; aValue: String)
void InsertData(Int32 Offset, String aValue)
func InsertData(_ Offset: Int32, _ aValue: String)
void InsertData(Int32 Offset, String aValue)
Sub InsertData(Offset As Int32, aValue As String)

Parameters:

  • Offset:
  • aValue:

property Item[Index: Int32]: XmlNode read;
XmlNode Item[Int32 Index] { get; }
subscript Item(_ Index: Int32) -> XmlNode { get{} }
XmlNode Item[Int32 Index] { __get; }
ReadOnly Property Item(Index As Int32) As XmlNode

LastChild    (declared in XmlNode)

property LastChild: XmlNode read;
XmlNode LastChild { get; }
var LastChild: XmlNode { get{} }
XmlNode LastChild { __get; }
ReadOnly Property LastChild() As XmlNode

property Length: Int32 read;
var Length: Int32 { get{} }
ReadOnly Property Length() As Int32

LocalName    (declared in XmlNode)

property LocalName: String read;
String LocalName { get; }
var LocalName: String { get{} }
String LocalName { __get; }
ReadOnly Property LocalName() As String

Name

property Name: String read;
var Name: String { get{} }
ReadOnly Property Name() As String

NextSibling    (declared in XmlNode)

property NextSibling: XmlNode read;
XmlNode NextSibling { get; }
var NextSibling: XmlNode { get{} }
XmlNode NextSibling { __get; }
ReadOnly Property NextSibling() As XmlNode

Node  protected    (declared in XmlNode)

property Node: XObject read;
var Node: XObject { get{} }
ReadOnly Property Node() As XObject

NodeType

property NodeType: XmlNodeType read;
XmlNodeType NodeType { get; }
var NodeType: XmlNodeType { get{} }
XmlNodeType NodeType { __get; }
ReadOnly Property NodeType() As XmlNodeType

OwnerDocument    (declared in XmlNode)

property OwnerDocument: XmlDocument read;
XmlDocument OwnerDocument { get; }
var OwnerDocument: XmlDocument { get{} }
XmlDocument OwnerDocument { __get; }
ReadOnly Property OwnerDocument() As XmlDocument

property Parent: XmlNode read;
var Parent: XmlNode { get{} }
XmlNode Parent { __get; }
ReadOnly Property Parent() As XmlNode

PreviousSibling    (declared in XmlNode)

property PreviousSibling: XmlNode read;
XmlNode PreviousSibling { get; }
var PreviousSibling: XmlNode { get{} }
XmlNode PreviousSibling { __get; }
ReadOnly Property PreviousSibling() As XmlNode

method ReplaceData(Offset: Int32; Count: Int32; WithValue: String)
void ReplaceData(Int32 Offset, Int32 Count, String WithValue)
func ReplaceData(_ Offset: Int32, _ Count: Int32, _ WithValue: String)
void ReplaceData(Int32 Offset, Int32 Count, String WithValue)
Sub ReplaceData(Offset As Int32, Count As Int32, WithValue As String)

Parameters:

  • Offset:
  • Count:
  • WithValue:

method Substring(Offset: Int32; Count: Int32): String
String Substring(Int32 Offset, Int32 Count)
func Substring(_ Offset: Int32, _ Count: Int32) -> String
String Substring(Int32 Offset, Int32 Count)
Function Substring(Offset As Int32, Count As Int32) As String

Parameters:

  • Offset:
  • Count:

ToString    (declared in XmlNode)

func ToString() -> String
Function ToString() As String

property Value: String read write;
String Value { get; set; }
var Value: String { get{} set{} }
String Value { __get; __set; }
Property Value() As String

ChildCount    (declared in XmlNode)

property ChildCount: Int32 read;
Int32 ChildCount { get; }
var ChildCount: Int32 { get{} }
Int32 ChildCount { __get; }
ReadOnly Property ChildCount() As Int32

ChildNodes    (declared in XmlNode)

property ChildNodes: array of XmlNode read;
XmlNode[] ChildNodes { get; }
var ChildNodes: XmlNode... { get{} }
XmlNode[] ChildNodes { __get; }
ReadOnly Property ChildNodes() As XmlNode()

property Data: String read write;
String Data { get; set; }
var Data: String { get{} set{} }
String Data { __get; __set; }
Property Data() As String

Document    (declared in XmlNode)

property Document: XmlDocument read;
XmlDocument Document { get; }
var Document: XmlDocument { get{} }
XmlDocument Document { __get; }
ReadOnly Property Document() As XmlDocument

FirstChild    (declared in XmlNode)

property FirstChild: XmlNode read;
XmlNode FirstChild { get; }
var FirstChild: XmlNode { get{} }
XmlNode FirstChild { __get; }
ReadOnly Property FirstChild() As XmlNode

property Item[Index: Int32]: XmlNode read;
XmlNode Item[Int32 Index] { get; }
subscript Item(_ Index: Int32) -> XmlNode { get{} }
XmlNode Item[Int32 Index] { __get; }
ReadOnly Property Item(Index As Int32) As XmlNode

LastChild    (declared in XmlNode)

property LastChild: XmlNode read;
XmlNode LastChild { get; }
var LastChild: XmlNode { get{} }
XmlNode LastChild { __get; }
ReadOnly Property LastChild() As XmlNode

property Length: Int32 read;
var Length: Int32 { get{} }
ReadOnly Property Length() As Int32

LocalName    (declared in XmlNode)

property LocalName: String read;
String LocalName { get; }
var LocalName: String { get{} }
String LocalName { __get; }
ReadOnly Property LocalName() As String

Name

property Name: String read;
var Name: String { get{} }
ReadOnly Property Name() As String

NextSibling    (declared in XmlNode)

property NextSibling: XmlNode read;
XmlNode NextSibling { get; }
var NextSibling: XmlNode { get{} }
XmlNode NextSibling { __get; }
ReadOnly Property NextSibling() As XmlNode

Node  protected    (declared in XmlNode)

property Node: XObject read;
var Node: XObject { get{} }
ReadOnly Property Node() As XObject

NodeType

property NodeType: XmlNodeType read;
XmlNodeType NodeType { get; }
var NodeType: XmlNodeType { get{} }
XmlNodeType NodeType { __get; }
ReadOnly Property NodeType() As XmlNodeType

OwnerDocument    (declared in XmlNode)

property OwnerDocument: XmlDocument read;
XmlDocument OwnerDocument { get; }
var OwnerDocument: XmlDocument { get{} }
XmlDocument OwnerDocument { __get; }
ReadOnly Property OwnerDocument() As XmlDocument

property Parent: XmlNode read;
var Parent: XmlNode { get{} }
XmlNode Parent { __get; }
ReadOnly Property Parent() As XmlNode

PreviousSibling    (declared in XmlNode)

property PreviousSibling: XmlNode read;
XmlNode PreviousSibling { get; }
var PreviousSibling: XmlNode { get{} }
XmlNode PreviousSibling { __get; }
ReadOnly Property PreviousSibling() As XmlNode

property Value: String read write;
String Value { get; set; }
var Value: String { get{} set{} }
String Value { __get; __set; }
Property Value() As String

CreateCompatibleNode  protected    (declared in XmlNode)

class method CreateCompatibleNode(Node: XNode): XmlNode
static XmlNode CreateCompatibleNode(XNode Node)
static func CreateCompatibleNode(_ Node: XNode) -> XmlNode
static XmlNode CreateCompatibleNode(XNode Node)
Shared Function CreateCompatibleNode(Node As XNode) As XmlNode

Parameters:

  • Node:

constructor

constructor(aNode: XObject)
Sub New(aNode As XObject)

Parameters:

  • aNode:

method AppendData(aValue: String)
void AppendData(String aValue)
func AppendData(_ aValue: String)
void AppendData(String aValue)
Sub AppendData(aValue As String)

Parameters:

  • aValue:

method DeleteData(Offset: Int32; Count: Int32)
void DeleteData(Int32 Offset, Int32 Count)
func DeleteData(_ Offset: Int32, _ Count: Int32)
void DeleteData(Int32 Offset, Int32 Count)
Sub DeleteData(Offset As Int32, Count As Int32)

Parameters:

  • Offset:
  • Count:

method Equals(obj: Object): Boolean
Boolean Equals(Object obj)
func Equals(_ obj: Object) -> Boolean
Boolean Equals(Object obj)
Function Equals(obj As Object) As Boolean

Parameters:

  • obj:

method InsertData(Offset: Int32; aValue: String)
void InsertData(Int32 Offset, String aValue)
func InsertData(_ Offset: Int32, _ aValue: String)
void InsertData(Int32 Offset, String aValue)
Sub InsertData(Offset As Int32, aValue As String)

Parameters:

  • Offset:
  • aValue:

method ReplaceData(Offset: Int32; Count: Int32; WithValue: String)
void ReplaceData(Int32 Offset, Int32 Count, String WithValue)
func ReplaceData(_ Offset: Int32, _ Count: Int32, _ WithValue: String)
void ReplaceData(Int32 Offset, Int32 Count, String WithValue)
Sub ReplaceData(Offset As Int32, Count As Int32, WithValue As String)

Parameters:

  • Offset:
  • Count:
  • WithValue:

method Substring(Offset: Int32; Count: Int32): String
String Substring(Int32 Offset, Int32 Count)
func Substring(_ Offset: Int32, _ Count: Int32) -> String
String Substring(Int32 Offset, Int32 Count)
Function Substring(Offset As Int32, Count As Int32) As String

Parameters:

  • Offset:
  • Count:

ToString    (declared in XmlNode)

func ToString() -> String
Function ToString() As String