Package GCF.original
Class GXLAttributedAPI
java.lang.Object
GCF.original.GXLStandardAPI
GCF.original.GXLAttributedAPI
- Direct Known Subclasses:
GXLRelendAPIImpl
,GXLTypedAndAttributedAPI
Abstract class to provide the create-and close-methods for any GXL-construct that is
attributed. For further information see the GXL-DTD, inherited and the
class-hierarchy of the GXL-Converter-Framework.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
Method to close a child-element of type attr (see GXL-DTD).abstract Object
Method to create a child-element of type attr (see GXL-DTD).Methods inherited from class GCF.original.GXLStandardAPI
close, getAttributes, getChildElements, setAttributeValue
-
Constructor Details
-
GXLAttributedAPI
public GXLAttributedAPI()Empty constructor.
-
-
Method Details
-
createAttr
Method to create a child-element of type attr (see GXL-DTD). -
closeAttr
public abstract void closeAttr()Method to close a child-element of type attr (see GXL-DTD).
-