Methods | ||
---|---|---|
public
|
CreateElement(string $sName, string $sValue = null)
|
# |
public
|
ParseFromString(string $sXmlText): bool
|
# |
public
|
ToString(bool $bSplitLines = false): string
|
# |
public
|
LoadFromFile(string $sFileName): bool
|
# |
public
|
SaveToFile(string $sFileName): bool
|
# |
public
|
GetParamValueByName(string $sName): string
|
# |
public
|
GetParamTagValueByName(string $sName): string
|
# |
public
|
_startElement(object $oParser, string $sName, array $aAttributes)
|
# |
public
|
_endElement()
|
# |
public
|
_charData(object $oParser, string $sText)
|
# |
public
|
_nullFunction(): bool
|
# |
Properties | |||
---|---|---|---|
public
|
Node
|
$XmlRoot = null
|
# |