Package GCF.original
Class GXLUntypedStandardValueContainerAPI
java.lang.Object
GCF.original.GXLStandardAPI
GCF.original.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 -
Method Summary
Modifier and TypeMethodDescriptionabstract void
closeBag()
Method to close a child-element of type bag (see GXL-DTD).abstract void
Method to close a child-element of type bool (see GXL-DTD).abstract void
Method to close a child-element of type enum (see GXL-DTD).abstract void
Method to close a child-element of type float (see GXL-DTD).abstract void
closeInt()
Method to close a child-element of type int (see GXL-DTD).abstract void
Method to close a child-element of type locator (see GXL-DTD).abstract void
closeSeq()
Method to close a child-element of type seq (see GXL-DTD).abstract void
closeSet()
Method to close a child-element of type set (see GXL-DTD).abstract void
Method to close a child-element of type string (see GXL-DTD).abstract void
closeTup()
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.original.GXLStandardAPI
close, getAttributes, getChildElements, setAttributeValue
-
Constructor Details
-
GXLUntypedStandardValueContainerAPI
public GXLUntypedStandardValueContainerAPI()Empty constructor.
-
-
Method Details
-
createLocator
Method to create a child-element of type locator (see GXL-DTD).- Specified by:
createLocator
in interfaceGXLStandardValueMethods
-
createSeq
Method to create a child-element of type seq (see GXL-DTD).- Specified by:
createSeq
in interfaceGXLStandardValueMethods
-
createSet
Method to create a child-element of type set (see GXL-DTD).- Specified by:
createSet
in interfaceGXLStandardValueMethods
-
createBag
Method to create a child-element of type bag (see GXL-DTD).- Specified by:
createBag
in interfaceGXLStandardValueMethods
-
createTup
Method to create a child-element of type tup (see GXL-DTD).- Specified by:
createTup
in interfaceGXLStandardValueMethods
-
createBool
Method to create a child-element of type bool (see GXL-DTD).- Specified by:
createBool
in interfaceGXLStandardValueMethods
-
createString
Method to create a child-element of type string (see GXL-DTD).- Specified by:
createString
in interfaceGXLStandardValueMethods
-
createInt
Method to create a child-element of type int (see GXL-DTD).- Specified by:
createInt
in interfaceGXLStandardValueMethods
-
createFloat
Method to create a child-element of type float (see GXL-DTD).- Specified by:
createFloat
in interfaceGXLStandardValueMethods
-
createEnum
Method to create a child-element of type enum (see GXL-DTD).- Specified by:
createEnum
in interfaceGXLStandardValueMethods
-
closeLocator
public abstract void closeLocator()Method to close a child-element of type locator (see GXL-DTD).- Specified by:
closeLocator
in interfaceGXLStandardValueMethods
-
closeSeq
public abstract void closeSeq()Method to close a child-element of type seq (see GXL-DTD).- Specified by:
closeSeq
in interfaceGXLStandardValueMethods
-
closeSet
public abstract void closeSet()Method to close a child-element of type set (see GXL-DTD).- Specified by:
closeSet
in interfaceGXLStandardValueMethods
-
closeBag
public abstract void closeBag()Method to close a child-element of type bag (see GXL-DTD).- Specified by:
closeBag
in interfaceGXLStandardValueMethods
-
closeTup
public abstract void closeTup()Method to close a child-element of type tup (see GXL-DTD).- Specified by:
closeTup
in interfaceGXLStandardValueMethods
-
closeBool
public abstract void closeBool()Method to close a child-element of type bool (see GXL-DTD).- Specified by:
closeBool
in interfaceGXLStandardValueMethods
-
closeString
public abstract void closeString()Method to close a child-element of type string (see GXL-DTD).- Specified by:
closeString
in interfaceGXLStandardValueMethods
-
closeInt
public abstract void closeInt()Method to close a child-element of type int (see GXL-DTD).- Specified by:
closeInt
in interfaceGXLStandardValueMethods
-
closeFloat
public abstract void closeFloat()Method to close a child-element of type float (see GXL-DTD).- Specified by:
closeFloat
in interfaceGXLStandardValueMethods
-
closeEnum
public abstract void closeEnum()Method to close a child-element of type enum (see GXL-DTD).- Specified by:
closeEnum
in interfaceGXLStandardValueMethods
-
printData
Method to print a CDATA-section.
-