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