Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static Configurable<Class<? extends XMLInputFactory>> |
XMLInputFactory.CLASS
Holds the XMLInputFactory implementation (configurable).
|
Modifier and Type | Method and Description |
---|---|
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–2017 Javolution. All rights reserved.