Method Summary |
|
public void | add(Section section) Add a Section to the list. |
public Enumeration | elements() Return an Enumeration of sections. |
public Section | find(String tag, String value) Find the first section in the list containing the matching header. |
public Section | find(Header header) Find the first section in the list containing the matching header. |
public void | parse(InputStream in) Parse the stream, appending the sections found there to our list. |
public String | toString() Return String rep of this object. |
public void | writeString(Writer writer) Print String rep of this object to a java.io.Writer. |