Property | Type | Description | |
---|---|---|---|
$armor | Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError" | ||
$carryover | |||
$col | Column of line node was on in source document. Null if unknown. | ||
$line | Line number node was on in source document. Null if unknown. | ||
$rewind | |||
$skip | Used during MakeWellFormed. |
Method | Description | |
---|---|---|
__get ( string $n ) : null | string | ||
position ( integer $l = null, integer $c = null ) | Sets the position of the token in the source document. | |
rawPosition ( integer $l, integer $c ) | Convenience function for DirectLex settings line/col position. | |
toNode ( ) | Converts a token into its corresponding node. |
public rawPosition ( integer $l, integer $c ) | ||
$l | integer | |
$c | integer |
abstract public toNode ( ) |
public $armor |