public class XmlObjectConfigurationReader extends Object
Constructor and Description |
---|
XmlObjectConfigurationReader(org.apache.xmlbeans.XmlObject config) |
Modifier and Type | Method and Description |
---|---|
boolean |
readBoolean(String name,
boolean def) |
float |
readFloat(String name,
float def) |
int |
readInt(String name,
int def) |
long |
readLong(String name,
int def) |
String |
readString(String name,
String def) |
String[] |
readStrings(String name) |
public XmlObjectConfigurationReader(org.apache.xmlbeans.XmlObject config)
Copyright © 2019. All Rights Reserved.