Package GCF.original
Class GXLGXLAPIImpl
java.lang.Object
GCF.original.GXLStandardAPI
GCF.original.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 TypeMethodDescriptionabstract void
Method to close a child-element of type graph (see GXL-DTD).abstract void
createDoctypeDecl
(String name, String pubid, String sysid) Method to create the DOCTYPE declaration of the GXL-document..abstract Object
Method to create a child-element of type graph (see GXL-DTD).abstract void
Method to create a the GXL-Node (see GXL-DTD).abstract void
createProcessingInstruction
(String target, String data) Method to create a Processing Instruction in the GXL-document..Methods inherited from class GCF.original.GXLStandardAPI
close, getAttributes, getChildElements, setAttributeValue
-
Constructor Details
-
GXLGXLAPIImpl
public GXLGXLAPIImpl()Empty constructor.
-
-
Method Details
-
createGXL
public abstract 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 abstract void closeGraph()Method to close a child-element of type graph (see GXL-DTD).
-