XMLElement
:
PropObject
An xml element
Method
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
readonly
XMLElement
[]
XMLElement
.
Elements
Returns the list of child elements
public
XMLElement
XMLElement
.
FindFirstElement
(
name
)
Return the first element with name
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
readonly
string
XMLElement
.
Name
Returns the name of this element
public
static
XMLElement
XMLElement
.
Read
(
path_or_blob
)
Read an XML file and return the root element
public
readonly
XMLElement
.
Value
Returns the value of the element