Document: ezcDocumentRstToken
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentRstToken
|
Struct for RST document document tokens [
source]
Parents
ezcBaseStruct
|
--ezcDocumentRstToken
Constants
Member Variables
|
public mixed |
$content
Token content |
|
public bool |
$escaped
= false
For text nodes we need an additional identifier, if this text node has been escaped, and though is intentionally freed from any potential special meaning. |
|
public int |
$line
Line of the token in the source file |
|
public int |
$position
Position of the token in its line. |
|
public int |
$type
Token type |
Method Summary
|
public static string |
getTokenName(
$type )
Get token name from type |
Methods
getTokenName
string getTokenName(
int
$type )
Get token name from type
Return a user readable name from the numeric token type.
Parameters
| Name |
Type |
Description |
$type |
int |
|
Last updated: Tue, 23 Mar 2010