XmlDocumentType

Overview

Location

 

constructor

 

constructor(aNode: XObject)

 

XmlDocumentType(XObject aNode)

 

init(_ aNode: XObject)

 

XmlDocumentType(XObject aNode)

 

Sub New(aNode As XObject)

Parameters:

  • aNode:

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:

Document    (declared in XmlNode)

 

property Document: XmlDocument read;

 

XmlDocument Document { get; }

 

var Document: XmlDocument { get{} }

 

XmlDocument Document { __get; }

 

ReadOnly Property Document() As XmlDocument

Equals    (declared in XmlNode)

 

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

Item    (declared in 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

LocalName

 

property LocalName: String read;

 

String LocalName { get; }

 

var LocalName: String { get{} }

 

String LocalName { __get; }

 

ReadOnly Property LocalName() As String

Name

 

property Name: String read;

 

String Name { get; }

 

var Name: String { get{} }

 

String Name { __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;

 

XObject Node { get; }

 

var Node: XObject { get{} }

 

XObject Node { __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

Parent    (declared in XmlNode)

 

property Parent: XmlNode read;

 

XmlNode Parent { get; }

 

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

PublicId

 

property PublicId: String read;

 

String PublicId { get; }

 

var PublicId: String { get{} }

 

String PublicId { __get; }

 

ReadOnly Property PublicId() As String

SystemId

 

property SystemId: String read;

 

String SystemId { get; }

 

var SystemId: String { get{} }

 

String SystemId { __get; }

 

ReadOnly Property SystemId() As String

ToString    (declared in XmlNode)

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String

Value

 

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()

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

Item    (declared in 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

LocalName

 

property LocalName: String read;

 

String LocalName { get; }

 

var LocalName: String { get{} }

 

String LocalName { __get; }

 

ReadOnly Property LocalName() As String

Name

 

property Name: String read;

 

String Name { get; }

 

var Name: String { get{} }

 

String Name { __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;

 

XObject Node { get; }

 

var Node: XObject { get{} }

 

XObject Node { __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

Parent    (declared in XmlNode)

 

property Parent: XmlNode read;

 

XmlNode Parent { get; }

 

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

PublicId

 

property PublicId: String read;

 

String PublicId { get; }

 

var PublicId: String { get{} }

 

String PublicId { __get; }

 

ReadOnly Property PublicId() As String

SystemId

 

property SystemId: String read;

 

String SystemId { get; }

 

var SystemId: String { get{} }

 

String SystemId { __get; }

 

ReadOnly Property SystemId() As String

Value

 

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)

 

XmlDocumentType(XObject aNode)

 

init(_ aNode: XObject)

 

XmlDocumentType(XObject aNode)

 

Sub New(aNode As XObject)

Parameters:

  • aNode:

Equals    (declared in XmlNode)

 

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:

ToString    (declared in XmlNode)

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String