java.lang.Object
org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLStandardAPI
org.bigraphs.framework.converter.gcf.DefaultImpl1.GXLGXLAPIImpl

public 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

    • createDoctypeDecl

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

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

      public void createGXL()
      Method to create a the GXL-Node (see GXL-DTD).
    • createGraph

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

      public void close()
      Description copied from class: GXLStandardAPI
      Method to close the current GXL-construct.
      Overrides:
      close in class GXLStandardAPI