Class XmlUtils
java.lang.Object
org.apache.maven.model.transform.pull.XmlUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeDocument
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Writer writer) static ByteArrayInputStream
writeDocument
(org.codehaus.plexus.util.xml.XmlStreamReader reader, org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
-
Constructor Details
-
XmlUtils
public XmlUtils()
-
-
Method Details
-
writeDocument
public static ByteArrayInputStream writeDocument(org.codehaus.plexus.util.xml.XmlStreamReader reader, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException - Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
writeDocument
public static void writeDocument(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Writer writer) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException - Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
-