Skip to content

XmlNode

[Source]

struct ref XmlNode

Constructors

create

[Source]

new iso create()
: XmlNode 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[XmlNode ref] ref

[Source]


var prev: NullablePointer[XmlNode ref] ref

[Source]


var doc: NullablePointer[XmlDoc ref] ref

[Source]


var ns: NullablePointer[XmlNs ref] ref

[Source]


var content: Pointer[U8 val] ref

[Source]


var properties: NullablePointer[XmlAttr ref] ref

[Source]


var nsDef: NullablePointer[XmlNs ref] ref

[Source]


var psvi: Pointer[None val] ref

[Source]


var line: U16 val

[Source]


var extra: U16 val

[Source]