Package | Description |
---|---|
javax.xml.stream |
Modifier and Type | Method and Description |
---|---|
static XMLOutputFactory |
XMLOutputFactory.newFactory()
Create a new instance of the factory.
|
static XMLOutputFactory |
XMLOutputFactory.newFactory(String factoryId,
ClassLoader classLoader)
Create a new instance of the factory.
|
static XMLOutputFactory |
XMLOutputFactory.newInstance()
Creates a new instance of the factory in exactly the same manner as the
newFactory() method. |