org.apache.maven.shared.utils.xml
Class Xpp3DomBuilderTest

java.lang.Object
  extended by org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest

public class Xpp3DomBuilderTest
extends Object

Author:
Kristian Rosenvold

Constructor Summary
Xpp3DomBuilderTest()
           
 
Method Summary
 void attributeEscaping()
           
 void contentEscaping()
           
 void malformedXml()
           
 void selfClosingTag()
           
 void trimming()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xpp3DomBuilderTest

public Xpp3DomBuilderTest()
Method Detail

selfClosingTag

public void selfClosingTag()
                    throws Exception
Throws:
Exception

trimming

public void trimming()
              throws Exception
Throws:
Exception

malformedXml

public void malformedXml()

attributeEscaping

public void attributeEscaping()
                       throws IOException,
                              XmlPullParserException
Throws:
IOException
XmlPullParserException

contentEscaping

public void contentEscaping()
                     throws IOException,
                            XmlPullParserException
Throws:
IOException
XmlPullParserException


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.