aboutsummaryrefslogtreecommitdiffstats
path: root/src/element.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/element.rs')
-rw-r--r--src/element.rs8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/element.rs b/src/element.rs
index 6d2a6b7..d883c04 100644
--- a/src/element.rs
+++ b/src/element.rs
@@ -1,10 +1,14 @@
// elements resemble a final tree, including inherited namespace information
-use std::collections::{HashMap, HashSet};
+use std::{
+ collections::{HashMap, HashSet},
+ convert::Infallible,
+ str::FromStr,
+};
use crate::{
error::Error,
- xml::{self, Attribute},
+ xml::{self, parsers_complete::Parser, Attribute},
};
// when are namespaces names chosen then if they are automatically calculated