org.apache.maven.plugins.changes.model.io.xpp3
Class ChangesXpp3Reader

java.lang.Object
  extended by org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader

public class ChangesXpp3Reader
extends Object

Class ChangesXpp3Reader.

Version:
$Revision: 816603 $ $Date: 2012-05-08 12:53:30 +0000 (Tue, 08 May 2012) $

Constructor Summary
ChangesXpp3Reader()
           
 
Method Summary
 boolean getAddDefaultEntities()
          Returns the state of the "add default entities" flag.
 ChangesDocument read(InputStream in)
          Method read.
 ChangesDocument read(InputStream in, boolean strict)
          Method read.
 ChangesDocument read(Reader reader)
           
 ChangesDocument read(Reader reader, boolean strict)
           
 void setAddDefaultEntities(boolean addDefaultEntities)
          Sets the state of the "add default entities" flag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangesXpp3Reader

public ChangesXpp3Reader()
Method Detail

getAddDefaultEntities

public boolean getAddDefaultEntities()
Returns the state of the "add default entities" flag.

Returns:
boolean

read

public ChangesDocument read(Reader reader,
                            boolean strict)
                     throws IOException,
                            XmlPullParserException
Parameters:
reader -
strict -
Returns:
ChangesDocument
Throws:
IOException
XmlPullParserException
See Also:
ReaderFactory.newXmlReader(java.io.InputStream)

read

public ChangesDocument read(Reader reader)
                     throws IOException,
                            XmlPullParserException
Parameters:
reader -
Returns:
ChangesDocument
Throws:
IOException
XmlPullParserException
See Also:
ReaderFactory.newXmlReader(java.io.InputStream)

read

public ChangesDocument read(InputStream in,
                            boolean strict)
                     throws IOException,
                            XmlPullParserException
Method read.

Parameters:
in -
strict -
Returns:
ChangesDocument
Throws:
IOException
XmlPullParserException

read

public ChangesDocument read(InputStream in)
                     throws IOException,
                            XmlPullParserException
Method read.

Parameters:
in -
Returns:
ChangesDocument
Throws:
IOException
XmlPullParserException

setAddDefaultEntities

public void setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag.

Parameters:
addDefaultEntities -


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