public class BasicXMLparser extends Object
| Modifier and Type | Field and Description |
|---|---|
ArrayList<BasicXMLelement> |
elements
An ArrayList of BasicXMLelement(s).
|
| Constructor and Description |
|---|
BasicXMLparser(String xml)
Constructor that parses an XML-formatted string, with one tag per
line, into an ArrayList of BasicXMLelement (s).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Test method.
|
String |
toString()
Convert the XML hierarchy to a String.
|
public ArrayList<BasicXMLelement> elements
public BasicXMLparser(String xml)
Copyright © 2015. All rights reserved.