Package | Description |
---|---|
com.articulate.sigma |
Provides classes for the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
|
Modifier and Type | Method and Description |
---|---|
SimpleElement |
SimpleElement.getChildByFirstTag(java.lang.String tag) |
SimpleElement |
SimpleDOMParser.parse(java.io.Reader reader) |
protected SimpleElement |
KBmanager.readConfiguration(java.lang.String configDirPath)
Reads an XML configuration file from the directory
configDirPath, and tries to find a configuration file elsewhere
if configDirPath is null.
|
static SimpleElement |
SimpleDOMParser.readFile(java.lang.String filename)
Read the full path of an XML file and returns the SimpleElement
object that corresponds to its parsed format.
|
SimpleElement |
KB.writeConfiguration()
Create the XML configuration element.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SimpleElement> |
SimpleElement.getChildElements() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleElement.addChildElement(SimpleElement element) |