XmlNamespace

Overview

Class to hold an xml namespace definition.

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
  • Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
  • Ancestry: XmlNode | XmlNamespace

 

constructor    (declared in XmlNode) .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

 

constructor

 

XmlNamespace()

 

init()

 

XmlNamespace()

 

Sub New()

constructor init()    (declared in XmlNode) Toffee

 

init(init )

Parameters:

  • :

constructor (String, not nullable String)

 

constructor(aPrefix: String; aUri: not nullable String)

 

XmlNamespace(String aPrefix, String! aUri)

 

init(_ aPrefix: String, _ aUri: String)

 

XmlNamespace(String aPrefix, String aUri)

 

Sub New(aPrefix As String, aUri As String)

Parameters:

  • aPrefix:
  • aUri:

constructor (String, not nullable Uri)

 

constructor(aPrefix: String; aUri: not nullable Uri)

 

XmlNamespace(String aPrefix, Uri! aUri)

 

init(_ aPrefix: String, _ aUri: Uri)

 

XmlNamespace(String aPrefix, Uri aUri)

 

Sub New(aPrefix As String, aUri As Uri)

Parameters:

  • aPrefix:
  • aUri:

description  override Toffee

 

func description(description ) -> NSString

Parameters:

  • :

Document    (declared in XmlNode)

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    (declared in XmlNode)

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    (declared in XmlNode)

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    (declared in XmlNode)

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?

Prefix

Prefix for this xml namespace.

 

property Prefix: String read write;

 

String Prefix { get; set; }

 

var Prefix: String { get{} set{} }

 

String Prefix { __get; __set; }

 

Property Prefix() As String

toString Cooper

 

method toString: PlatformString

 

PlatformString toString()

 

func toString() -> PlatformString

 

PlatformString toString()

 

Function toString() As PlatformString

ToString  override .NET, .NET Core 6.0, .NET Standard 2.0, Island, ToffeeV2

gets the string representation of this node.

 

method ToString: PlatformString

 

PlatformString ToString()

 

func ToString() -> String

 

Function ToString() As PlatformString

gets the string representation of this node.

 

method ToString(aFormatInsideTags: Boolean; aFormatOptions: XmlFormattingOptions): String

 

String ToString(Boolean aFormatInsideTags, XmlFormattingOptions aFormatOptions)

 

func ToString(_ aFormatInsideTags: Boolean, _ aFormatOptions: XmlFormattingOptions) -> String

 

String ToString(Boolean aFormatInsideTags, XmlFormattingOptions aFormatOptions)

 

Function ToString(aFormatInsideTags As Boolean, aFormatOptions As XmlFormattingOptions) As String

Parameters:

  • aFormatInsideTags:
  • aFormatOptions:

ToString (Boolean, Boolean, XmlFormattingOptions): String  virtual    (declared in XmlNode)

Convert this node to a string.

 

method ToString(aSaveFormatted: Boolean; aFormatInsideTags: Boolean; aFormatOptions: XmlFormattingOptions): String

 

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)

 

Function ToString(aSaveFormatted As Boolean, aFormatInsideTags As Boolean, aFormatOptions As XmlFormattingOptions) As String

Parameters:

  • aSaveFormatted:
  • aFormatInsideTags:
  • aFormatOptions:

ToString ToString(): String  override Toffee

 

func ToString(ToString ) -> String

Parameters:

  • :

UniqueCopy  override .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

Clone this object.

 

method UniqueCopy: not nullable XmlNode

 

XmlNode! UniqueCopy()

 

func UniqueCopy() -> XmlNode

 

XmlNode UniqueCopy()

 

Function UniqueCopy() As XmlNode

UniqueCopy UniqueCopy(): not nullable XmlNode  override Toffee

 

func UniqueCopy(UniqueCopy ) -> XmlNode

Parameters:

  • :

Uri

Return the URI in this namesapce.

 

property Uri: String read write;

 

String Uri { get; set; }

 

var Uri: String { get{} set{} }

 

