| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.usability.plugin.io.xpp3.ParamdocXpp3Reader
public class ParamdocXpp3Reader
Class ParamdocXpp3Reader.
| Constructor Summary | |
|---|---|
ParamdocXpp3Reader()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
getAddDefaultEntities()
Returns the state of the "add default entities" flag.  | 
 boolean | 
getBooleanValue(String s,
                String attribute,
                org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getBooleanValue.  | 
 boolean | 
getBooleanValue(String s,
                String attribute,
                org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                String defaultValue)
Method getBooleanValue.  | 
 byte | 
getByteValue(String s,
             String attribute,
             org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
             boolean strict)
Method getByteValue.  | 
 char | 
getCharacterValue(String s,
                  String attribute,
                  org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getCharacterValue.  | 
 Date | 
getDateValue(String s,
             String attribute,
             String dateFormat,
             org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getDateValue.  | 
 Date | 
getDateValue(String s,
             String attribute,
             org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
Method getDateValue.  | 
 double | 
getDoubleValue(String s,
               String attribute,
               org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
               boolean strict)
Method getDoubleValue.  | 
 float | 
getFloatValue(String s,
              String attribute,
              org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
              boolean strict)
Method getFloatValue.  | 
 int | 
getIntegerValue(String s,
                String attribute,
                org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                boolean strict)
Method getIntegerValue.  | 
 long | 
getLongValue(String s,
             String attribute,
             org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
             boolean strict)
Method getLongValue.  | 
 String | 
getRequiredAttributeValue(String s,
                          String attribute,
                          org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                          boolean strict)
Method getRequiredAttributeValue.  | 
 short | 
getShortValue(String s,
              String attribute,
              org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
              boolean strict)
Method getShortValue.  | 
 String | 
getTrimmedValue(String s)
Method getTrimmedValue.  | 
 ExpressionDocumentation | 
read(InputStream in)
Method read.  | 
 ExpressionDocumentation | 
read(InputStream in,
     boolean strict)
Method read.  | 
 ExpressionDocumentation | 
read(Reader reader)
 | 
 ExpressionDocumentation | 
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 ParamdocXpp3Reader()
| Method Detail | 
|---|
public boolean getAddDefaultEntities()
public boolean getBooleanValue(String s,
                               String attribute,
                               org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
                        throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public boolean getBooleanValue(String s,
                               String attribute,
                               org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                               String defaultValue)
                        throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - defaultValue - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public byte getByteValue(String s,
                         String attribute,
                         org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                         boolean strict)
                  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public char getCharacterValue(String s,
                              String attribute,
                              org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
                       throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public Date getDateValue(String s,
                         String attribute,
                         org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
                  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public Date getDateValue(String s,
                         String attribute,
                         String dateFormat,
                         org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
                  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - parser - dateFormat - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public double getDoubleValue(String s,
                             String attribute,
                             org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                             boolean strict)
                      throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public float getFloatValue(String s,
                           String attribute,
                           org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                           boolean strict)
                    throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public int getIntegerValue(String s,
                           String attribute,
                           org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                           boolean strict)
                    throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public long getLongValue(String s,
                         String attribute,
                         org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                         boolean strict)
                  throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public String getRequiredAttributeValue(String s,
                                        String attribute,
                                        org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                                        boolean strict)
                                 throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public short getShortValue(String s,
                           String attribute,
                           org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
                           boolean strict)
                    throws org.codehaus.plexus.util.xml.pull.XmlPullParserException
s - strict - parser - attribute - 
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic String getTrimmedValue(String s)
s - 
public ExpressionDocumentation read(Reader reader,
                                    boolean strict)
                             throws IOException,
                                    org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - strict - 
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)
public ExpressionDocumentation read(Reader reader)
                             throws IOException,
                                    org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - 
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)
public ExpressionDocumentation read(InputStream in,
                                    boolean strict)
                             throws IOException,
                                    org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - strict - 
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public ExpressionDocumentation read(InputStream in)
                             throws IOException,
                                    org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - 
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||