Class GXLUntypedStandardValueContainerAPI

java.lang.Object
GCF.DefaultImpl3.GXLStandardAPI
GCF.DefaultImpl3.GXLUntypedStandardValueContainerAPI
All Implemented Interfaces:
GXLStandardValueMethods
Direct Known Subclasses:
GXLBagAPIImpl, GXLSeqAPIImpl, GXLSetAPIImpl, GXLTupAPIImpl

public abstract class GXLUntypedStandardValueContainerAPI extends GXLStandardAPI implements GXLStandardValueMethods
Abstract class to provide the printData()-method and the create()-and close() methods for any GXL-construct that is an untyped standard-value-container (e.g. set, seq, ...). For further information see the GXL-DTD, inherited and the class-hierarchy of the GXL-Converter-Framework.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Empty constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to close a child-element of type bag (see GXL-DTD).
    void
    Method to close child-element of type bool (see GXL-DTD).
    void
    Method to close a child-element of type enum (see GXL-DTD).
    void
    Method to close a child-element of type float (see GXL-DTD).
    void
    Method to close a child-element of type int (see GXL-DTD).
    void
    Method to close a child-element of type locator (see GXL-DTD).
    void
    Method to close a child-element of type seq (see GXL-DTD).
    void
    Method to close a child-element of type set (see GXL-DTD).
    void
    Method to close a child-element of type string (see GXL-DTD).
    void
    Method to close a child-element of type tup (see GXL-DTD).
    abstract Object
    Method to create a child-element of type bag (see GXL-DTD).
    abstract Object
    Method to create a child-element of type bool (see GXL-DTD).
    abstract Object
    Method to create a child-element of type enum (see GXL-DTD).
    abstract Object
    Method to create a child-element of type float (see GXL-DTD).
    abstract Object
    Method to create a child-element of type int (see GXL-DTD).
    abstract Object
    Method to create a child-element of type locator (see GXL-DTD).
    abstract Object
    Method to create a child-element of type seq (see GXL-DTD).
    abstract Object
    Method to create a child-element of type set (see GXL-DTD).
    abstract Object
    Method to create a child-element of type string (see GXL-DTD).
    abstract Object
    Method to create a child-element of type tup (see GXL-DTD).
    abstract void
    Method to print a CDATA-section.

    Methods inherited from class GCF.DefaultImpl3.GXLStandardAPI

    close, getAttributes, getChildElements, setAttributeValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait