Class XmlUtils
java.lang.Object
org.apache.maven.model.transform.pull.XmlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteDocument(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Writer writer) static ByteArrayInputStreamwriteDocument(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:
IOExceptionorg.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:
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserException
-