Package GCF.DefaultImpl3
Class GXLBagAPIImpl
java.lang.Object
GCF.DefaultImpl3.GXLStandardAPI
GCF.DefaultImpl3.GXLUntypedStandardValueContainerAPI
GCF.DefaultImpl3.GXLBagAPIImpl
- All Implemented Interfaces:
GXLStandardValueMethods
An abstract class to represent the bag-Construct of the GXL-DTD.
See "inherited" for further information on the provided methods.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethod to create a child-element of type attr (see GXL-DTD).Method to create a child-element of type bag (see GXL-DTD).Method to create a child-element of type bool (see GXL-DTD).Method to create a child-element of type enum (see GXL-DTD).Method to create a child-element of type float (see GXL-DTD).Method to create a child-element of type int (see GXL-DTD).Method to create a child-element of type locator (see GXL-DTD).Method to create a child-element of type seq (see GXL-DTD).Method to create a child-element of type set (see GXL-DTD).Method to create a child-element of type string (see GXL-DTD).Method to create a child-element of type tup (see GXL-DTD).Method to create a child-element of type type (see GXL-DTD).void
Method to print a CDATA-section.toString()
Overwrites method toString() of class Object.Methods inherited from class GCF.DefaultImpl3.GXLUntypedStandardValueContainerAPI
closeBag, closeBool, closeEnum, closeFloat, closeInt, closeLocator, closeSeq, closeSet, closeString, closeTup
Methods inherited from class GCF.DefaultImpl3.GXLStandardAPI
close, getAttributes, getChildElements, setAttributeValue
-
Constructor Details
-
GXLBagAPIImpl
public GXLBagAPIImpl()Empty constructor.
-
-
Method Details
-
createAttr
Method to create a child-element of type attr (see GXL-DTD). -
createType
Method to create a child-element of type type (see GXL-DTD). -
createLocator
Method to create a child-element of type locator (see GXL-DTD).- Specified by:
createLocator
in interfaceGXLStandardValueMethods
- Specified by:
createLocator
in classGXLUntypedStandardValueContainerAPI
-
createSeq
Method to create a child-element of type seq (see GXL-DTD).- Specified by:
createSeq
in interfaceGXLStandardValueMethods
- Specified by:
createSeq
in classGXLUntypedStandardValueContainerAPI
-
createSet
Method to create a child-element of type set (see GXL-DTD).- Specified by:
createSet
in interfaceGXLStandardValueMethods
- Specified by:
createSet
in classGXLUntypedStandardValueContainerAPI
-
createBag
Method to create a child-element of type bag (see GXL-DTD).- Specified by:
createBag
in interfaceGXLStandardValueMethods
- Specified by:
createBag
in classGXLUntypedStandardValueContainerAPI
-
createTup
Method to create a child-element of type tup (see GXL-DTD).- Specified by:
createTup
in interfaceGXLStandardValueMethods
- Specified by:
createTup
in classGXLUntypedStandardValueContainerAPI
-
createBool
Method to create a child-element of type bool (see GXL-DTD).- Specified by:
createBool
in interfaceGXLStandardValueMethods
- Specified by:
createBool
in classGXLUntypedStandardValueContainerAPI
-
createInt
Method to create a child-element of type int (see GXL-DTD).- Specified by:
createInt
in interfaceGXLStandardValueMethods
- Specified by:
createInt
in classGXLUntypedStandardValueContainerAPI
-
createFloat
Method to create a child-element of type float (see GXL-DTD).- Specified by:
createFloat
in interfaceGXLStandardValueMethods
- Specified by:
createFloat
in classGXLUntypedStandardValueContainerAPI
-
createString
Method to create a child-element of type string (see GXL-DTD).- Specified by:
createString
in interfaceGXLStandardValueMethods
- Specified by:
createString
in classGXLUntypedStandardValueContainerAPI
-
createEnum
Method to create a child-element of type enum (see GXL-DTD).- Specified by:
createEnum
in interfaceGXLStandardValueMethods
- Specified by:
createEnum
in classGXLUntypedStandardValueContainerAPI
-
printData
Method to print a CDATA-section.- Specified by:
printData
in classGXLUntypedStandardValueContainerAPI
-
toString
Overwrites method toString() of class Object.
-