DH5Node

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(DH5Node myRoot)
Undocumented in source.
this
this(string myTagName)
Undocumented in source.
this
this(DH5Node myRoot, string myTagName)
Undocumented in source.

Members

Functions

attributesToH5
string attributesToH5()
Undocumented in source. Be warned that the author may not have intended to support it.
classesToH5
string classesToH5()
Undocumented in source. Be warned that the author may not have intended to support it.
idToH5
string idToH5()
Undocumented in source. Be warned that the author may not have intended to support it.
setNodes
void setNodes(DH5Node[] newNodes)
Undocumented in source. Be warned that the author may not have intended to support it.
tagToH5
string tagToH5()
Undocumented in source. Be warned that the author may not have intended to support it.
toH5
DH5Obj[] toH5()
Undocumented in source. Be warned that the author may not have intended to support it.
toH5String
string toH5String()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

attributes
auto attributes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
attributes
string[string] attributes [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
classes
auto classes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
classes
string classes [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
auto id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
string id [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
tag
auto tag [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tag
string tag [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_attributes
string[string] _attributes;
Undocumented in source.
_classes
string[] _classes;
Undocumented in source.
_id
string _id;
Undocumented in source.
_tag
string _tag;
Undocumented in source.
hasEndTag
bool hasEndTag;
Undocumented in source.
isContent
bool isContent;
Undocumented in source.
isEndTag
bool isEndTag;
Undocumented in source.
isRoot
bool isRoot;
Undocumented in source.
isStartTag
bool isStartTag;
Undocumented in source.
level
size_t level;
Undocumented in source.
nodes
DH5Node[] nodes;
Undocumented in source.
rootNode
DH5Node rootNode;
Undocumented in source.
startEnd
size_t startEnd;
Undocumented in source.
startPos
size_t startPos;
Undocumented in source.
txt
string txt;
Undocumented in source.

Meta