| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.pmd.model.io.xpp3.PmdXpp3Reader
public class PmdXpp3Reader
Class PmdXpp3Reader.
| 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 | 
|---|
public PmdXpp3Reader()
| Method Detail | 
|---|
public boolean getAddDefaultEntities()
public PmdErrorDetail read(Reader reader,
                           boolean strict)
                    throws IOException,
                           XmlPullParserException
reader - strict - 
IOException
XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)
public PmdErrorDetail read(Reader reader)
                    throws IOException,
                           XmlPullParserException
reader - 
IOException
XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)
public PmdErrorDetail read(InputStream in,
                           boolean strict)
                    throws IOException,
                           XmlPullParserException
in - strict - 
IOException
XmlPullParserException
public PmdErrorDetail read(InputStream in)
                    throws IOException,
                           XmlPullParserException
in - 
IOException
XmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||