Uses of Class
javolution.xml.stream.XMLInputFactory

Packages that use XMLInputFactory
javolution.xml.stream Provides StAX-like XML readers/writers which do not require object creation (such as String) and are consequently faster and more time predictable than standard StAX classes. 
 

Uses of XMLInputFactory in javolution.xml.stream
 

Fields in javolution.xml.stream with type parameters of type XMLInputFactory
static Configurable<Class<? extends XMLInputFactory>> XMLInputFactory.CLASS
          Holds the XMLInputFactory implementation (configurable).
 

Methods in javolution.xml.stream that return XMLInputFactory
static XMLInputFactory XMLInputFactory.newInstance()
          Returns a new instance of the CLASS input factory implementation which may be configurated by the user (see setProperty(String, Object)).
 



Copyright © 2005-2012 Javolution. All Rights Reserved.