Klasse CpdXpp3Reader

java.lang.Object
org.apache.maven.plugins.pmd.model.io.xpp3.CpdXpp3Reader

public class CpdXpp3Reader extends Object
Class CpdXpp3Reader.
Version:
$Revision$ $Date$
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • getAddDefaultEntities

      public boolean getAddDefaultEntities()
      Returns the state of the "add default entities" flag.
      Gibt zurück:
      boolean
    • read

      public CpdErrorDetail read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Method read.
      Parameter:
      parser - a parser object.
      strict - a strict object.
      Gibt zurück:
      CpdErrorDetail
      Löst aus:
      IOException - IOException if any.
      org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if any.
    • read

      public CpdErrorDetail read(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Parameter:
      reader - a reader object.
      strict - a strict object.
      Gibt zurück:
      CpdErrorDetail
      Löst aus:
      IOException - IOException if any.
      org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if any.
      Siehe auch:
      • XmlStreamReader
    • read

      public CpdErrorDetail read(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Parameter:
      reader - a reader object.
      Gibt zurück:
      CpdErrorDetail
      Löst aus:
      IOException - IOException if any.
      org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if any.
      Siehe auch:
      • XmlStreamReader
    • read

      public CpdErrorDetail read(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Method read.
      Parameter:
      in - a in object.
      strict - a strict object.
      Gibt zurück:
      CpdErrorDetail
      Löst aus:
      IOException - IOException if any.
      org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if any.
    • read

      public CpdErrorDetail read(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Method read.
      Parameter:
      in - a in object.
      Gibt zurück:
      CpdErrorDetail
      Löst aus:
      IOException - IOException if any.
      org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if any.
    • setAddDefaultEntities

      public void setAddDefaultEntities(boolean addDefaultEntities)
      Sets the state of the "add default entities" flag.
      Parameter:
      addDefaultEntities - a addDefaultEntities object.