PHP Class Jade\Compiler\TagVisitor

Inheritance: extends Jade\Compiler\Visitor
Show file Open project: kylekatarnls/jade-php

Protected Methods

Method Description
compileTag ( Jade\Nodes\Tag $tag )
initTagName ( Jade\Nodes\Tag $tag )
trimLastLine ( )
visitTag ( Jade\Nodes\Tag $tag )
visitTagAttributes ( Jade\Nodes\Tag $tag, $newLinePrettyPrint, $close = '>' )
visitTagContents ( Jade\Nodes\Tag $tag )

Method Details

compileTag() protected method

protected compileTag ( Jade\Nodes\Tag $tag )
$tag Jade\Nodes\Tag

initTagName() protected method

protected initTagName ( Jade\Nodes\Tag $tag )
$tag Jade\Nodes\Tag

trimLastLine() protected method

protected trimLastLine ( )

visitTag() protected method

protected visitTag ( Jade\Nodes\Tag $tag )
$tag Jade\Nodes\Tag

visitTagAttributes() protected method

protected visitTagAttributes ( Jade\Nodes\Tag $tag, $newLinePrettyPrint, $close = '>' )
$tag Jade\Nodes\Tag

visitTagContents() protected method

protected visitTagContents ( Jade\Nodes\Tag $tag )
$tag Jade\Nodes\Tag