mirror of https://github.com/apache/maven.git
a00a44f75b
* Rename Dom to XmlNode and Xpp3Dom to XmlNodeImpl * Use XmlNodeBuilder instead of DomBuilder |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Apache Maven XML Impl
This module contains the implementation of the org.apache.maven.api.xml.XmlNode
interface used to convey XML snippets in the object model, and also the modified org.codehaus.plexus.util.xml
package which wraps the immutable objects from org.apache.maven.api.xml.XmlNode
in order to provide compatibility and interoperability between the API v3.x and v4.x.
See plexus-utils for more information.