Method |
Description |
|
__construct ( ) |
|
|
__toString ( ) |
Return the collected selector string |
|
clear ( ) |
Clear the visitor object to visit another selector group |
|
visitEnterSelectorCombinatorChild ( ) : boolean |
|
|
visitEnterSelectorCombinatorDescendant ( ) : boolean |
|
|
visitEnterSelectorCombinatorFollower ( ) : boolean |
|
|
visitEnterSelectorCombinatorNext ( ) : boolean |
|
|
visitEnterSelectorGroup ( ) : 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 ) : boolean |
|
|
visitLeaveSelectorCombinatorChild ( ) : boolean |
|
|
visitLeaveSelectorCombinatorDescendant ( ) : boolean |
|
|
visitLeaveSelectorCombinatorFollower ( ) : boolean |
|
|
visitLeaveSelectorCombinatorNext ( ) : boolean |
|
|
visitLeaveSelectorSequence ( ) : boolean |
|
|
visitLeaveSelectorSimplePseudoClass ( ) : boolean |
|
|
visitSelectorSimpleAttribute ( PhpCss\Ast\Selector\Simple\Attribute $attribute ) : boolean |
|
|
visitSelectorSimpleClassName ( ClassName $class ) : boolean |
|
|
visitSelectorSimpleId ( Id $id ) : boolean |
|
|
visitSelectorSimplePseudoClass ( PseudoClass $class ) : boolean |
|
|
visitSelectorSimplePseudoClassLanguage ( Language $language ) : boolean |
|
|
visitSelectorSimplePseudoClassPosition ( Position $position ) : boolean |
|
|
visitSelectorSimplePseudoElement ( PseudoElement $element ) : boolean |
|
|
visitSelectorSimpleType ( Type $type ) : boolean |
|
|
visitSelectorSimpleUniversal ( Universal $universal ) : boolean |
|
|