public class INI extends XMLInfo
Constructor and Description |
---|
INI(java.lang.String devId)
Construct an INI object.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
getSections()
Get all the sections in the INI object.
|
getDevice, getDeviceId, getParserError, getTime, parse
getAttribute, getChildElement, getChildren, getChildText, getTagName, getText, getXMLText, load
public INI(java.lang.String devId)
devId
- Device Id.public java.util.Enumeration getSections()
java.util.Enumeration
of all sections (INISection).INISection