Свойство | Тип | Описание | |
---|---|---|---|
ChildNodes | List |
Метод | Описание | |
---|---|---|
BulletMLNode ( ) : System |
Initializes a new instance of the BulletMLLib.BulletMLNode class.
|
|
FindLabelNode ( string strLabel, ENodeName eName ) : |
Find a node of a specific type and label Recurse into the xml tree until we find it!
|
|
FindParentNode ( ENodeName nodeType ) : |
Find a parent node of the specified node type
|
|
GetChild ( ENodeName name ) : |
||
GetChildValue ( ENodeName name, |
||
GetRootNode ( ) : |
Gets the root node.
|
|
GetValue ( |
Gets the value of this node for a specific instance of a task.
|
|
Parse ( |
Parse the specified bulletNodeElement. Read all the data from the xml node into this dude.
|
Метод | Описание | |
---|---|---|
StringToName ( string str ) : ENodeName |
Convert a string to it's ENodeName enum equivalent
|
|
StringToType ( string str ) : ENodeType |
Convert a string to it's ENodeType enum equivalent
|
public FindLabelNode ( string strLabel, ENodeName eName ) : |
||
strLabel | string | |
eName | ENodeName | |
Результат |
public FindParentNode ( ENodeName nodeType ) : |
||
nodeType | ENodeName | Node type to find. |
Результат |
public GetChild ( ENodeName name ) : |
||
name | ENodeName | |
Результат |
public GetChildValue ( ENodeName name, |
||
name | ENodeName | |
task | ||
Результат | float |
public GetValue ( |
||
task | Task. | |
Результат | float |
public Parse ( |
||
bulletNodeElement | Bullet node element. | |
parentNode | ||
Результат | bool |