KIWIXMLDataBase Info


Public methods


getXMLElement

Must be implemented in each child

Defined on line: 78

new

Create KIWIXMLDataBase object

Defined on line: 34

p_addElement

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

Defined on line: 97

Called in

p_areKeywordArgsValid

Verify the keyword arguments

Defined on line: 120

Called in

p_areKeywordBooleanValuesValid

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

Defined on line: 146

Called in

p_containsNoWhiteSpace

Verify that the given data contains no whitspace

Defined on line: 173

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: 206

Called in

p_initializeBoolMembers

Initialize any members that hold boolean values

Defined on line: 228

Called in

p_isInitHashRef

Verify that the given argument is a hashref

Defined on line: 248

Called in

p_isValidBoolValue

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

Defined on line: 267

Called in

p_setBooleanValue

Generic code to set the given boolean attribute on the object

Defined on line: 283

Called in