org.ops4j.pax.construct.util
Class RoundTripXml

java.lang.Object
  extended by org.ops4j.pax.construct.util.RoundTripXml

public final class RoundTripXml
extends java.lang.Object

Provide XML parser and serializer that work in tandem to preserve comments (and some formatting)


Method Summary
static org.codehaus.plexus.util.xml.pull.XmlPullParser createParser()
           
static org.codehaus.plexus.util.xml.pull.XmlSerializer createSerializer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createParser

public static org.codehaus.plexus.util.xml.pull.XmlPullParser createParser()
Returns:
round-trip XML parser

createSerializer

public static org.codehaus.plexus.util.xml.pull.XmlSerializer createSerializer()
Returns:
round-trip XML serializer


Copyright © 2007-2008 OPS4J. All Rights Reserved.