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