Class TLcdXMLDefaultObjectFactory

java.lang.Object
com.luciad.format.xml.TLcdXMLDefaultObjectFactory
All Implemented Interfaces:
ILcdXMLObjectFactory

public class TLcdXMLDefaultObjectFactory extends Object implements ILcdXMLObjectFactory
Deprecated.
Use of the com.format.xml API has been deprecated. Instead, use the com.format.xml.bind API.
A default implementation of ILcdXMLObjectFactory that creates ILcdXMLEditableElement objects.
  • 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 interface ILcdXMLObjectFactory
      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.