class TransformType

Class representing TransformType

XSD Type: TransformType

Methods

string
getAlgorithm()

Gets as algorithm

setAlgorithm(string $algorithm)

Sets a new algorithm

addToXPath(string $xPath)

Adds as xPath

boolean
issetXPath(scalar $index)

isset xPath

void
unsetXPath(scalar $index)

unset xPath

string[]
getXPath()

Gets as xPath

setXPath(array $xPath)

Sets a new xPath

Details

at line 29
string getAlgorithm()

Gets as algorithm

Return Value

string

at line 40
TransformType setAlgorithm(string $algorithm)

Sets a new algorithm

Parameters

string $algorithm

Return Value

TransformType

at line 52
TransformType addToXPath(string $xPath)

Adds as xPath

Parameters

string $xPath

Return Value

TransformType

at line 64
boolean issetXPath(scalar $index)

isset xPath

Parameters

scalar $index

Return Value

boolean

at line 75
void unsetXPath(scalar $index)

unset xPath

Parameters

scalar $index

Return Value

void

at line 85
string[] getXPath()

Gets as xPath

Return Value

string[]

at line 96
TransformType setXPath(array $xPath)

Sets a new xPath

Parameters

array $xPath

Return Value

TransformType