org.apache.maven.plugin.pmd.model.io.xpp3
Class PmdXpp3Reader

java.lang.Object
  extended by org.apache.maven.plugin.pmd.model.io.xpp3.PmdXpp3Reader

public class PmdXpp3Reader
extends Object

Class PmdXpp3Reader.

Version:
$Revision: 853015 $ $Date: 2013-03-04 21:10:54 +0000 (Mon, 04 Mar 2013) $

Constructor Summary
PmdXpp3Reader()
           
 
Method Summary
 boolean getAddDefaultEntities()
          Returns the state of the "add default entities" flag.
 PmdErrorDetail read(InputStream in)
          Method read.
 PmdErrorDetail read(InputStream in, boolean strict)
          Method read.
 PmdErrorDetail read(Reader reader)
           
 PmdErrorDetail 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

PmdXpp3Reader

public PmdXpp3Reader()
Method Detail

getAddDefaultEntities

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

Returns:
boolean

read

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

read

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

read

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

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

read

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

Parameters:
in -
Returns:
PmdErrorDetail
Throws:
IOException
XmlPullParserException

setAddDefaultEntities

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

Parameters:
addDefaultEntities -


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