XmlStructure
Table of Contents
Properties
-
$xml
: DOMDocument|DOMNode
Methods
-
__construct()
: mixed
-
matchElement()
: DOMElement
-
matchesXpath()
: mixed
-
matchXmlStructure()
: bool
-
matchForNode()
: mixed
$xml
protected
DOMDocument|DOMNode
$xml
__construct()
public
__construct(mixed $xml) : mixed
Parameters
-
$xml
: mixed
-
matchElement()
public
matchElement(mixed $cssOrXPath) : DOMElement
Parameters
-
$cssOrXPath
: mixed
-
matchesXpath()
public
matchesXpath(mixed $xpath) : mixed
Parameters
-
$xpath
: mixed
-
matchXmlStructure()
public
matchXmlStructure(mixed $xml) : bool
Parameters
-
$xml
: mixed
-
matchForNode()
protected
matchForNode(mixed $schema, mixed $xml) : mixed
Parameters
-
$schema
: mixed
-
-
$xml
: mixed
-