public class BasicXMLelement extends Object
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,String> |
attributes
The attributes of the tag in key=value form
|
String |
contents
The contents between the start and end of this tag
|
ArrayList<BasicXMLelement> |
subelements
Any subelements of the tag, meaning any other
tags that are nested within this one.
|
String |
tagname
The name of the tag
|
| Constructor and Description |
|---|
BasicXMLelement() |
public String tagname
public ArrayList<BasicXMLelement> subelements
public String contents
Copyright © 2015. All rights reserved.