Uses of Package
org.codehaus.staxmate
Packages that use org.codehaus.staxmate
Package
Description
Package contains factories for constructing input and output
processing components (such as input cursors).
-
Classes in org.codehaus.staxmate used by org.codehaus.staxmateClassDescriptionFactory class used to create
SMInputCursor
instances.Helper class used for implementing efficient lazy instantiation of the global StaxMate input factory.Helper class used for implementing efficient lazy instantiation of the global xml stream input factory.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.Helper class used for implementing efficient lazy instantiation of the global StaxMate output factory.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.