Uses of Interface
org.codehaus.staxmate.in.ElementInfoFactory
Packages that use ElementInfoFactory
Package
Description
Package contains functionality for input-side processing.
-
Uses of ElementInfoFactory in org.codehaus.staxmate.in
Fields in org.codehaus.staxmate.in declared as ElementInfoFactoryModifier and TypeFieldDescriptionprotected ElementInfoFactorySMInputCursor.mElemInfoFactoryOptional factory instance that is used to create element info objects if element tracking is enabled.Methods in org.codehaus.staxmate.in that return ElementInfoFactoryMethods in org.codehaus.staxmate.in with parameters of type ElementInfoFactoryModifier and TypeMethodDescriptionfinal voidSMInputCursor.setElementInfoFactory(ElementInfoFactory f) Set element info factory used for constructingSMElementInfoinstances during traversal for this cursor, as well as all of its children.