String Uri { __get; __set; }

 

Property Uri() As String

 

Document    (declared in XmlNode)

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    (declared in XmlNode)

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    (declared in XmlNode)

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    (declared in XmlNode)

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?

Prefix

Prefix for this xml namespace.

 

property Prefix: String read write;

 

String Prefix { get; set; }

 

var Prefix: String { get{} set{} }

 

String Prefix { __get; __set; }

 

Property Prefix() As String

Uri

Return the URI in this namesapce.

 

property Uri: String read write;

 

String Uri { get; set; }

 

var Uri: String { get{} set{} }

 

String Uri { __get; __set; }

 

Property Uri() As String

 

constructor    (declared in XmlNode) .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

 

constructor

 

XmlNamespace()

 

init()

 

XmlNamespace()

 

Sub New()

constructor init()    (declared in XmlNode) Toffee

 

init(init )

Parameters:

  • :

constructor (String, not nullable String)

 

constructor(aPrefix: String; aUri: not nullable String)

 

XmlNamespace(String aPrefix, String! aUri)

 

init(_ aPrefix: String, _ aUri: String)

 

XmlNamespace(String aPrefix, String aUri)

 

Sub New(aPrefix As String, aUri As String)

Parameters:

  • aPrefix:
  • aUri:

constructor (String, not nullable Uri)

 

constructor(aPrefix: String; aUri: not nullable Uri)

 

XmlNamespace(String aPrefix, Uri! aUri)

 

init(_ aPrefix: String, _ aUri: Uri)

 

XmlNamespace(String aPrefix, Uri aUri)

 

Sub New(aPrefix As String, aUri As Uri)

Parameters:

  • aPrefix:
  • aUri:

description  override Toffee

 

func description(description ) -> NSString

Parameters:

  • :

toString Cooper

 

method toString: PlatformString

 

PlatformString toString()

 

func toString() -> PlatformString

 

PlatformString toString()

 

Function toString() As PlatformString

ToString  override .NET, .NET Core 6.0, .NET Standard 2.0, Island, ToffeeV2

gets the string representation of this node.

 

method ToString: PlatformString

 

PlatformString ToString()

 

func ToString() -> String

 

Function ToString() As PlatformString

gets the string representation of this node.

 

method ToString(aFormatInsideTags: Boolean; aFormatOptions: XmlFormattingOptions): String

 

String ToString(Boolean aFormatInsideTags, XmlFormattingOptions aFormatOptions)

 

func ToString(_ aFormatInsideTags: Boolean, _ aFormatOptions: XmlFormattingOptions) -> String

 

String ToString(Boolean aFormatInsideTags, XmlFormattingOptions aFormatOptions)

 

Function ToString(aFormatInsideTags As Boolean, aFormatOptions As XmlFormattingOptions) As String

Parameters:

  • aFormatInsideTags:
  • aFormatOptions:

ToString (Boolean, Boolean, XmlFormattingOptions): String  virtual    (declared in XmlNode)

Convert this node to a string.

 

method ToString(aSaveFormatted: Boolean; aFormatInsideTags: Boolean; aFormatOptions: XmlFormattingOptions): String

 

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)

 

Function ToString(aSaveFormatted As Boolean, aFormatInsideTags As Boolean, aFormatOptions As XmlFormattingOptions) As String

Parameters:

  • aSaveFormatted:
  • aFormatInsideTags:
  • aFormatOptions:

ToString ToString(): String  override Toffee

 

func ToString(ToString ) -> String

Parameters:

  • :

UniqueCopy  override .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

Clone this object.

 

method UniqueCopy: not nullable XmlNode

 

XmlNode! UniqueCopy()

 

func UniqueCopy() -> XmlNode

 

XmlNode UniqueCopy()

 

Function UniqueCopy() As XmlNode

UniqueCopy UniqueCopy(): not nullable XmlNode  override Toffee

 

func UniqueCopy(UniqueCopy ) -> XmlNode

Parameters:

  • :