| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlGenericException
A
XmlGenericException is used to wrap exceptions of underlying XML-frameworks such as StAX or SAX
that throw checked exceptions. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlInvalidException
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.