|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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) ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |