Skip to content

XmlDtd

[Source]

struct ref XmlDtd

Constructors

create

[Source]

new iso create()
: XmlDtd 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[XmlDoc 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 notations: Pointer[None val] ref

[Source]


var elements: Pointer[None val] ref

[Source]


var attributes: Pointer[None val] ref

[Source]


var entities: Pointer[None val] ref

[Source]


var externalID: Pointer[U8 val] ref

[Source]


var systemID: Pointer[U8 val] ref

[Source]


var pentities: Pointer[None val] ref

[Source]