MDB2_Schema
[ class tree: MDB2_Schema ] [ index: MDB2_Schema ] [ all elements ]

Class: MDB2_Schema_Parser

Source Location: /MDB2_Schema-0.6.0/MDB2/Schema/Parser.php

Class Overview

XML_Parser
   |
   --MDB2_Schema_Parser

Parses an XML schema file


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 62]
Parses an XML schema file


[ Top ]


Class Variables

$count =  0

[line 67]


Type:   mixed


[ Top ]

$database_definition = array()

[line 64]


Type:   mixed


[ Top ]

$element =  ''

[line 66]


Type:   mixed


[ Top ]

$elements = array()

[line 65]


Type:   mixed


[ Top ]

$error =

[line 81]


Type:   mixed


[ Top ]

$fail_on_invalid_names =  true

[line 82]


Type:   mixed


[ Top ]

$field = array()

[line 70]


Type:   mixed


[ Top ]

$field_name =  ''

[line 71]


Type:   mixed


[ Top ]

$force_defaults =  true

[line 85]


Type:   mixed


[ Top ]

$index = array()

[line 75]


Type:   mixed


[ Top ]

$index_name =  ''

[line 76]


Type:   mixed


[ Top ]

$init = array()

[line 72]


Type:   mixed


[ Top ]

$init_name =  ''

[line 73]


Type:   mixed


[ Top ]

$init_value =  ''

[line 74]


Type:   mixed


[ Top ]

$seq = array()

[line 79]


Type:   mixed


[ Top ]

$seq_name =  ''

[line 80]


Type:   mixed


[ Top ]

$structure =  false

[line 83]


Type:   mixed


[ Top ]

$table = array()

[line 68]


Type:   mixed


[ Top ]

$table_name =  ''

[line 69]


Type:   mixed


[ Top ]

$valid_types = array()

[line 84]


Type:   mixed


[ Top ]

$variables = array()

[line 78]


Type:   mixed


[ Top ]

$var_mode =  false

[line 77]


Type:   mixed


[ Top ]



Method Detail

MDB2_Schema_Parser (Constructor)   [line 106]

MDB2_Schema_Parser MDB2_Schema_Parser( mixed $variables, [mixed $fail_on_invalid_names = true], [mixed $structure = false], [mixed $valid_types = array()], [mixed $force_defaults = true])


[ Top ]

cdataHandler   [line 593]

void cdataHandler( mixed $xp, mixed $data)


[ Top ]

endHandler   [line 155]

void endHandler( mixed $xp, mixed $element)


[ Top ]

isBoolean   [line 560]

void isBoolean( mixed &$value)


[ Top ]

raiseError   [line 532]

void &raiseError( [mixed $msg = null], [mixed $ecode = 0], [mixed $xp = null])


[ Top ]

startHandler   [line 111]

void startHandler( mixed $xp, mixed $element, mixed $attribs)


[ Top ]

validateFieldValue   [line 453]

void validateFieldValue( mixed $field_name, mixed &$field_value, mixed &$xp)


[ Top ]


Documentation generated on Sun, 23 Jul 2006 03:42:30 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.