java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml.KGMLhelper

public class KGMLhelper
extends Object
  • Constructor Details

    • KGMLhelper

      public KGMLhelper()
  • Method Details

    • getAttributeValue

      public static String getAttributeValue​(org.jdom2.Element element, String attributeName, String defaultReturn)
    • getNewAttribute

      public static org.jdom2.Attribute getNewAttribute​(String attributeName, String value)
    • addNewAttribute

      public static void addNewAttribute​(org.jdom2.Element element, String attributeName, String value)