class DOMCaster

Casts DOM related classes to array representation.

Constants

ERROR_CODES

NODE_TYPES

Methods

static array
castException(DOMException$e,array$a,Stub$stub,bool$isNested)

No description

static array
castLength($dom,array$a,Stub$stub,bool$isNested)

No description

static array
castImplementation(DOMImplementation$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castNode(DOMNode$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castNameSpaceNode(DOMNameSpaceNode$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castDocument(DOMDocument$dom,array$a,Stub$stub,bool$isNested,int$filter =0)

No description

static array
castCharacterData(DOMCharacterData$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castAttr(DOMAttr$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castElement(DOMElement$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castText(DOMText$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castDocumentType(DOMDocumentType$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castNotation(DOMNotation$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castEntity(DOMEntity$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castProcessingInstruction(DOMProcessingInstruction$dom,array$a,Stub$stub,bool$isNested)

No description

static array
castXPath(DOMXPath$dom,array$a,Stub$stub,bool$isNested)

No description

Details

staticarray castException(DOMException$e,array$a,Stub$stub,bool$isNested)

Parameters

DOMException $e
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castLength($dom,array$a,Stub$stub,bool$isNested)

Parameters

$dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castImplementation(DOMImplementation$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMImplementation $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castNode(DOMNode$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMNode $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castNameSpaceNode(DOMNameSpaceNode$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMNameSpaceNode $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castDocument(DOMDocument$dom,array$a,Stub$stub,bool$isNested,int$filter =0)

Parameters

DOMDocument $dom
array $a
Stub $stub
bool $isNested
int $filter

Return Value

array

staticarray castCharacterData(DOMCharacterData$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMCharacterData $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castAttr(DOMAttr$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMAttr $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castElement(DOMElement$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMElement $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castText(DOMText$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMText $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castDocumentType(DOMDocumentType$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMDocumentType $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castNotation(DOMNotation$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMNotation $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castEntity(DOMEntity$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMEntity $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castProcessingInstruction(DOMProcessingInstruction$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMProcessingInstruction $dom
array $a
Stub $stub
bool $isNested

Return Value

array

staticarray castXPath(DOMXPath$dom,array$a,Stub$stub,bool$isNested)

Parameters

DOMXPath $dom
array $a
Stub $stub
bool $isNested

Return Value

array