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
Constructors -
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:ILcdXMLObjectFactoryCreates a new object instance for the element that is currently on top of the XML element stack.- Specified by:
createObjectin 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.xmlAPI has been deprecated. Instead, use thecom.format.xml.bindAPI.