Searched refs:LocationPath (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathPath.h54 class LocationPath : public Expression { class in namespace:WebCore::XPath
56 LocationPath();
57 virtual ~LocationPath();
75 Path(Filter*, LocationPath*);
84 LocationPath* m_path;
H A DXPathPath.cpp81 LocationPath::LocationPath() function in class:WebCore::XPath::LocationPath
87 LocationPath::~LocationPath()
92 Value LocationPath::evaluate() const
120 void LocationPath::evaluate(NodeSet& nodes) const
159 void LocationPath::appendStep(Step* step)
174 void LocationPath::insertFirstStep(Step* step)
189 Path::Path(Filter* filter, LocationPath* path)
H A DXPathGrammar.y68 LocationPath* locationPath;
89 %type <locationPath> LocationPath
125 LocationPath: label
140 $$ = new LocationPath;
160 $$ = new LocationPath;
422 LocationPath
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DLocationPath.pm1 # $Id: LocationPath.pm,v 1.8 2001/03/16 11:10:08 matt Exp $
3 package XML::XPath::LocationPath;
25 my $string = "<LocationPath>\n";
31 $string .= "</LocationPath>\n";
H A DParser.pm22 use XML::XPath::LocationPath;
395 # PathExpr is LocationPath | FilterExpr | FilterExpr '//?' RelativeLocationPath
399 # LocationPath either starts with "/", "//", ".", ".." or a proper Step.
407 # LocationPath
408 $expr->set_lhs(LocationPath($self, $tokens));
412 $expr->set_lhs(LocationPath($self, $tokens));
415 # Not a LocationPath
420 my $loc_path = XML::XPath::LocationPath->new();
516 sub LocationPath { subroutine
521 my $loc_path = XML::XPath::LocationPath
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dxpathparser.rb182 #LocationPath
186 def LocationPath path, parsed method in class:REXML.Parsers.XPathParser
187 #puts "LocationPath '#{path}'"
539 #| LocationPath
554 rest = LocationPath(rest, n) if rest =~ /\A[\/\.\@\[\w*]/

Completed in 64 milliseconds