Documentation

XSDCategory extends XSDNode
in package

Table of Contents

Constants

STATUS_EMPTY  = 1
STATUS_ERROR  = 4
STATUS_PROCESSING  = 2
STATUS_SUCCESS  = 3

Properties

$childAnnotationList  : mixed
$childCategoryList  : mixed
$childElementList  : 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

$childElementList

protected mixed $childElementList = array()

$childTypeList

protected mixed $childTypeList

$className

protected mixed $className

$documentationNodeList

protected mixed $documentationNodeList

$exampleNode

protected mixed $exampleNode

$exampleStatus

protected mixed $exampleStatus

$isDefaultName

protected mixed $isDefaultName

$manifestNode

protected mixed $manifestNode

$manifestStatus

protected mixed $manifestStatus

$optionList

protected mixed $optionList

$ownerFile

protected mixed $ownerFile

$refNodeList

protected mixed $refNodeList

Methods

getBaseType()

public getBaseType() : mixed

getCardinality()

public getCardinality() : 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

getManifestNode()

public getManifestNode(DOMDocument $doc, array<string|int, mixed> &$storage) : mixed
Parameters
$doc : DOMDocument
$storage : array<string|int, mixed>

getSchemaTypeList()

public getSchemaTypeList() : mixed

getSortIndex()

public getSortIndex() : mixed

init()

public init(DOMElement $node) : mixed
Parameters
$node : DOMElement

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>

initRefNodeList()

protected initRefNodeList() : mixed

        
On this page

Search results