|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.javadoc.options.io.xpp3.JavadocOptionsXpp3Reader
public class JavadocOptionsXpp3Reader
Class JavadocOptionsXpp3Reader.
Constructor Summary | |
---|---|
JavadocOptionsXpp3Reader()
|
Method Summary | |
---|---|
boolean |
getAddDefaultEntities()
Returns the state of the "add default entities" flag. |
JavadocOptions |
read(InputStream in)
Method read. |
JavadocOptions |
read(InputStream in,
boolean strict)
Method read. |
JavadocOptions |
read(Reader reader)
|
JavadocOptions |
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 JavadocOptionsXpp3Reader()
Method Detail |
---|
public boolean getAddDefaultEntities()
public JavadocOptions read(Reader reader, boolean strict) throws IOException, XmlPullParserException
reader
- strict
-
IOException
XmlPullParserException
ReaderFactory.newXmlReader(java.io.InputStream)
public JavadocOptions read(Reader reader) throws IOException, XmlPullParserException
reader
-
IOException
XmlPullParserException
ReaderFactory.newXmlReader(java.io.InputStream)
public JavadocOptions read(InputStream in, boolean strict) throws IOException, XmlPullParserException
in
- strict
-
IOException
XmlPullParserException
public JavadocOptions read(InputStream in) throws IOException, XmlPullParserException
in
-
IOException
XmlPullParserException
public void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |