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:
Maxime “pep” Buquet 2019-11-09 01:26:48 +01:00
commit 362ceae922
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
4 changed files with 62 additions and 8 deletions

View file

@ -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;