|
Geo::GDAL
2.1
|
Public Member Functions | |
| public method | new (scalar string) |
| public method | serialize () |
| public method | traverse (coderef subroutine) |
| public method Geo::GDAL::XML::new | ( | scalar | string | ) |
Object method.
| string | String containing XML. |
Code:
| public method Geo::GDAL::XML::serialize | ( | ) |
| public method Geo::GDAL::XML::traverse | ( | coderef | subroutine | ) |
Object method.
| subroutine | Code reference, which will be called for each node in the XML with parameters: node, node_type, node_value. Node type is either Attribute, Comment, Element, Literal, or Text. |
Code: