Table of Contents
Properties
-
$attributesQualified
: mixed
-
$doc
: mixed
-
$elementsQualified
: mixed
-
$file
: mixed
-
$schemaNS
: mixed
-
$schemaPrefix
: mixed
-
$schemaQuery
: mixed
-
$targetNS
: mixed
-
$targetPrefix
: mixed
-
$targetQuery
: mixed
-
$xpath
: mixed
-
$xsdList
: mixed
Methods
-
__construct()
: mixed
-
asExcel()
: mixed
-
asManifest()
: mixed
-
asNode()
: mixed
-
createTargetAttribute()
: mixed
-
createTargetElement()
: mixed
-
createXSDAnnotation()
: mixed
-
createXSDAttribute()
: mixed
-
createXSDCategory()
: mixed
-
createXSDElement()
: mixed
-
createXSDGroup()
: mixed
-
createXSDType()
: mixed
-
getElementByName()
: mixed
-
getExampleDocument()
: mixed
-
getIdByNode()
: mixed
-
getSchemaNS()
: mixed
-
getSchemaQuery()
: mixed
-
getTargetNS()
: mixed
-
getXPath()
: mixed
-
xpathEvaluate()
: mixed
$attributesQualified
protected
mixed
$attributesQualified
$doc
protected
mixed
$doc
$elementsQualified
protected
mixed
$elementsQualified
$file
protected
mixed
$file
$schemaNS
protected
mixed
$schemaNS
$schemaPrefix
protected
mixed
$schemaPrefix
$schemaQuery
protected
mixed
$schemaQuery
$targetNS
protected
mixed
$targetNS
$targetPrefix
protected
mixed
$targetPrefix
$targetQuery
protected
mixed
$targetQuery
$xpath
protected
mixed
$xpath
$xsdList
protected
mixed
$xsdList
__construct()
public
__construct(mixed $file) : mixed
Parameters
-
$file
: mixed
-
asExcel()
public
asExcel() : mixed
asManifest()
public
asManifest([DOMDocument $targetDoc = null ]) : mixed
Parameters
-
$targetDoc
: DOMDocument
= null
-
asNode()
public
asNode(DOMDocument $doc) : mixed
Parameters
-
$doc
: DOMDocument
-
createTargetAttribute()
public
createTargetAttribute(DOMDocument $doc, mixed $name[, mixed $value = null ]) : mixed
Parameters
-
$doc
: DOMDocument
-
-
$name
: mixed
-
-
$value
: mixed
= null
-
createTargetElement()
public
createTargetElement(DOMDocument $doc, mixed $name) : mixed
Parameters
-
$doc
: DOMDocument
-
-
$name
: mixed
-
createXSDAnnotation()
public
createXSDAnnotation(DOMElement $node) : mixed
Parameters
-
$node
: DOMElement
-
createXSDAttribute()
public
createXSDAttribute(DOMElement $node) : mixed
Parameters
-
$node
: DOMElement
-
createXSDCategory()
public
createXSDCategory(DOMElement $node) : mixed
Parameters
-
$node
: DOMElement
-
createXSDElement()
public
createXSDElement(DOMElement $node) : mixed
Parameters
-
$node
: DOMElement
-
createXSDGroup()
public
createXSDGroup(DOMElement $node) : mixed
Parameters
-
$node
: DOMElement
-
createXSDType()
public
createXSDType(DOMElement $node) : mixed
Parameters
-
$node
: DOMElement
-
getElementByName()
public
getElementByName(mixed $name) : mixed
Parameters
-
$name
: mixed
-
getExampleDocument()
public
getExampleDocument(XSDElement $xsd) : mixed
Parameters
-
$xsd
: XSDElement
-
getIdByNode()
public
getIdByNode(DOMElement $node, mixed $className) : mixed
Parameters
-
$node
: DOMElement
-
-
$className
: mixed
-
getSchemaNS()
public
getSchemaNS() : mixed
getSchemaQuery()
public
getSchemaQuery() : mixed
getTargetNS()
public
getTargetNS() : mixed
getXPath()
public
getXPath() : mixed
xpathEvaluate()
public
xpathEvaluate(mixed $query[, DOMNode $contextNode = null ]) : mixed
Parameters
-
$query
: mixed
-
-
$contextNode
: DOMNode
= null
-