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

Packages that use XmlStreamReader
org.codehaus.plexus.util Miscellaneous utilities, mainly dealing with I/O, strings, and filesystems. 
 

Uses of XmlStreamReader in org.codehaus.plexus.util
 

Methods in org.codehaus.plexus.util that return XmlStreamReader
static XmlStreamReader ReaderFactory.newXmlReader(File file)
          Create a new Reader with XML encoding detection rules.
static XmlStreamReader ReaderFactory.newXmlReader(InputStream in)
          Create a new Reader with XML encoding detection rules.
static XmlStreamReader ReaderFactory.newXmlReader(URL url)
          Create a new Reader with XML encoding detection rules.
 



Copyright © 2001-2012 Codehaus. All Rights Reserved.