Class GXLAttributedAPI

java.lang.Object
GCF.DefaultImpl3.GXLStandardAPI
GCF.DefaultImpl3.GXLAttributedAPI
Direct Known Subclasses:
GXLRelendAPIImpl, GXLTypedAndAttributedAPI

public abstract class GXLAttributedAPI extends GXLStandardAPI
Abstract class to provide the create-and close-methods for any GXL-construct that is attributed. For further information see the GXL-DTD, inherited and the class-hierarchy of the GXL-Converter-Framework.
  • Constructor Details

    • GXLAttributedAPI

      public GXLAttributedAPI()
      Empty constructor.
  • Method Details

    • createAttr

      public abstract Object createAttr()
      Method to create a child-element of type attr (see GXL-DTD).
    • closeAttr

      public void closeAttr()
      Method to close a child-element of type attr (see GXL-DTD).