KIWIXMLDataBase Info


Public methods


getXMLElement

Must be implemented in each child

Defined on line: 87

new

Create KIWIXMLDataBase object

Defined on line: 41

p_addElement

Add an element with the given name and value to the given parent

Defined on line: 106

Called in

p_areKeywordArgsValid

Verify the keyword arguments

Defined on line: 129

Called in

p_areKeywordBooleanValuesValid

Verify that the values given for booleans are recognized. Takes a ref to a hashref

Defined on line: 155

Called in

p_containsNoWhiteSpace

Verify that the given data contains no whitspace

Defined on line: 182

Called in

p_hasInitArg

Verify that the argument is defined, error if not. Used for classes that must be initialized for proper construction.

Defined on line: 215

Called in

p_initializeBoolMembers

Initialize any members that hold boolean values

Defined on line: 237

Called in

p_isInitHashRef

Verify that the given argument is a hashref

Defined on line: 257

Called in

p_isValidBoolValue

Verify that the given boolean is a recognized value true, false, or undef (undef maps to false)

Defined on line: 276

Called in

p_setBooleanValue

Generic code to set the given boolean attribute on the object

Defined on line: 292

Called in