Methods | ||
---|---|---|
public
|
__construct(
string $sTagName,
string $sValue = null,
bool $bIsCDATA = false,
bool $bIsSimpleCharsCode = false,
string $sNodeComment = '',
)
|
# |
public
|
AppendChild(CXmlDomNode &$oNode)
|
# |
public
|
PrependChild(CXmlDomNode &$oNode)
|
# |
public
|
AppendAttribute(string $sName, string $sValue)
|
# |
public
&
|
GetChildNodeByTagName(string $sTagName)
|
# |
public
|
GetChildValueByTagName(string $sTagName): string
|
# |
public
|
ToString(bool $bSplitLines = false): string
|
# |
public
|
GetAttribute(string $sName, string $sDefault = null): string
|
# |
Properties | |||
---|---|---|---|
public
|
string
|
$TagName
|
# |
public
|
string
|
$Value
|
# |
public
|
string
|
$Comment
|
# |
public
|
array
|
$Attributes
|
# |
public
|
array
|
$Children
|
# |