Skip to content

XmlAttr

[Source]

struct ref XmlAttr

Constructors

create

[Source]

new iso create()
: XmlAttr iso^

Returns


Public fields

var private: Pointer[None val] ref

[Source]


var xmltype: I32 val

[Source]


var name: Pointer[U8 val] ref

[Source]


var children: NullablePointer[XmlNode ref] ref

[Source]


var last: NullablePointer[XmlNode ref] ref

[Source]


var parent: NullablePointer[XmlNode ref] ref

[Source]


var next: NullablePointer[XmlAttr ref] ref

[Source]


var prev: NullablePointer[XmlAttr ref] ref

[Source]


var doc: NullablePointer[XmlDoc ref] ref

[Source]


var ns: NullablePointer[XmlNs ref] ref

[Source]


var atype: I32 val

[Source]


var psvi: Pointer[None val] ref

[Source]