Element is the representation of a XML-tag Elment
| Methods | ||
|---|---|---|
public
|
__construct()
|
# |
public
|
getKeyname(): type
|
# |
public
|
getValue(): type
|
# |
public
|
getMandatory(): type
|
# |
public
|
getAllowedvaluelist(): type
|
# |
public
|
getAttributes(): type
|
# |
public
|
getChildren(): type
|
# |
public
|
setKeyname(type $keyname): void
|
# |
public
|
setValue(type $value): void
|
# |
public
|
setKeynameValue(type $keyname, type $value): void
|
# |
public
|
setMandatory(type $mandatory): void
|
# |
public
|
insertAllowedvaluelist(type $allowedvalue): void
|
# |
public
|
insertAttributes(type $attribute): void
|
# |
public
|
insertChild(Element $child): void
|
# |
public
|
copyChildreninNew(array $children, String $retagname): type
|
# |
public
|
changekeynameofChild(Element $child, type $keyname): Element
|
# |
| Properties | |||
|---|---|---|---|
public
|
string
|
$keyname
|
# |
public
|
undefined
|
$value
|
# |
public
|
bool
|
$mandatory
|
# |
public
|
bool
|
$hasattributes
|
# |
public
|
bool
|
$isdepended
|
# |
public
|
bool
|
$isparenttag
|
# |
public
|
array
|
$children
|
# |
public
|
array
|
$allowedvaluelist
|
# |
public
|
array
|
$attributes
|
# |