Package org.codehaus.staxmate
Class SMOutputFactory.SMFactoryAccessor
- java.lang.Object
-
- org.codehaus.staxmate.SMOutputFactory.SMFactoryAccessor
-
- Enclosing class:
- SMOutputFactory
private static final class SMOutputFactory.SMFactoryAccessor extends java.lang.Object
Helper class used for implementing efficient lazy instantiation of the global StaxMate output factory.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SMOutputFactory
mFactory
(package private) static SMOutputFactory.SMFactoryAccessor
sInstance
-
Constructor Summary
Constructors Modifier Constructor Description private
SMFactoryAccessor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private SMOutputFactory
get()
static SMOutputFactory
getFactory()
-
-
-
Field Detail
-
sInstance
static final SMOutputFactory.SMFactoryAccessor sInstance
-
mFactory
SMOutputFactory mFactory
-
-
Method Detail
-
getFactory
public static SMOutputFactory getFactory() throws javax.xml.stream.FactoryConfigurationError
- Throws:
javax.xml.stream.FactoryConfigurationError
-
get
private SMOutputFactory get() throws javax.xml.stream.FactoryConfigurationError
- Throws:
javax.xml.stream.FactoryConfigurationError
-
-