Class XmlUtils

java.lang.Object
org.apache.maven.model.transform.pull.XmlUtils

public class XmlUtils extends Object
  • 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