Geo::GDAL
2.4
|
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. |
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. |