| 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 XMLOutputFactory>> |
XMLOutputFactory.CLASS
Holds the XMLOutputFactory implementation (configurable).
|
| Modifier and Type | Method and Description |
|---|---|
static XMLOutputFactory |
XMLOutputFactory.newInstance()
Returns a new instance of the
CLASS output factory
implementation which may be configurated by the user
(see setProperty(String, Object)). |
Copyright © 2005–2024 Javolution. All rights reserved.