Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding.xml
  • Platforms: .NET, .NET Standard 2.0, Island

constructor


constructor(aName: Name; aAttr: Slice<Attr>)
StartElement(Name aName, Slice<Attr> aAttr)
init(_ aName: Name, _ aAttr: Slice<Attr>)
Sub New(aName As Name, aAttr As Slice<Attr>)

Parameters:

  • aName:
  • aAttr:

constructor(value: StartElement)
StartElement(StartElement value)
init(_ value: StartElement)
Sub New(value As StartElement)

Parameters:

  • value:

Attr

FIELD Attr() As Slice<Attr>

Copy

method Copy: StartElement
func Copy() -> StartElement
Function Copy() As StartElement

End

Function End() As EndElement

Name

Attr

FIELD Attr() As Slice<Attr>

Name

constructor


constructor(aName: Name; aAttr: Slice<Attr>)
StartElement(Name aName, Slice<Attr> aAttr)
init(_ aName: Name, _ aAttr: Slice<Attr>)
Sub New(aName As Name, aAttr As Slice<Attr>)

Parameters:

  • aName:
  • aAttr:

constructor(value: StartElement)
StartElement(StartElement value)
init(_ value: StartElement)
Sub New(value As StartElement)

Parameters:

  • value:

Copy

method Copy: StartElement
func Copy() -> StartElement
Function Copy() As StartElement

End

Function End() As EndElement