pub struct Query { /* private fields */ }Implementations§
Source§impl Query
impl Query
pub fn parse(source: &str) -> XmlResult<Self>
pub fn evaluate(&self, document: &Document) -> XmlResult<QueryResult>
pub fn evaluate_with_context( &self, document: &Document, namespaces: &NamespaceContext, ) -> XmlResult<QueryResult>
pub fn evaluate_with_options( &self, document: &Document, namespaces: &NamespaceContext, security: &QuerySecurityConfig, ) -> XmlResult<QueryResult>
pub fn source(&self) -> &str
Trait Implementations§
impl Eq for Query
impl StructuralPartialEq for Query
Auto Trait Implementations§
impl Freeze for Query
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnsafeUnpin for Query
impl UnwindSafe for Query
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more