diff --git a/reference/XMLElement/index.html b/reference/XMLElement/index.html index d3e26ca..7e4c22e 100644 --- a/reference/XMLElement/index.html +++ b/reference/XMLElement/index.html @@ -48,44 +48,44 @@
getChildCount() | +getChildCount() | Returns the number of children for the element. |
---|---|---|
getChild() | +getChild() | Returns a single child. |
getChildren() | +getChildren() | Returns all of the children as an XMLElement array. |
getContent() | +getContent() | Returns the content of an element. |
getIntAttribute() | +getIntAttribute() | Returns an integer attribute of the element. |
getFloatAttribute() | +getFloatAttribute() | Returns a float attribute of the element. |
getStringAttribute() | +getStringAttribute() | Returns a String attribute of the element. |
getName() | +getName() | Returns the name of the element. |