Uses of Class
javax.xml.stream.XMLOutputFactory
Package
Description
Defines interfaces and classes for the Streaming API for XML (StAX).
-
Uses of XMLOutputFactory in javax.xml.stream
Modifier and TypeMethodDescriptionstatic XMLOutputFactory
XMLOutputFactory.newDefaultFactory()
Creates a new instance of theXMLOutputFactory
builtin system-default implementation.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 thenewFactory()
method.