XSDNode
in package
AbstractYes
Table of Contents
Constants
- STATUS_EMPTY = 1
- STATUS_ERROR = 4
- STATUS_PROCESSING = 2
- STATUS_SUCCESS = 3
Properties
- $childAnnotationList : mixed
- $childCategoryList : mixed
- $childTypeList : mixed
- $className : mixed
- $documentationNodeList : mixed
- $exampleNode : mixed
- $exampleStatus : mixed
- $id : mixed
- $idNode : mixed
- $isDefaultName : mixed
- $manifestNode : mixed
- $manifestStatus : mixed
- $name : mixed
- $optionList : mixed
- $ownerFile : mixed
- $refNodeList : mixed
- $rootNode : mixed
- $xpath : mixed
Methods
- __construct() : mixed
- getBaseType() : mixed
- getCardinality() : mixed
- getChildList() : mixed
- getClassName() : mixed
- getComplexType() : mixed
- getExampleContent() : mixed
- getExampleNode() : mixed
- getExampleStatus() : mixed
- getExcelNode() : mixed
- getHtmlId() : mixed
- getId() : mixed
- getManifestNode() : mixed
- getMax() : mixed
- getMin() : mixed
- getName() : mixed
- getSchemaTypeList() : mixed
- getSortIndex() : mixed
- hasName() : mixed
- init() : mixed
- isRoot() : mixed
- setIdNode() : mixed
- _addAnnotationNode() : mixed
- _addAnnotationParentNode() : mixed
- _addCategoryNode() : mixed
- _addCategoryParentNode() : mixed
- _addDocumentationNode() : mixed
- _addForeignType() : mixed
- _addGroupName() : mixed
- _addGroupNode() : mixed
- _addGroupParentNode() : mixed
- _addTokenParentNode() : mixed
- _addTypeName() : mixed
- _addTypeNode() : mixed
- _addTypeParentNode() : mixed
- _getCardinality() : mixed
- _getCardinalityPath() : mixed
- _getElementPath() : mixed
- initChildren() : mixed
- initRefNodeList() : mixed
Constants
STATUS_EMPTY
public
mixed
STATUS_EMPTY
= 1
STATUS_ERROR
public
mixed
STATUS_ERROR
= 4
STATUS_PROCESSING
public
mixed
STATUS_PROCESSING
= 2
STATUS_SUCCESS
public
mixed
STATUS_SUCCESS
= 3
Properties
$childAnnotationList
protected
mixed
$childAnnotationList
$childCategoryList
protected
mixed
$childCategoryList
$childTypeList
protected
mixed
$childTypeList
$className
protected
mixed
$className
$documentationNodeList
protected
mixed
$documentationNodeList
$exampleNode
protected
mixed
$exampleNode
$exampleStatus
protected
mixed
$exampleStatus
$id
protected
mixed
$id
$idNode
protected
mixed
$idNode
$isDefaultName
protected
mixed
$isDefaultName
$manifestNode
protected
mixed
$manifestNode
$manifestStatus
protected
mixed
$manifestStatus
$name
protected
mixed
$name
$optionList
protected
mixed
$optionList
$ownerFile
protected
mixed
$ownerFile
$refNodeList
protected
mixed
$refNodeList
$rootNode
protected
mixed
$rootNode
$xpath
protected
mixed
$xpath
Methods
__construct()
public
__construct(XSDFile $file) : mixed
Parameters
- $file : XSDFile
getBaseType()
public
getBaseType() : mixed
getCardinality()
public
getCardinality() : mixed
getChildList()
public
getChildList() : mixed
getClassName()
public
getClassName() : mixed
getComplexType()
public
getComplexType() : mixed
getExampleContent()
public
getExampleContent() : mixed
getExampleNode()
public
getExampleNode(DOMDocument $doc) : mixed
Parameters
- $doc : DOMDocument
getExampleStatus()
public
getExampleStatus() : mixed
getExcelNode()
public
getExcelNode(DOMDocument $doc[, array<string|int, mixed> $xsdStack = array() ]) : mixed
Parameters
- $doc : DOMDocument
- $xsdStack : array<string|int, mixed> = array()
getHtmlId()
public
getHtmlId() : mixed
getId()
public
getId() : mixed
getManifestNode()
public
getManifestNode(DOMDocument $doc, array<string|int, mixed> &$storage) : mixed
Parameters
- $doc : DOMDocument
- $storage : array<string|int, mixed>
getMax()
public
getMax() : mixed
getMin()
public
getMin() : mixed
getName()
public
getName() : mixed
getSchemaTypeList()
public
getSchemaTypeList() : mixed
getSortIndex()
public
getSortIndex() : mixed
hasName()
public
hasName() : mixed
init()
public
init(DOMElement $node) : mixed
Parameters
- $node : DOMElement
isRoot()
public
isRoot() : mixed
setIdNode()
public
setIdNode(DOMElement $node) : mixed
Parameters
- $node : DOMElement
_addAnnotationNode()
protected
_addAnnotationNode(DOMElement $parentNode) : mixed
Parameters
- $parentNode : DOMElement
_addAnnotationParentNode()
protected
_addAnnotationParentNode(DOMElement $parentNode) : mixed
Parameters
- $parentNode : DOMElement
_addCategoryNode()
protected
_addCategoryNode(DOMElement $node) : mixed
Parameters
- $node : DOMElement
_addCategoryParentNode()
protected
_addCategoryParentNode(DOMElement $parentNode) : mixed
Parameters
- $parentNode : DOMElement
_addDocumentationNode()
protected
_addDocumentationNode(DOMElement $parentNode) : mixed
Parameters
- $parentNode : DOMElement
_addForeignType()
protected
_addForeignType(mixed $prefix, mixed $localName) : mixed
Parameters
- $prefix : mixed
- $localName : mixed
_addGroupName()
protected
_addGroupName(mixed $group) : mixed
Parameters
- $group : mixed
_addGroupNode()
protected
_addGroupNode(DOMElement $node) : mixed
Parameters
- $node : DOMElement
_addGroupParentNode()
protected
_addGroupParentNode(DOMElement $parentNode) : mixed
Parameters
- $parentNode : DOMElement
_addTokenParentNode()
protected
_addTokenParentNode(DOMElement $parentNode) : mixed
Parameters
- $parentNode : DOMElement
_addTypeName()
protected
_addTypeName(mixed $type) : mixed
Parameters
- $type : mixed
_addTypeNode()
protected
_addTypeNode(DOMElement $node) : mixed
Parameters
- $node : DOMElement
_addTypeParentNode()
protected
_addTypeParentNode(DOMElement $parentNode) : mixed
Parameters
- $parentNode : DOMElement
_getCardinality()
protected
_getCardinality() : mixed
_getCardinalityPath()
protected
_getCardinalityPath(array<string|int, mixed> $xsdList) : mixed
Parameters
- $xsdList : array<string|int, mixed>
_getElementPath()
protected
_getElementPath(array<string|int, mixed> $xsdList) : mixed
Parameters
- $xsdList : array<string|int, mixed>
initChildren()
protected
initChildren() : mixed
initRefNodeList()
protected
initRefNodeList() : mixed