Uses of Class
org.codehaus.plexus.util.xml.XmlStreamReaderException

Packages that use XmlStreamReaderException
org.codehaus.plexus.util.xml   
 

Uses of XmlStreamReaderException in org.codehaus.plexus.util.xml
 

Methods in org.codehaus.plexus.util.xml with parameters of type XmlStreamReaderException
private  void XmlReader.doLenientDetection(java.lang.String httpContentType, XmlStreamReaderException ex)
          Deprecated.  
 

Constructors in org.codehaus.plexus.util.xml that throw XmlStreamReaderException
XmlReader(java.io.InputStream is, boolean lenient)
          Deprecated. Creates a Reader for a raw InputStream.
XmlReader(java.io.InputStream is, java.lang.String httpContentType, boolean lenient)
          Deprecated. Creates a Reader using an InputStream an the associated content-type header.
XmlReader(java.io.InputStream is, java.lang.String httpContentType, boolean lenient, java.lang.String defaultEncoding)
          Deprecated. Creates a Reader using an InputStream an the associated content-type header.
XmlStreamReader(java.io.InputStream is, boolean lenient)
          Creates a Reader for a raw InputStream.
XmlStreamReader(java.io.InputStream is, java.lang.String httpContentType, boolean lenient)
          Creates a Reader using an InputStream an the associated content-type header.
XmlStreamReader(java.io.InputStream is, java.lang.String httpContentType, boolean lenient, java.lang.String defaultEncoding)
          Creates a Reader using an InputStream an the associated content-type header.