|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLOutputFactory | |
---|---|
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 XMLOutputFactory in javolution.xml.stream |
---|
Fields in javolution.xml.stream with type parameters of type XMLOutputFactory | |
---|---|
static Configurable<Class<? extends XMLOutputFactory>> |
XMLOutputFactory.CLASS
Holds the XMLOutputFactory implementation (configurable). |
Methods in javolution.xml.stream that return XMLOutputFactory | |
---|---|
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) ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |