Class DocType

Superclasses :
xml::Node
Package :
xml

This represents the DocumentType declaration.

Source

Class summary
Methods inherited from xml::Node
add_child(obj, pos) add_string(s, pos) do_trim(s) generate_nodes() get_children() get_children_no_whitespace() get_parent() get_string_content() get_trimmed_children() get_trimmed_string_content() print_structure(f, indent, flags) remove_whitespace_children()
Variables inherited from xml::Node
children parent
Methods inherited from lang::Object
clone(seen) equals(other, seen) get_class() get_class_name() get_id() hash_code(depth, seen) is_instance(name)
Methods defined in this class
get_external_id() get_name() get_type() initially() set_external_id(x) set_name(s) to_string()
Variables defined in this class
external_id name

Method detail

get_external_id()

Get the ExternalID declared, if any
Source

get_name()

Get the name
Source

get_type()

Overrides get_type() in xml::Node
Returns "doctype"
Source

initially()

Overrides initially() in xml::Node

set_external_id(x)

Set the external ID as an ExternalID object.
Source

set_name(s)

Set the name
Source

to_string()

Overrides to_string(depth, seen) in lang::Object
Get a string representation of this object.
Source

Variable detail

external_id


name