Package GCF.original

Class GXLGXLAPIImpl

java.lang.Object
GCF.original.GXLStandardAPI
GCF.original.GXLGXLAPIImpl

public abstract class GXLGXLAPIImpl extends GXLStandardAPI
An abstract class to represent the gxl-Construct of the GXL-DTD. See "inherited" for further information on the provided methods.
  • 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

      public abstract void createDoctypeDecl(String name, String pubid, String sysid)
      Method to create the DOCTYPE declaration of the GXL-document..
    • createProcessingInstruction

      public abstract void createProcessingInstruction(String target, String data)
      Method to create a Processing Instruction in the GXL-document..
    • createGraph

      public abstract Object 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).