Package GCF.DefaultImpl3
Class GXLGXLAPIImpl
java.lang.Object
GCF.DefaultImpl3.GXLStandardAPI
GCF.DefaultImpl3.GXLGXLAPIImpl
An abstract class to represent the gxl-Construct of the GXL-DTD.
See "inherited" for further information on the provided methods.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to close a child-element of type graph (see GXL-DTD).void
createDoctypeDecl
(String name, String pubid, String sysid) Method to create the DOCTYPE declaration of the GXL-document..Method to create a child-element of type graph (see GXL-DTD).void
Method to create a the GXL-Node (see GXL-DTD).void
createProcessingInstruction
(String target, String data) Method to create a Processing Instruction in the GXL-document..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.GXLStandardAPI
close, getAttributes
-
Constructor Details
-
GXLGXLAPIImpl
public GXLGXLAPIImpl()Empty constructor.
-
-
Method Details
-
createGXL
public void createGXL()Method to create a the GXL-Node (see GXL-DTD). -
createDoctypeDecl
Method to create the DOCTYPE declaration of the GXL-document.. -
createProcessingInstruction
Method to create a Processing Instruction in the GXL-document.. -
createGraph
Method to create a child-element of type graph (see GXL-DTD). -
closeGraph
public void closeGraph()Method to close a child-element of type graph (see GXL-DTD). -
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
-
toString
Overwrites method toString() of class Object.
-