Package GCF.DefaultImpl3
Class GXLNodeAPIImpl
An abstract class to represent the node-Construct of the GXL-DTD.
See "inherited" for further information on the provided methods.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethod to create a child-element of type attr (see GXL-DTD).Method to create a child-element of type graph (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
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.DefaultImpl3.GXLGraphContainerAPI
closeGraph
Methods inherited from class GCF.DefaultImpl3.GXLTypedAndAttributedAPI
closeType
Methods inherited from class GCF.DefaultImpl3.GXLAttributedAPI
closeAttr
Methods inherited from class GCF.DefaultImpl3.GXLStandardAPI
close
-
Constructor Details
-
GXLNodeAPIImpl
public GXLNodeAPIImpl()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
-
createGraph
Method to create a child-element of type graph (see GXL-DTD).- Specified by:
createGraph
in classGXLGraphContainerAPI
-
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.
-