XmlBuildNode

The node type. Avoid using directly.

Members

Functions

opAssign
deprecated void opAssign(string text)

Set inner text via assigning a string

opDispatch
XmlBuildNode opDispatch(string[string] attributes)

Create a child node by calling a "method" on the node

opIndexAssign
string opIndexAssign(string value, string name)

Add attribute via index

opSlice
string opSlice()

Get/set inner text via node[]

toPrettyString
string toPrettyString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
writeTo
void writeTo(XmlWriter output)

Write to an XmlWriter.

Properties

opDispatch
string opDispatch [@property setter]

Add attribute by assigning a "field" on the node

Meta