Uses of Package
org.codehaus.staxmate
-
Packages that use org.codehaus.staxmate Package Description org.codehaus.staxmate Package contains factories for constructing input and output processing components (such as input cursors). -
Classes in org.codehaus.staxmate used by org.codehaus.staxmate Class Description SMInputFactory Factory class used to createSMInputCursor
instances.SMInputFactory.SMFactoryAccessor Helper class used for implementing efficient lazy instantiation of the global StaxMate input factory.SMInputFactory.XmlFactoryAccessor Helper class used for implementing efficient lazy instantiation of the global xml stream input factory.SMOutputFactory Factory class used to create root-level outputter object (likeSMOutputDocument
andSMRootFragment
) instances, which are roots (global for documents, or local for fragments) of output content.SMOutputFactory.SMFactoryAccessor Helper class used for implementing efficient lazy instantiation of the global StaxMate output factory.SMOutputFactory.XmlFactoryAccessor Separate helper class is used so that the shared factory instance is only created if needed: this happens if the accessor class needs to be instantiate, which in turn happens if the method for accessing the global output factory is called.