public class XmlDocument extends Object implements Serializable
| Constructor and Description |
|---|
XmlDocument() |
XmlDocument(File file) |
XmlDocument(InputStream stream) |
XmlDocument(String file) |
XmlDocument(StringBuffer input) |
public XmlDocument()
public XmlDocument(File file) throws XmlException
XmlExceptionpublic XmlDocument(InputStream stream) throws XmlException
XmlExceptionpublic XmlDocument(String file) throws XmlException
XmlExceptionpublic XmlDocument(StringBuffer input) throws XmlException
XmlExceptionpublic void setRoot(XmlNode root)
public XmlNode getRoot()
public XmlNode getNode(String nodeName) throws XmlException
XmlExceptionpublic List<XmlNode> getNodes(String nodeName) throws XmlException
XmlExceptionCopyright © 2012. All Rights Reserved.