Class GXLStandardAPI

java.lang.Object
GCF.DefaultImpl2.GXLStandardAPI
Direct Known Subclasses:
GXLAttributedAPI, GXLGraphAPIImpl, GXLGXLAPIImpl, GXLLocatorAPIImpl, GXLTypeAPIImpl, GXLUntypedStandardValueContainerAPI

public abstract class GXLStandardAPI extends Object
Abstract class to provide the setAttributeValue() and close()-method for any GXL-construct except the atomic Values. It is the superior class of the GXL- Converter-Framework. For further information see the GXL-DTD and the class-hierarchy of the GXL-Converter-Framework.
  • Constructor Details

    • GXLStandardAPI

      public GXLStandardAPI()
      Empty constructor.
  • Method Details

    • setAttributeValue

      public void setAttributeValue(String attributeName, String value)
      Method to set an attribute-value (see GXL-DTD).
    • close

      public void close()
      Method to close the current GXL-construct.
    • getChildElements

      public Object getChildElements()
      Method to get the list of child elements.
    • getAttributes

      public Object getAttributes()
      Method to return the list of attributes.