1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
MANIFEST
Makefile.PL
TODO
README
XPath.pm
XPath/XMLParser.pm
XPath/Parser.pm
XPath/Expr.pm
XPath/Function.pm
XPath/Literal.pm
XPath/LocationPath.pm
XPath/Number.pm
XPath/Node.pm
XPath/Node/Element.pm
XPath/Node/Attribute.pm
XPath/Node/Text.pm
XPath/Node/Namespace.pm
XPath/Node/PI.pm
XPath/Node/Comment.pm
XPath/Step.pm
XPath/Variable.pm
XPath/NodeSet.pm
XPath/Boolean.pm
XPath/Root.pm
XPath/PerlSAX.pm
XPath/Builder.pm
t/01basic.t
t/02descendant.t
t/03star.t
t/04pos.t
t/05attrib.t
t/06attrib_val.t
t/07count.t
t/08name.t
t/09string_length.t
t/09a_string_length.t
t/10pipe.t
t/11axischild.t
t/12axisdescendant.t
t/13axisparent.t
t/14axisancestor.t
t/15axisfol_sib.t
t/16axisprec_sib.t
t/17axisfollowing.t
t/18axispreceding.t
t/19axisd_or_s.t
t/20axisa_or_s.t
t/21allnodes.t
t/22name_select.t
t/23func.t
t/24namespaces.t
t/25scope.t
t/26predicate.t
t/27asxml.t
t/28ancestor2.t
t/29desc_with_predicate.t
t/30lang.t
t/rdf.t
t/remove.t
t/insert.t
t/stress.t
examples/test.xml
examples/xpath
|