class DisallowNodeByXPath extends TemplateCheck

Constants

XMLNS_XSL

XSL namespace

Properties

string $query

Methods

void
check(DOMElement $template, Tag $tag)

Test for the presence of an element of given name

__construct(string $query)

Constructor

Details

at line 40
void check(DOMElement $template, Tag $tag)

Test for the presence of an element of given name

Parameters

DOMElement $template

node

Tag $tag

Tag this template belongs to

Return Value

void

at line 28
__construct(string $query)

Constructor

Parameters

string $query

XPath query used for locating nodes