java.lang.Object
com.stream_pi.util.xmlconfighelper.XMLConfigHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
doesElementExist(Document document, String nameOfElement)
static boolean
doesElementExist(Element parent, String nameOfElement)
static boolean
getBooleanProperty(Element parentElement, String propertyName)
static boolean
getBooleanProperty(Element parentElement, String propertyName, boolean ifNotPresent)
static boolean
getBooleanProperty(Element parentElement, String propertyName, boolean ifNotPresent, boolean printStackTrace)
static boolean
getBooleanProperty(Element parentElement, String propertyName, boolean ifNotPresent, boolean printStackTrace, boolean createNewIfDoesntExist, Document document, File file)
static double
getDoubleProperty(Element parentElement, String propertyName)
static double
getDoubleProperty(Element parentElement, String propertyName, double ifNotPresent)
static double
getDoubleProperty(Element parentElement, String propertyName, double ifNotPresent, boolean printStackTrace)
static double
getDoubleProperty(Element parentElement, String propertyName, double ifNotPresent, boolean printStackTrace, boolean createNewIfDoesntExist, Document document, File file)
static int
getIntProperty(Element parentElement, String propertyName)
static int
getIntProperty(Element parentElement, String propertyName, int ifNotPresent, boolean printStackTrace)
static int
getIntProperty(Element parentElement, String propertyName, int ifNotPresent, boolean printStackTrace, boolean createNewIfDoesntExist, Document document, File file)
static String
getProperty(Element parentElement, String propertyName, boolean createNewIfDoesntExist, Document document, File file)
static String
getStringProperty(Element parentElement, String propertyName)
static String
getStringProperty(Element parentElement, String propertyName, String ifNotPresent)
static String
getStringProperty(Element parentElement, String propertyName, String ifNotPresent, boolean printStackTrace)
static String
getStringProperty(Element parentElement, String propertyName, String ifNotPresent, boolean printStackTrace, boolean createNewIfDoesntExist, Document document, File file)
static void
removeChilds(Node node)
static void
-
Constructor Details
-
XMLConfigHelper
public XMLConfigHelper()
-
-
Method Details
-
getStringProperty
public static String getStringProperty(Element parentElement, String propertyName) throws Exception- Throws:
Exception
-
getIntProperty
- Throws:
Exception
-
getDoubleProperty
public static double getDoubleProperty(Element parentElement, String propertyName) throws Exception- Throws:
Exception
-
getBooleanProperty
public static boolean getBooleanProperty(Element parentElement, String propertyName) throws Exception- Throws:
Exception
-
getProperty
public static String getProperty(Element parentElement, String propertyName, boolean createNewIfDoesntExist, Document document, File file) throws Exception- Throws:
Exception
-
save
- Throws:
Exception
-
getStringProperty
-
getStringProperty
-
removeChilds
-
getIntProperty
-
getIntProperty
-
getDoubleProperty
-
getDoubleProperty
-
getDoubleProperty
-
getStringProperty
-
getBooleanProperty
-
getBooleanProperty
-
getBooleanProperty
-
doesElementExist
-
doesElementExist
-