pub fn property_value_debug<RDF>(property: &IriS) -> PropertyValueDebug<RDF>where
RDF: SRDF,
Expand description
Creates a parser that returns the value associated with the current focus node for property
It doesn’t move the current focus node
This method can be used to debug the parser, because it is less efficient as in case that it fails, it shows the neighbourhood of the current node