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 ElementInfoFactory
SMInputCursor.mElemInfoFactory
Optional 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 void
SMInputCursor.setElementInfoFactory
(ElementInfoFactory f) Set element info factory used for constructingSMElementInfo
instances during traversal for this cursor, as well as all of its children.