Package GCF.DefaultImpl2
Class GXLAttrAPIImpl
java.lang.Object
GCF.DefaultImpl2.GXLStandardAPI
GCF.DefaultImpl2.GXLAttributedAPI
GCF.DefaultImpl2.GXLTypedAndAttributedAPI
GCF.DefaultImpl2.GXLAttrAPIImpl
- All Implemented Interfaces:
GXLStandardValueMethods
An abstract class to represent the attr-Construct of the GXL-DTD.
See "inherited" for further information on the provided methods.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
closeBag()
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
closeInt()
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
closeSeq()
Method to close a child-element of type seq (see GXL-DTD).void
closeSet()
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
closeTup()
Method to close a child-element of type tup (see GXL-DTD).Method 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).Method to return a specific attribute.Method to get the List of child elements.void
Method to print a CDATA-section.void
setAttributeValue
(String attributeName, String value) Method to set an attribute-value (see GXL-DTD).toString()
Overwrites method toString() of class Object.Methods inherited from class GCF.DefaultImpl2.GXLTypedAndAttributedAPI
closeType
Methods inherited from class GCF.DefaultImpl2.GXLAttributedAPI
closeAttr
Methods inherited from class GCF.DefaultImpl2.GXLStandardAPI
close
-
Field Details
-
id
-
name
-
kind
-
-
Constructor Details
-
GXLAttrAPIImpl
public GXLAttrAPIImpl()Empty constructor
-
-
Method Details
-
createAttr
Method to create a child-element of type attr (see GXL-DTD).- Specified by:
createAttr
in classGXLAttributedAPI
-
createType
Method to create a child-element of type type (see GXL-DTD).- Specified by:
createType
in classGXLTypedAndAttributedAPI
-
createLocator
Method to create a child-element of type locator (see GXL-DTD).- Specified by:
createLocator
in interfaceGXLStandardValueMethods
-
closeLocator
public void closeLocator()Method to close a child-element of type locator (see GXL-DTD).- Specified by:
closeLocator
in interfaceGXLStandardValueMethods
-
createSeq
Method to create a child-element of type seq (see GXL-DTD).- Specified by:
createSeq
in interfaceGXLStandardValueMethods
-
closeSeq
public void closeSeq()Method to close a child-element of type seq (see GXL-DTD).- Specified by:
closeSeq
in interfaceGXLStandardValueMethods
-
createSet
Method to create a child-element of type set (see GXL-DTD).- Specified by:
createSet
in interfaceGXLStandardValueMethods
-
closeSet
public void closeSet()Method to close a child-element of type set (see GXL-DTD).- Specified by:
closeSet
in interfaceGXLStandardValueMethods
-
createBag
Method to create a child-element of type bag (see GXL-DTD).- Specified by:
createBag
in interfaceGXLStandardValueMethods
-
closeBag
public void closeBag()Method to close a child-element of type bag (see GXL-DTD).- Specified by:
closeBag
in interfaceGXLStandardValueMethods
-
createTup
Method to create a child-element of type tup (see GXL-DTD).- Specified by:
createTup
in interfaceGXLStandardValueMethods
-
closeTup
public void closeTup()Method to close a child-element of type tup (see GXL-DTD).- Specified by:
closeTup
in interfaceGXLStandardValueMethods
-
createBool
Method to create a child-element of type bool (see GXL-DTD).- Specified by:
createBool
in interfaceGXLStandardValueMethods
-
closeBool
public void closeBool()Method to close child-element of type bool (see GXL-DTD).- Specified by:
closeBool
in interfaceGXLStandardValueMethods
-
createInt
Method to create a child-element of type int (see GXL-DTD).- Specified by:
createInt
in interfaceGXLStandardValueMethods
-
closeInt
public void closeInt()Method to close a child-element of type int (see GXL-DTD).- Specified by:
closeInt
in interfaceGXLStandardValueMethods
-
createFloat
Method to create a child-element of type float (see GXL-DTD).- Specified by:
createFloat
in interfaceGXLStandardValueMethods
-
closeFloat
public void closeFloat()Method to close a child-element of type float (see GXL-DTD).- Specified by:
closeFloat
in interfaceGXLStandardValueMethods
-
createString
Method to create a child-element of type string (see GXL-DTD).- Specified by:
createString
in interfaceGXLStandardValueMethods
-
closeString
public void closeString()Method to close a child-element of type string (see GXL-DTD).- Specified by:
closeString
in interfaceGXLStandardValueMethods
-
createEnum
Method to create a child-element of type enum (see GXL-DTD).- Specified by:
createEnum
in interfaceGXLStandardValueMethods
-
closeEnum
public 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. -
setAttributeValue
Method to set an attribute-value (see GXL-DTD).- Overrides:
setAttributeValue
in classGXLStandardAPI
-
getChildElements
Method to get the List of child elements.- Overrides:
getChildElements
in classGXLStandardAPI
-
getAttributes
Method to return a specific attribute.- Overrides:
getAttributes
in classGXLStandardAPI
-
toString
Overwrites method toString() of class Object.
-