|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlException | |
|---|---|
| net.sf.mmm.util.xml.api | Provides the API of utilities that help to deal with XML. |
| net.sf.mmm.util.xml.base | Contains the base-implementation of the XML-Util API. |
| Uses of XmlException in net.sf.mmm.util.xml.api |
|---|
| Subclasses of XmlException in net.sf.mmm.util.xml.api | |
|---|---|
class |
XmlGenericException
A XmlGenericException is used to wrap exceptions of underlying
XML-frameworks such as StAX or SAX that throw checked exceptions. |
| Methods in net.sf.mmm.util.xml.api that throw XmlException | |
|---|---|
Document |
DomUtil.parseDocument(InputSource inputSource)
This method parses an XML document into an DOM document. |
Document |
DomUtil.parseDocument(InputStream inputStream)
This method parses an XML document from a given input stream. |
Document |
DomUtil.parseDocument(Reader reader)
This method parses an XML document from a given reader. |
void |
DomUtil.transformXml(Source source,
Result result,
boolean indent)
This method transforms the given XML source to the given result without structural modifications. |
void |
DomUtil.writeXml(Node xmlNode,
OutputStream outputStream,
boolean indent)
This method writes the XML DOM tree given as node to the given output stream. |
void |
DomUtil.writeXml(Node xmlNode,
Writer writer,
boolean indent)
This method writes the XML DOM tree given as node to the given writer. |
| Uses of XmlException in net.sf.mmm.util.xml.base |
|---|
| Subclasses of XmlException in net.sf.mmm.util.xml.base | |
|---|---|
class |
XmlInvalidException
A XmlInvalidException is like a SAXException but
as a RuntimeException. |
| Methods in net.sf.mmm.util.xml.base that throw XmlException | |
|---|---|
Document |
DomUtilImpl.parseDocument(InputSource inputSource)
This method parses an XML document into an DOM document. |
Document |
DomUtilImpl.parseDocument(InputStream inputStream)
This method parses an XML document from a given input stream. |
Document |
DomUtilImpl.parseDocument(Reader reader)
This method parses an XML document from a given reader. |
void |
DomUtilImpl.transformXml(Source source,
Result result,
boolean indent)
This method transforms the given XML source to the given result without structural modifications. |
void |
DomUtilImpl.writeXml(Node xmlNode,
OutputStream outputStream,
boolean indent)
This method writes the XML DOM tree given as node to the given output stream. |
void |
DomUtilImpl.writeXml(Node xmlNode,
Writer writer,
boolean indent)
This method writes the XML DOM tree given as node to the given writer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||