Aranea::XML::Aranea
- object representing the Aranea XML object
|
Given an XML input stream, this object parses the input stream into a data structure, and knows how to write the data structure out.
new([$filename])
$filename
. To read XML from
stdin
:
|
request_list([$request_list])
RequestList
object, which corresponds the <request_list>
) or the
Aranea XML object.
page_list([$page_list])
PageList
object, which corresponds the <page_list>
) or the
Aranea XML object.
candidate_list([$candidate_list])
CandidateList
object, which
corresponds the <candidate_list>
) or the Aranea XML
object.
insert_pipeline_tag($id)
ID
keyword from the
calling program.
write_xml([$filename])
STDOUT
. If passed
an optional arugment, the XML will be written to a file.
|