mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Moves xpath interfaces into script/dom/xpath/ module from script/dom/. Testing: Just a refactor. Fixes: Part of #38901 Signed-off-by: Jayanta Pradhan <pradhanjayanta91@gmail.com>
7 lines
297 B
Rust
7 lines
297 B
Rust
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
|
pub(crate) mod xpathevaluator;
|
|
pub(crate) mod xpathexpression;
|
|
pub(crate) mod xpathresult;
|