SDLNode

Represents a single SDL node.

Constructors

this
this(string qualified_name, SDLValue[] values, SDLAttribute[] attributes, SDLNode[] children)
Undocumented in source.

Members

Functions

getAttribute
SDLValue getAttribute(string qualified_name, SDLValue default_)

Looks up an attribute by qualified name

Properties

name
string name [@property getter]

Unqualified name of the tag (use namespace to disambiguate)

namespace
string namespace [@property getter]

Namespace (if any) of the tag

qualifiedName
string qualifiedName [@property getter]
string qualifiedName [@property setter]

Qualified name of the tag

Variables

attributes
SDLAttribute[] attributes;
Undocumented in source.
children
SDLNode[] children;
Undocumented in source.
values
SDLValue[] values;
Undocumented in source.

Meta