Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.golang.org.x.net.html
  • Platforms: .NET, .NET Standard 2.0, Island

constructor


constructor(aType: TokenType; aDataAtom: Atom; aData: string; aAttr: Slice<Attribute>)
Token(TokenType aType, Atom aDataAtom, string aData, Slice<Attribute> aAttr)
init(_ aType: TokenType, _ aDataAtom: Atom, _ aData: string, _ aAttr: Slice<Attribute>)
Sub New(aType As TokenType, aDataAtom As Atom, aData As string, aAttr As Slice<Attribute>)

Parameters:

  • aType:
  • aDataAtom:
  • aData:
  • aAttr:

constructor(value: Token)

Parameters:

  • value:

Attr

var Attr: Slice<Attribute>;
var Attr: Slice<Attribute>
FIELD Attr() As Slice<Attribute>

Data


DataAtom


String

Function String() As string

Type

FIELD Type() As TokenType

Attr

var Attr: Slice<Attribute>;
var Attr: Slice<Attribute>
FIELD Attr() As Slice<Attribute>

Data


DataAtom


Type

FIELD Type() As TokenType

constructor


constructor(aType: TokenType; aDataAtom: Atom; aData: string; aAttr: Slice<Attribute>)
Token(TokenType aType, Atom aDataAtom, string aData, Slice<Attribute> aAttr)
init(_ aType: TokenType, _ aDataAtom: Atom, _ aData: string, _ aAttr: Slice<Attribute>)
Sub New(aType As TokenType, aDataAtom As Atom, aData As string, aAttr As Slice<Attribute>)

Parameters:

  • aType:
  • aDataAtom:
  • aData:
  • aAttr:

constructor(value: Token)

Parameters:

  • value:

String

Function String() As string