Package org.codehaus.staxmate
Class SMInputFactory.SMFactoryAccessor
- java.lang.Object
-
- org.codehaus.staxmate.SMInputFactory.SMFactoryAccessor
-
- Enclosing class:
- SMInputFactory
private static final class SMInputFactory.SMFactoryAccessor extends java.lang.Object
Helper class used for implementing efficient lazy instantiation of the global StaxMate input factory.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SMInputFactory
mFactory
(package private) static SMInputFactory.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 SMInputFactory
get()
static SMInputFactory
getFactory()
-
-
-
Field Detail
-
sInstance
static final SMInputFactory.SMFactoryAccessor sInstance
-
mFactory
SMInputFactory mFactory
-
-
Method Detail
-
getFactory
public static SMInputFactory getFactory() throws javax.xml.stream.FactoryConfigurationError
- Throws:
javax.xml.stream.FactoryConfigurationError
-
get
private SMInputFactory get() throws javax.xml.stream.FactoryConfigurationError
- Throws:
javax.xml.stream.FactoryConfigurationError
-
-