wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: libxml-parser-easytree-perl  ]

Pakiet: libxml-parser-easytree-perl (0.01-2)

Odnośniki dla libxml-parser-easytree-perl

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego libxml-parser-easytree-perl:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

easier tree style for XML::Parser

XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to XML::Parser. Like XML::Parser's "Tree" style, setting this style causes the parser to build a lightweight tree structure representing the XML document. This structure is, at least in this author's opinion, easier to work with than the one created by the built-in style.

When the parser is invoked with the EasyTree style, it returns a reference to an array of tree nodes, each of which is a hash reference. All nodes have a 'type' key whose value is the type of the node: 'e' for element nodes, 't' for text nodes, and 'p' for processing instruction nodes. All nodes also have a 'content' key whose value is a reference to an array holding the element's child nodes for element nodes, the string value for text nodes, and the data value for processing instruction nodes. Element nodes also have an 'attrib' key whose value is a reference to a hash of attribute names and values. Processing instructions also have a 'target' key whose value is the PI's target.

Znaczniki: Rozwój oprogramowania: Rozwijanie w języku Perl, Biblioteki, Zaimplementowane w: Perl

Inne pakiety związane z libxml-parser-easytree-perl

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie libxml-parser-easytree-perl

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 7,7 KiB26,0 KiB [lista plików]