Package com.luciad.format.xml
Class TLcdXMLDefaultObjectFactory
java.lang.Object
com.luciad.format.xml.TLcdXMLDefaultObjectFactory
- All Implemented Interfaces:
ILcdXMLObjectFactory
Deprecated.
A default implementation of
ILcdXMLObjectFactory
that creates
ILcdXMLEditableElement
objects.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateObject
(ILcdXMLNameStack aElementStack, ILcdAssocSet aAttributes, ILcdXMLDocumentContext aContext) Deprecated.Creates a new object instance for the element that is currently on top of the XML element stack.
-
Constructor Details
-
TLcdXMLDefaultObjectFactory
public TLcdXMLDefaultObjectFactory()Deprecated.
-
-
Method Details
-
createObject
public Object createObject(ILcdXMLNameStack aElementStack, ILcdAssocSet aAttributes, ILcdXMLDocumentContext aContext) Deprecated.Description copied from interface:ILcdXMLObjectFactory
Creates a new object instance for the element that is currently on top of the XML element stack.- Specified by:
createObject
in interfaceILcdXMLObjectFactory
- Parameters:
aElementStack
- The current element name stack, containing on top the XML name of the object to be created.aAttributes
- The attribute set for the XML element on top of the element stack, for which an object is to be created.- Returns:
- a new object instance for the element currently on top of the XML element stack.
-
com.format.xml
API has been deprecated. Instead, use thecom.format.xml.bind
API.