minidom: Add NSChoice enum to extent element.is and .has_ns API
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
276dc4fcb2
commit
362ceae922
4 changed files with 62 additions and 8 deletions
|
|
@ -77,5 +77,6 @@ mod tests;
|
|||
|
||||
pub use convert::IntoAttributeValue;
|
||||
pub use element::{Children, ChildrenMut, Element, ElementBuilder};
|
||||
pub use namespace_set::NSChoice;
|
||||
pub use error::{Error, Result};
|
||||
pub use node::Node;
|
||||
|
|
|
|||
Loading…
Reference in a new issue