Uses of Class
org.codehaus.staxmate.SMOutputFactory
-
Packages that use SMOutputFactory Package Description org.codehaus.staxmate Package contains factories for constructing input and output processing components (such as input cursors). -
-
Uses of SMOutputFactory in org.codehaus.staxmate
Fields in org.codehaus.staxmate declared as SMOutputFactory Modifier and Type Field Description (package private) SMOutputFactory
SMOutputFactory.SMFactoryAccessor. mFactory
Methods in org.codehaus.staxmate that return SMOutputFactory Modifier and Type Method Description private SMOutputFactory
SMOutputFactory.SMFactoryAccessor. get()
static SMOutputFactory
SMOutputFactory.SMFactoryAccessor. getFactory()
static SMOutputFactory
SMOutputFactory. getGlobalSMOutputFactory()
Convenience method that will get a lazily constructed sharedSMOutputFactory
instance.
-