void closeClass(
$class, [
$multidoc = false]
)
|
|
Parameters:
void openClass(
array
$class, [object
$obj = null]
)
|
|
this function is used when an object like an entry is encountered during the XML parsing.
Parameters:
|
array |
$class: |
an array with the name and the title of the class |
|
object |
$obj: |
by default null, the object corresponding |
void processCharacterStyles(
object
$obj, string
$data
)
|
|
process the encountered character styles.
Parameters:
|
object |
$obj: |
the corresponding to the character style |
|
string |
$data: |
the data which use this character style |
void processData(
string
$data
)
|
|
process the data
Parameters:
|
string |
$data: |
the data encountered |
void processEntryTypes(
object
$obj, string
$data
)
|
|
process the differents entry fields of the entity, constructing the table and adding information on the entry.
Parameters:
|
object |
$obj: |
the corresponding entry object |
|
string |
$data: |
the data of this field |
void processInternalStyles(
object
$obj, string
$data
)
|
|
process the encountered internal styles.
Parameters:
|
object |
$obj: |
the corresponding to the internal style |
|
string |
$data: |
the data which use this internal style |
void processPersonTypes(
object
$obj, string
$data
)
|
|
process the differents persons fields of the entity, constructing the table and adding information on the person.
Parameters:
|
object |
$obj: |
the corresponding person object |
|
string |
$data: |
the data of this field |
void processTableFields(
object
$obj, string
$data
)
|
|
process the differents tablefieds of the entity, constructing the table and adding information on the field.
Parameters:
|
object |
$obj: |
the corresponding field object |
|
string |
$data: |
the data of this field |
void unknownCharacterStyle(
string
$style, string
$data
)
|
|
process when an unknow character style is encountered
Parameters:
|
string |
$style: |
the name of the unknown style |
|
string |
$data: |
the data contained in this style |
void unknownParagraphStyle(
string
$style, string
$data
)
|
|
process when an unknow paragraph style is encountered
Parameters:
|
string |
$style: |
the name of the unknown style |
|
string |
$data: |
the data contained in this style |