Home
last modified time | relevance | path

Searched refs:XPathExpression (Results 1 – 25 of 788) sorted by relevance

12345678910>>...32

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXPathExpression.cpp331 XPathExpression::XPathExpression(MemoryManager& theManager) : in XPathExpression() function in XALAN_CPP_NAMESPACE::XPathExpression
345 XPathExpression::~XPathExpression() in ~XPathExpression()
353 XPathExpression::reset() in reset()
362 XPathExpression::shrink() in shrink()
455 XPathExpression::setOpCodeArgs( in setOpCodeArgs()
567 XPathExpression::replaceOpCode( in replaceOpCode()
591 XPathExpression::insertOpCode( in insertOpCode()
777 XPathExpression::dumpOpCodeMap( in dumpOpCodeMap()
793 XPathExpression::dumpOpCodeMap( in dumpOpCodeMap()
807 XPathExpression::dumpTokenQueue( in dumpTokenQueue()
[all …]
H A DXPathProcessorImpl.cpp957 XPathExpression::eOP_OR, in OrExpr()
963 XPathExpression::eOP_OR, in OrExpr()
1011 XPathExpression::eENDOP; in EqualityExpr()
1093 XPathExpression::eENDOP; in RelationalExpr()
1187 XPathExpression::eENDOP; in AdditiveExpr()
1259 XPathExpression::eENDOP; in MultiplicativeExpr()
1508 XPathExpression::eOP_GROUP, in PrimaryExpr()
2329 XPathExpression::eOpCodes axisType = XPathExpression::eENDOP; in Basis()
2391 XPathExpression::eOpCodes
2795 XPathExpression::eOpCodes axisType = XPathExpression::eENDOP; in AbbreviatedNodeTestStep()
[all …]
H A DXPath.cpp329 case XPathExpression::eOP_OR: in executeMore()
333 case XPathExpression::eOP_AND: in executeMore()
345 case XPathExpression::eOP_LTE: in executeMore()
349 case XPathExpression::eOP_LT: in executeMore()
353 case XPathExpression::eOP_GTE: in executeMore()
357 case XPathExpression::eOP_GT: in executeMore()
373 case XPathExpression::eOP_DIV: in executeMore()
377 case XPathExpression::eOP_MOD: in executeMore()
520 case XPathExpression::eOP_OR: in executeMore()
540 case XPathExpression::eOP_LT: in executeMore()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/xpath/
H A DXPathExpAnyTypeTest.java29 import javax.xml.xpath.XPathExpression;
59 XPathExpression exp = xpath.compile("1+1"); in test02()
69 XPathExpression exp = xpath.compile("1+1"); in test03()
79 XPathExpression exp = xpath.compile("boolean(/Customers/Customer[@id=3])"); in test04()
89 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test05()
112 XPathExpression exp = xpath.compile("/Customers/Customer"); in test07()
125 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test08()
135 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test09()
154 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test11()
174 XPathExpression exp = xpath.compile("/Customers/Customer"); in test13()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/xpath/
H A DXPathExpAnyTypeTest.java29 import javax.xml.xpath.XPathExpression;
59 XPathExpression exp = xpath.compile("1+1"); in test02()
69 XPathExpression exp = xpath.compile("1+1"); in test03()
79 XPathExpression exp = xpath.compile("boolean(/Customers/Customer[@id=3])"); in test04()
89 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test05()
112 XPathExpression exp = xpath.compile("/Customers/Customer"); in test07()
125 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test08()
135 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test09()
154 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test11()
174 XPathExpression exp = xpath.compile("/Customers/Customer"); in test13()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/xpath/
H A DXPathExpAnyTypeTest.java29 import javax.xml.xpath.XPathExpression;
59 XPathExpression exp = xpath.compile("1+1"); in test02()
69 XPathExpression exp = xpath.compile("1+1"); in test03()
79 XPathExpression exp = xpath.compile("boolean(/Customers/Customer[@id=3])"); in test04()
89 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test05()
112 XPathExpression exp = xpath.compile("/Customers/Customer"); in test07()
125 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test08()
135 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test09()
154 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test11()
174 XPathExpression exp = xpath.compile("/Customers/Customer"); in test13()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/xpath/
H A DXPathExpAnyTypeTest.java29 import javax.xml.xpath.XPathExpression;
59 XPathExpression exp = xpath.compile("1+1"); in test02()
69 XPathExpression exp = xpath.compile("1+1"); in test03()
79 XPathExpression exp = xpath.compile("boolean(/Customers/Customer[@id=3])"); in test04()
89 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test05()
112 XPathExpression exp = xpath.compile("/Customers/Customer"); in test07()
125 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test08()
135 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test09()
154 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test11()
174 XPathExpression exp = xpath.compile("/Customers/Customer"); in test13()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/xpath/
H A DXPathExpAnyTypeTest.java29 import javax.xml.xpath.XPathExpression;
59 XPathExpression exp = xpath.compile("1+1"); in test02()
69 XPathExpression exp = xpath.compile("1+1"); in test03()
79 XPathExpression exp = xpath.compile("boolean(/Customers/Customer[@id=3])"); in test04()
89 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test05()
112 XPathExpression exp = xpath.compile("/Customers/Customer"); in test07()
125 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test08()
135 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test09()
154 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test11()
174 XPathExpression exp = xpath.compile("/Customers/Customer"); in test13()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/xpath/
H A DXPathExpAnyTypeTest.java29 import javax.xml.xpath.XPathExpression;
59 XPathExpression exp = xpath.compile("1+1"); in test02()
69 XPathExpression exp = xpath.compile("1+1"); in test03()
79 XPathExpression exp = xpath.compile("boolean(/Customers/Customer[@id=3])"); in test04()
89 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test05()
112 XPathExpression exp = xpath.compile("/Customers/Customer"); in test07()
125 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test08()
135 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test09()
154 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test11()
174 XPathExpression exp = xpath.compile("/Customers/Customer"); in test13()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/xpath/
H A DXPathExpAnyTypeTest.java29 import javax.xml.xpath.XPathExpression;
59 XPathExpression exp = xpath.compile("1+1"); in test02()
69 XPathExpression exp = xpath.compile("1+1"); in test03()
79 XPathExpression exp = xpath.compile("boolean(/Customers/Customer[@id=3])"); in test04()
89 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test05()
112 XPathExpression exp = xpath.compile("/Customers/Customer"); in test07()
125 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test08()
135 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test09()
154 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test11()
174 XPathExpression exp = xpath.compile("/Customers/Customer"); in test13()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/xpath/
H A DXPathExpAnyTypeTest.java29 import javax.xml.xpath.XPathExpression;
59 XPathExpression exp = xpath.compile("1+1"); in test02()
69 XPathExpression exp = xpath.compile("1+1"); in test03()
79 XPathExpression exp = xpath.compile("boolean(/Customers/Customer[@id=3])"); in test04()
89 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test05()
112 XPathExpression exp = xpath.compile("/Customers/Customer"); in test07()
125 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test08()
135 XPathExpression exp = xpath.compile("/Customers/Customer[@id=3]"); in test09()
154 XPathExpression exp = xpath.compile("count(/Customers/Customer)"); in test11()
174 XPathExpression exp = xpath.compile("/Customers/Customer"); in test13()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/xml/
H A DXPathExpression.h48 class XPathExpression : public RefCounted<XPathExpression> {
50 static PassRefPtr<XPathExpression> create() { return adoptRef(new XPathExpression); } in create()
51 ~XPathExpression();
53 …static PassRefPtr<XPathExpression> createExpression(const String& expression, XPathNSResolver*, Ex…
57 XPathExpression() { } in XPathExpression() function
H A DXPathExpression.cpp45 PassRefPtr<XPathExpression> XPathExpression::createExpression(const String& expression, XPathNSReso… in createExpression()
47 RefPtr<XPathExpression> expr = XPathExpression::create(); in createExpression()
57 XPathExpression::~XPathExpression() in ~XPathExpression()
62 PassRefPtr<XPathResult> XPathExpression::evaluate(Node* contextNode, unsigned short type, XPathResu… in evaluate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/
H A Dxpath_expression.cc39 XPathExpression::XPathExpression() = default;
41 XPathExpression* XPathExpression::CreateExpression( in CreateExpression()
45 auto* expr = MakeGarbageCollected<XPathExpression>(); in CreateExpression()
56 void XPathExpression::Trace(Visitor* visitor) { in Trace()
61 XPathResult* XPathExpression::evaluate(Node* context_node, in evaluate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/
H A Dxpath_expression.cc39 XPathExpression::XPathExpression() = default;
41 XPathExpression* XPathExpression::CreateExpression( in CreateExpression()
45 auto* expr = MakeGarbageCollected<XPathExpression>(); in CreateExpression()
56 void XPathExpression::Trace(Visitor* visitor) const { in Trace()
61 XPathResult* XPathExpression::evaluate(Node* context_node, in evaluate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/
H A DXPathExpr.cs40 public abstract class XPathExpression class
42 internal XPathExpression() { } in XPathExpression() method in System.Xml.XPath.XPathExpression
50 public abstract XPathExpression Clone(); in Clone()
58 public static XPathExpression Compile(string xpath) in Compile()
63 public static XPathExpression Compile(string xpath, IXmlNamespaceResolver nsResolver) in Compile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/
H A DXPathExpr.cs41 public abstract class XPathExpression { class
42 internal XPathExpression(){} in XPathExpression() method in System.Xml.XPath.XPathExpression
50 public abstract XPathExpression Clone(); in Clone()
58 public static XPathExpression Compile(string xpath) { in Compile()
62 public static XPathExpression Compile(string xpath, IXmlNamespaceResolver nsResolver) { in Compile()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_XPathExpression.rs6 …# [wasm_bindgen (extends = :: js_sys :: Object , js_name = XPathExpression , typescript_type = "XP…
13 pub type XPathExpression; typedef
21 pub fn evaluate(this: &XPathExpression, context_node: &Node) -> Result<XPathResult, JsValue>; in evaluate() argument
30 this: &XPathExpression, in evaluate_with_type() argument
42 this: &XPathExpression, in evaluate_with_type_and_result() argument
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_XPathExpression.rs6 …# [wasm_bindgen (extends = :: js_sys :: Object , js_name = XPathExpression , typescript_type = "XP…
13 pub type XPathExpression; typedef
21 pub fn evaluate(this: &XPathExpression, context_node: &Node) -> Result<XPathResult, JsValue>; in evaluate() argument
30 this: &XPathExpression, in evaluate_with_type() argument
42 this: &XPathExpression, in evaluate_with_type_and_result() argument
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_XPathExpression.rs6 …# [wasm_bindgen (extends = :: js_sys :: Object , js_name = XPathExpression , typescript_type = "XP…
13 pub type XPathExpression; typedef
21 pub fn evaluate(this: &XPathExpression, context_node: &Node) -> Result<XPathResult, JsValue>; in evaluate() argument
30 this: &XPathExpression, in evaluate_with_type() argument
42 this: &XPathExpression, in evaluate_with_type_and_result() argument
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_XPathExpression.rs6 …# [wasm_bindgen (extends = :: js_sys :: Object , js_name = XPathExpression , typescript_type = "XP…
13 pub type XPathExpression; typedef
21 pub fn evaluate(this: &XPathExpression, context_node: &Node) -> Result<XPathResult, JsValue>; in evaluate() argument
30 this: &XPathExpression, in evaluate_with_type() argument
42 this: &XPathExpression, in evaluate_with_type_and_result() argument
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_XPathExpression.rs6 …# [wasm_bindgen (extends = :: js_sys :: Object , js_name = XPathExpression , typescript_type = "XP…
13 pub type XPathExpression; typedef
21 pub fn evaluate(this: &XPathExpression, context_node: &Node) -> Result<XPathResult, JsValue>; in evaluate() argument
30 this: &XPathExpression, in evaluate_with_type() argument
42 this: &XPathExpression, in evaluate_with_type_and_result() argument
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_XPathExpression.rs6 …# [wasm_bindgen (extends = :: js_sys :: Object , js_name = XPathExpression , typescript_type = "XP…
13 pub type XPathExpression; typedef
21 pub fn evaluate(this: &XPathExpression, context_node: &Node) -> Result<XPathResult, JsValue>; in evaluate() argument
30 this: &XPathExpression, in evaluate_with_type() argument
42 this: &XPathExpression, in evaluate_with_type_and_result() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_XPathExpression.rs6 …# [wasm_bindgen (extends = :: js_sys :: Object , js_name = XPathExpression , typescript_type = "XP…
13 pub type XPathExpression; typedef
21 pub fn evaluate(this: &XPathExpression, context_node: &Node) -> Result<XPathResult, JsValue>; in evaluate() argument
30 this: &XPathExpression, in evaluate_with_type() argument
42 this: &XPathExpression, in evaluate_with_type_and_result() argument
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_XPathExpression.rs6 …# [wasm_bindgen (extends = :: js_sys :: Object , js_name = XPathExpression , typescript_type = "XP…
13 pub type XPathExpression; typedef
21 pub fn evaluate(this: &XPathExpression, context_node: &Node) -> Result<XPathResult, JsValue>; in evaluate() argument
30 this: &XPathExpression, in evaluate_with_type() argument
42 this: &XPathExpression, in evaluate_with_type_and_result() argument

12345678910>>...32