summaryrefslogtreecommitdiff
path: root/src/reference_tree.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/reference_tree.mli')
-rw-r--r--src/reference_tree.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli
index 9d512db..2c2a03d 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -38,6 +38,8 @@ val default : t
val load_from_xml : t -> string -> t
+val find_xml_child : string -> Xml_light_types.xml -> Xml_light_types.xml option
+
val validate_path : string -> t -> string list -> string list * string option
val is_multi : t -> string list -> bool