Package GCF.original
Class GXLAttrAPIImpl
java.lang.Object
GCF.original.GXLStandardAPI
GCF.original.GXLAttributedAPI
GCF.original.GXLTypedAndAttributedAPI
GCF.original.GXLAttrAPIImpl
- All Implemented Interfaces:
GXLStandardValueMethods
public abstract class GXLAttrAPIImpl
extends GXLTypedAndAttributedAPI
implements GXLStandardValueMethods
An abstract class to represent the attr-Construct of the GXL-DTD.
See "inherited" for further information on the provided methods.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
closeBag()
Method to close a child-element of type bag (see GXL-DTD).abstract void
Method to close 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.GXLTypedAndAttributedAPI
closeType, createType
Methods inherited from class GCF.original.GXLAttributedAPI
closeAttr, createAttr
Methods inherited from class GCF.original.GXLStandardAPI
close, getAttributes, getChildElements, setAttributeValue
-
Constructor Details
-
GXLAttrAPIImpl
public GXLAttrAPIImpl()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
-
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
-
createString
Method to create a child-element of type string (see GXL-DTD).- Specified by:
createString
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 child-element of type bool (see GXL-DTD).- Specified by:
closeBool
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
-
closeString
public abstract void closeString()Method to close a child-element of type string (see GXL-DTD).- Specified by:
closeString
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.
-