Class GXLGXLAPIImpl

java.lang.Object
GCF.DefaultImpl2.GXLStandardAPI
GCF.DefaultImpl2.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.
  • Field Details

  • Constructor Details

    • GXLGXLAPIImpl

      public GXLGXLAPIImpl()
      Empty constructor.
  • Method Details

    • createGXL

      public void createGXL()
      Method to create a the GXL-Node (see GXL-DTD).
    • 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..
    • 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).
    • setAttributeValue

      public void setAttributeValue(String attributeName, String value)
      Method to set an attribute-value (see GXL-DTD).
      Overrides:
      setAttributeValue in class GXLStandardAPI
    • getChildElements

      public Object getChildElements()
      Method to get the List of child elements.
      Overrides:
      getChildElements in class GXLStandardAPI
    • toString

      public String toString()
      Overwrites method toString() of class Object.
      Overrides:
      toString in class Object