Constructor & Destructor Documentation
Member Function Documentation
Basic output of the document
- Returns:
- string
static getNodeListContent |
( |
$ |
nodeList, |
|
|
$ |
tags_to_keep = null , |
|
|
$ |
attributes_to_keep = null , |
|
|
$ |
childs_to_skip = null |
|
) |
| [static] |
Get a textual representation of a XML node (possibly keeping some predefined TAGS and ATTRIBUTES)
- Parameters:
-
DOMNodeList | $nodeList | |
| string[] | $tags_to_keep A list of tags to be kept (for other tags, only the text content will be kept) |
| string[] | $attributes_to_keep A list of attributes to be kept (other attributes will be discarded) |
| string[] | $childs_to_skip A list of tag names that will be totally skipped (no tag, no content) |
Load XML from a file
- Parameters:
-
- Returns:
- boolean
Load XML from a string
- Parameters:
-
- Returns:
- boolean
Parse the loaded NITF document
- Returns:
- boolean
Dumps the internal XML tree back into a file
- Parameters:
-
- Returns:
- boolean
Dumps the internal XML tree back into a string
- Returns:
- string
Field Documentation
$docdata_copyright_holder = null |
$docdata_copyright_year = null |
$docdata_date_issue = null |
$pubdata_item_length = null |
$pubdata_position_section = null |
$pubdata_unit_of_measure = null |
The documentation for this class was generated from the following file: