| java.lang.Object org.skunk.minixml.XMLDocument
XMLDocument | public class XMLDocument (Code) | | an insultingly simple wrapper for a bunch of document elements.
|
XMLDocument | public XMLDocument()(Code) | | |
XMLDocument | public XMLDocument(boolean lenient)(Code) | | |
getBytes | final public byte[] getBytes()(Code) | | convenience method
|
getElement | public XMLElement getElement(String urlLikePath)(Code) | | convenience method for accessing an element with
a url-like path, e.g., html/body/h1. Always returns
the first matching element.
|
getRootElement | public XMLElement getRootElement()(Code) | | returns the first XMLElement in the contents collection
|
hasRoot | public boolean hasRoot()(Code) | | |
isLenient | public boolean isLenient()(Code) | | |
toString | public String toString()(Code) | | returns a textual representation of the document,
itself xml
|
|
|