public class ManeuversXMLUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <M extends LocatedManeuver> |
addLocation(org.dom4j.Element root,
M maneuver) |
static org.dom4j.Element |
addLocation(org.dom4j.Element root,
ManeuverLocation loc) |
static org.dom4j.Element |
addLocation(org.dom4j.Element root,
ManeuverLocation loc,
java.lang.String locElementName) |
static <M extends LocatedManeuver> |
addLocation(org.dom4j.Element root,
M maneuver,
java.lang.String locElementName) |
static org.dom4j.Document |
createBaseDoc(java.lang.String rootElementName) |
static ManeuverLocation |
parseLocation(org.dom4j.Element root) |
static <M extends LocatedManeuver> |
parseLocation(org.dom4j.Element root,
M maneuver) |
static <M extends LocatedManeuver> |
parseLocation(org.dom4j.Element root,
M maneuver,
java.lang.String locElementName) |
static ManeuverLocation |
parseLocation(org.dom4j.Element root,
java.lang.String locElementName) |
public static org.dom4j.Document createBaseDoc(java.lang.String rootElementName)
public static <M extends LocatedManeuver> org.dom4j.Element addLocation(org.dom4j.Element root, M maneuver)
public static <M extends LocatedManeuver> org.dom4j.Element addLocation(org.dom4j.Element root, M maneuver, java.lang.String locElementName)
public static org.dom4j.Element addLocation(org.dom4j.Element root, ManeuverLocation loc)
public static org.dom4j.Element addLocation(org.dom4j.Element root, ManeuverLocation loc, java.lang.String locElementName)
public static <M extends LocatedManeuver> ManeuverLocation parseLocation(org.dom4j.Element root, M maneuver, java.lang.String locElementName)
public static <M extends LocatedManeuver> ManeuverLocation parseLocation(org.dom4j.Element root, M maneuver)
public static ManeuverLocation parseLocation(org.dom4j.Element root)
public static ManeuverLocation parseLocation(org.dom4j.Element root, java.lang.String locElementName)
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.