Skip to content
Reference > Classes

XmlElement

Definition

XmlElement var = .... ;

Extends

Extended By

None

Description

Element for XML

Method Summary

Owner Name Return Type Description
XmlElement getAttributes() Map Returns any attributes of the current element
Object getClassName() String Returns the string name of this object's class type.
XmlElement getElements() List Returns any elements within the current element
XmlElement getInnerAsString() String Returns inner value of element as string
XmlElement getName() String Returns tag name of current element
Object toJson() String Returns a json representation of this object.

Method Definitions


getAttributes()

Map XmlElement::getAttributes()

Description

Returns any attributes of the current element


getElements()

List XmlElement::getElements()

Description

Returns any elements within the current element


getInnerAsString()

String XmlElement::getInnerAsString()

Description

Returns inner value of element as string


getName()

String XmlElement::getName()

Description

Returns tag name of current element