Method |
Description |
|
__toString ( ) |
Return the collected selector string |
|
clear ( ) |
Clear the visitor object to visit another selector group |
|
visitEnterSelectorCombinatorChild ( ) |
|
|
visitEnterSelectorCombinatorDescendant ( ) |
|
|
visitEnterSelectorCombinatorFollower ( ) |
|
|
visitEnterSelectorCombinatorNext ( ) |
|
|
visitEnterSelectorGroup ( Group $group ) : boolean |
Validate the buffer before visiting a Ast\Selector\Group. |
|
visitEnterSelectorSequence ( ) : boolean |
If here is already data in the buffer, add a separator before starting the next. |
|
visitEnterSelectorSimplePseudoClass ( PseudoClass $class ) |
|
|
visitLeaveSelectorSimplePseudoClass ( ) |
|
|
visitSelectorSimpleAttribute ( PhpCss\Ast\Selector\Simple\Attribute $attribute ) |
|
|
visitSelectorSimpleClassName ( ClassName $class ) : boolean |
Output the class selector to the buffer |
|
visitSelectorSimpleId ( Id $id ) : boolean |
Output the class selector to the buffer |
|
visitSelectorSimplePseudoClass ( PseudoClass $class ) |
|
|
visitSelectorSimplePseudoClassLanguage ( Language $language ) |
|
|
visitSelectorSimplePseudoClassPosition ( Position $position ) |
|
|
visitSelectorSimplePseudoElement ( PseudoElement $element ) |
|
|
visitSelectorSimpleType ( Type $type ) : boolean |
Output the type selector to the buffer |
|
visitSelectorSimpleUniversal ( Universal $universal ) : boolean |
Output the universal selector to the buffer |
|