Package com.articulate.sigma
Class BasicXMLelement
java.lang.Object
com.articulate.sigma.BasicXMLelement
A class designed to mirror the information in a basic XML tag.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe attributes of the tag in key=value formThe contents between the start and end of this tagAny subelements of the tag, meaning any other tags that are nested within this one.The name of the tag -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tagname
The name of the tag -
attributes
The attributes of the tag in key=value form -
subelements
Any subelements of the tag, meaning any other tags that are nested within this one. -
contents
The contents between the start and end of this tag
-
-
Constructor Details
-
BasicXMLelement
public BasicXMLelement()
-
-
Method Details