Overview

Base xml node class.

Location

  • Reference:
    • Elements.dll  .NET, .NET Core 6.0, .NET Standard 2.0
    • elements.jar  Cooper
    • Elements.fx  Island, ToffeeV2
    • libElements.fx  Toffee
  • Namespace: RemObjects.Elements.RTL

constructor


Document

Gets the document this node is in.

property Document: nullable XmlDocument read write;
XmlDocument? Document { get; set; }
// .NET, .NET Core 6.0, .NET Standard 2.0, Island, ToffeeV2
var Document: XmlDocument? { get{} set{} }
// Toffee
var Document: XmlDocument { get{} set{} }
XmlDocument Document { __get; __set; }
Property Document() As XmlDocument?

NodeRange

Returns the original range of this node during parsing.

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

NodeType

Contains the type of this node.

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

Parent

Returns the parent element.

property Parent: nullable XmlElement read;
XmlElement? Parent { get; }
// .NET, .NET Core 6.0, .NET Standard 2.0, Island, ToffeeV2
var Parent: XmlElement? { get{} }
// Toffee
var Parent: XmlElement { get{} }
XmlElement Parent { __get; }
ReadOnly Property Parent() As XmlElement?

toString Cooper

method toString: PlatformString
PlatformString toString()
func toString() -> PlatformString
PlatformString toString()
Function toString() As PlatformString

ToString  virtual .NET, .NET Core 6.0, .NET Standard 2.0, Island, Toffee, ToffeeV2

Convert this node to a string.

method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString

Convert this node to a string.

// .NET, .NET Core 6.0, .NET Standard 2.0
method ToString(aSaveFormatted: Boolean; aFormatInsideTags: Boolean; aFormatOptions: XmlFormattingOptions := nil): String
// Island
method ToString(aSaveFormatted: Boolean; aFormatInsideTags: Boolean; aFormatOptions: XmlFormattingOptions): String
// .NET, .NET Core 6.0, .NET Standard 2.0
String ToString(Boolean aSaveFormatted, Boolean aFormatInsideTags, XmlFormattingOptions aFormatOptions = null)
// Island
String ToString(Boolean aSaveFormatted, Boolean aFormatInsideTags, XmlFormattingOptions aFormatOptions)
func ToString(_ aSaveFormatted: Boolean, _ aFormatInsideTags: Boolean, _ aFormatOptions: XmlFormattingOptions) -> String
String ToString(Boolean aSaveFormatted, Boolean aFormatInsideTags, XmlFormattingOptions aFormatOptions)
// .NET, .NET Core 6.0, .NET Standard 2.0
Function ToString(aSaveFormatted As Boolean, aFormatInsideTags As Boolean, aFormatOptions As XmlFormattingOptions = Null) As String
// Island
Function ToString(aSaveFormatted As Boolean, aFormatInsideTags As Boolean, aFormatOptions As XmlFormattingOptions) As String

Parameters:

  • aSaveFormatted:
  • aFormatInsideTags:
  • aFormatOptions:

UniqueCopy  virtual

Clone this node.

method UniqueCopy: not nullable XmlNode
func UniqueCopy() -> XmlNode
Function UniqueCopy() As XmlNode

Document

Gets the document this node is in.

property Document: nullable XmlDocument read write;
XmlDocument? Document { get; set; }
// .NET, .NET Core 6.0, .NET Standard 2.0, Island, ToffeeV2
var Document: XmlDocument? { get{} set{} }
// Toffee
var Document: XmlDocument { get{} set{} }
XmlDocument Document { __get; __set; }
Property Document() As XmlDocument?

NodeRange

Returns the original range of this node during parsing.

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

NodeType

Contains the type of this node.

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

Parent

Returns the parent element.

property Parent: nullable XmlElement read;
XmlElement? Parent { get; }
// .NET, .NET Core 6.0, .NET Standard 2.0, Island, ToffeeV2
var Parent: XmlElement? { get{} }
// Toffee
var Parent: XmlElement { get{} }
XmlElement Parent { __get; }
ReadOnly Property Parent() As XmlElement?

constructor


toString Cooper

method toString: PlatformString
PlatformString toString()
func toString() -> PlatformString
PlatformString toString()
Function toString() As PlatformString

ToString  virtual .NET, .NET Core 6.0, .NET Standard 2.0, Island, Toffee, ToffeeV2

Convert this node to a string.

method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString

Convert this node to a string.

// .NET, .NET Core 6.0, .NET Standard 2.0
method ToString(aSaveFormatted: Boolean; aFormatInsideTags: Boolean; aFormatOptions: XmlFormattingOptions := nil): String
// Island
method ToString(aSaveFormatted: Boolean; aFormatInsideTags: Boolean; aFormatOptions: XmlFormattingOptions): String
// .NET, .NET Core 6.0, .NET Standard 2.0
String ToString(Boolean aSaveFormatted, Boolean aFormatInsideTags, XmlFormattingOptions aFormatOptions = null)
// Island
String ToString(Boolean aSaveFormatted, Boolean aFormatInsideTags, XmlFormattingOptions aFormatOptions)
func ToString(_ aSaveFormatted: Boolean, _ aFormatInsideTags: Boolean, _ aFormatOptions: XmlFormattingOptions) -> String
String ToString(Boolean aSaveFormatted, Boolean aFormatInsideTags, XmlFormattingOptions aFormatOptions)
// .NET, .NET Core 6.0, .NET Standard 2.0
Function ToString(aSaveFormatted As Boolean, aFormatInsideTags As Boolean, aFormatOptions As XmlFormattingOptions = Null) As String
// Island
Function ToString(aSaveFormatted As Boolean, aFormatInsideTags As Boolean, aFormatOptions As XmlFormattingOptions) As String

Parameters:

  • aSaveFormatted:
  • aFormatInsideTags:
  • aFormatOptions:

UniqueCopy  virtual

Clone this node.

method UniqueCopy: not nullable XmlNode
func UniqueCopy() -> XmlNode
Function UniqueCopy() As XmlNode