Package GCF.DefaultImpl3
Class GXLStandardAPI
java.lang.Object
GCF.DefaultImpl3.GXLStandardAPI
- Direct Known Subclasses:
GXLAttributedAPI
,GXLGraphAPIImpl
,GXLGXLAPIImpl
,GXLLocatorAPIImpl
,GXLTypeAPIImpl
,GXLUntypedStandardValueContainerAPI
Abstract class to provide the setAttributeValue() and close()-method for any
GXL-construct except the atomic Values. It is the superior class of the GXL-
Converter-Framework. For further information see the GXL-DTD and the class-hierarchy
of the GXL-Converter-Framework.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Method to close the current GXL-construct.Method to return the list of attributes.Method to get the list of child elements.void
setAttributeValue
(String attributeName, String value) Method to set an attribute-value (see GXL-DTD).
-
Constructor Details
-
GXLStandardAPI
public GXLStandardAPI()Empty constructor.
-
-
Method Details
-
setAttributeValue
Method to set an attribute-value (see GXL-DTD). -
close
public void close()Method to close the current GXL-construct. -
getChildElements
Method to get the list of child elements. -
getAttributes
Method to return the list of attributes.
-