XmlDocumentType

Overview

Used to store an xml doctype directive.

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 | XmlDocumentType

 

constructor .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

 

constructor

 

XmlDocumentType()

 

init()

 

XmlDocumentType()

 

Sub New()

constructor init() Toffee

 

init(init )

Parameters:

  • :

Declaration

Contains the document type declaration.

 

property Declaration: String read write;

 

String Declaration { get; set; }

 

var Declaration: String { get{} set{} }

 

String Declaration { __get; __set; }

 

Property Declaration() As String

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

Name

Name of this document type.

 

property Name: String read write;

 

String Name { get; set; }

 

var Name: String { get{} set{} }

 

String Name { __get; __set; }

 

Property Name() As String

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?

PublicId

Public ID value of this token.

 

property PublicId: String read write;

 

String PublicId { get; set; }

 

var PublicId: String { get{} set{} }

 

String PublicId { __get; __set; }

 

Property PublicId() As String

SystemId

System ID type of this token.

 

property SystemId: String read write;

 

String SystemId { get; set; }

 

var SystemId: String { get{} set{} }

 

String SystemId { __get; __set; }

 

Property SystemId() As String

toString    (declared in XmlNode) Cooper

 

method toString: PlatformString

 

PlatformString toString()

 

func toString() -> PlatformString

 

PlatformString toString()

 

Function toString() As PlatformString

ToString  virtual    (declared in XmlNode) .NET, .NET Core 6.0, .NET Standard 2.0, Island, ToffeeV2

Convert this node to a string.

 

method ToString: PlatformString

 

PlatformString ToString()

 

func ToString() -> String

 

Function ToString() As PlatformString

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

 

func ToString(ToString ) -> String

Parameters:

  • :

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

Clone this node.

 

method UniqueCopy: not nullable XmlNode

 

XmlNode! UniqueCopy()

 

func UniqueCopy() -> XmlNode

 

XmlNode UniqueCopy()

 

Function UniqueCopy() As XmlNode

UniqueCopy UniqueCopy(): not nullable XmlNode  virtual    (declared in XmlNode) Toffee

 

func UniqueCopy(UniqueCopy ) -> XmlNode

Parameters:

  • :

 

Declaration

Contains the document type declaration.

 

property Declaration: String read write;

 

String Declaration { get; set; }

 

var Declaration: String { get{} set{} }

 

String Declaration { __get; __set; }

 

Property Declaration() 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?

Name

Name of this document type.

 

property Name: String read write;

 

String Name { get; set; }

 

var Name: String { get{} set{} }

 

String Name { __get; __set; }

 

Property Name() As String

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?

PublicId

Public ID value of this token.

 

property PublicId: String read write;

 

String PublicId { get; set; }

 

var PublicId: String { get{} set{} }

 

String PublicId { __get; __set; }

 

Property PublicId() As String

SystemId

System ID type of this token.

 

property SystemId: String read write;

 

String SystemId { get; set; }

 

var SystemId: String { get{} set{} }

 

String SystemId { __get; __set; }

 

Property SystemId() As String

 

constructor .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

 

constructor

 

XmlDocumentType()

 

init()

 

XmlDocumentType()

 

Sub New()

constructor init() Toffee

 

init(init )

Parameters:

  • :

description  override    (declared in XmlNode) Toffee

 

func description(description ) -> NSString

Parameters:

  • :

toString    (declared in XmlNode) Cooper

 

method toString: PlatformString

 

PlatformString toString()

 

func toString() -> PlatformString

 

PlatformString toString()

 

Function toString() As PlatformString

ToString  virtual    (declared in XmlNode) .NET, .NET Core 6.0, .NET Standard 2.0, Island, ToffeeV2

Convert this node to a string.

 

method ToString: PlatformString

 

PlatformString ToString()

 

func ToString() -> String

 

Function ToString() As PlatformString

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

 

func ToString(ToString ) -> String

Parameters:

  • :

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

Clone this node.

 

method UniqueCopy: not nullable XmlNode

 

XmlNode! UniqueCopy()

 

func UniqueCopy() -> XmlNode

 

XmlNode UniqueCopy()

 

Function UniqueCopy() As XmlNode

UniqueCopy UniqueCopy(): not nullable XmlNode  virtual    (declared in XmlNode) Toffee

 

func UniqueCopy(UniqueCopy ) -> XmlNode

Parameters:

  • :