CWIS Developer Documentation
|
Public Member Functions | |
__construct ($StartingIndentLevel=0, $IndentSize=4) | |
AddElement ($Name=SCOUTXMLSTREAMNULLVALUE, $Content=SCOUTXMLSTREAMNULLVALUE, $Attributes=SCOUTXMLSTREAMNULLVALUE) | |
OpenElement ($Name, $Attributes=SCOUTXMLSTREAMNULLVALUE) | |
CloseElement () | |
GetContent () | |
ClearContent () | |
IndentLevel ($NewIndentLevel=NULL) | |
IndentSize ($NewIndentSize=NULL) | |
Public Attributes | |
$CurrentIndentLevel | |
$CurrentIndentSize | |
$OpenTagStack | |
$Stream | |
Definition at line 31 of file XMLStream.php.
XMLStream::__construct | ( | $StartingIndentLevel = 0 , |
|
$IndentSize = 4 |
|||
) |
Definition at line 36 of file XMLStream.php.
XMLStream::AddElement | ( | $Name = SCOUTXMLSTREAMNULLVALUE , |
|
$Content = SCOUTXMLSTREAMNULLVALUE , |
|||
$Attributes = SCOUTXMLSTREAMNULLVALUE |
|||
) |
Definition at line 50 of file XMLStream.php.
References SCOUTXMLSTREAMNULLVALUE.
Referenced by CloseElement(), and OpenElement().
XMLStream::ClearContent | ( | ) |
Definition at line 136 of file XMLStream.php.
XMLStream::CloseElement | ( | ) |
Definition at line 124 of file XMLStream.php.
References AddElement().
XMLStream::GetContent | ( | ) |
Definition at line 130 of file XMLStream.php.
References $Stream.
XMLStream::IndentLevel | ( | $NewIndentLevel = NULL | ) |
Definition at line 142 of file XMLStream.php.
References $CurrentIndentLevel.
XMLStream::IndentSize | ( | $NewIndentSize = NULL | ) |
Definition at line 156 of file XMLStream.php.
References $CurrentIndentSize.
XMLStream::OpenElement | ( | $Name, | |
$Attributes = SCOUTXMLSTREAMNULLVALUE |
|||
) |
Definition at line 118 of file XMLStream.php.
References AddElement(), and SCOUTXMLSTREAMNULLVALUE.
XMLStream::$CurrentIndentLevel |
Definition at line 172 of file XMLStream.php.
Referenced by IndentLevel().
XMLStream::$CurrentIndentSize |
Definition at line 173 of file XMLStream.php.
Referenced by IndentSize().
XMLStream::$OpenTagStack |
Definition at line 174 of file XMLStream.php.
XMLStream::$Stream |
Definition at line 175 of file XMLStream.php.
Referenced by GetContent().