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
 

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



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.