Reader

Undocumented in source.

Constructors

this
this(Node root)
Undocumented in source.

Members

Functions

read
void read(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
readArrayValue
void readArrayValue(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
readBooleanValue
void readBooleanValue(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
readIdentifierValue
void readIdentifierValue(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
readNumberValue
void readNumberValue(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
readObject
void readObject(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
readObjects
void readObjects()
Undocumented in source. Be warned that the author may not have intended to support it.
readParameter
void readParameter(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
readStringValue
void readStringValue(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
readValue
void readValue(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

file
File file;
Undocumented in source.
root
Node root;
Undocumented in source.

Inherited Members

From IReader

readObjects
void readObjects()
readObject
void readObject(Node parent)

Read rpdl.node.ObjectNode and insert it to parent

readParameter
void readParameter(Node parent)

Read rpdl.node.Parameter and insert it to parent

readValue
void readValue(Node parent)

Read rpdl.value.Value and insert it to parent

readNumberValue
void readNumberValue(Node parent)

Read rpdl.value.NumberValue and insert it to parent

readBooleanValue
void readBooleanValue(Node parent)

Read rpdl.value.BooleanValue and insert it to parent

readStringValue
void readStringValue(Node parent)

Read rpdl.value.StringValue and insert it to parent

readIdentifierValue
void readIdentifierValue(Node parent)

Read rpdl.value.IdentifierValue and insert it to parent

readArrayValue
void readArrayValue(Node parent)

Read rpdl.value.ArrayValue and insert it to parent

Meta