- Companion
- object
Type members
Value members
Concrete methods
Inherited methods
Applies a list of parsers If a parser fails, it continues with the rest of the list
Applies a list of parsers If a parser fails, it continues with the rest of the list
- Returns
the list of successful values that can be parsed
- Inherited from
- RDFParser
Applies a list of parsers
Applies a list of parsers
- Value Params
- ps:
List of parsers. Each parser returns a list of values
- Inherited from
- RDFParser
- Inherited from
- RDFParser
Returns the Decimal literal associated with a predicate p
Returns the Decimal literal associated with a predicate p
- Value Params
- p
predicate
- Returns
An RDFParser that returns the decimal literal associated with that predicate
- Inherited from
- RDFParser
If a parser fails, it continues with the rest of the list
If a parser fails, it continues with the rest of the list
- Returns
the result of the first parser that succeeds of failure
- Inherited from
- RDFParser
Applies a parser over a sequence of nodes
Applies a parser over a sequence of nodes
- Value Params
- nodes
sequence of nodes
- parser
parser
- Inherited from
- RDFParser
Returns true
if the current node does not have a given type
Returns true
if the current node does not have a given type
- Value Params
- t
type to be checked
- Inherited from
- RDFParser
Returns true
if the current node has a given type
Returns true
if the current node has a given type
- Value Params
- t
type to be checked
- Inherited from
- RDFParser
Returns true
if the current node has a type which belong to a given set of types
Returns true
if the current node has a type which belong to a given set of types
- Value Params
- ts
set of types to be checked
- Inherited from
- RDFParser
Obtains an integer literal associated with a predicate in the current node
Obtains an integer literal associated with a predicate in the current node
- Value Params
- p
predicate
- Inherited from
- RDFParser
Parses a list of values. The list must contain at least one value
Parses a list of values. The list must contain at least one value
- Inherited from
- RDFParser
Parses a list of values. The list must contain at least two values
Parses a list of values. The list must contain at least two values
- Inherited from
- RDFParser
RDFParser that retrieves the object associated with current node for a given predicate
RDFParser that retrieves the object associated with current node for a given predicate
Fails if there are more than one object
- Value Params
- p
predicate
- Inherited from
- RDFParser
RDFParser that retrieves the set of iriObjects associated with the current node for a given predicate
RDFParser that retrieves the set of iriObjects associated with the current node for a given predicate
- Value Params
- p
predicate
- Inherited from
- RDFParser
Checks that exactly one of the parsers succeeds on the current node
Checks that exactly one of the parsers succeeds on the current node
- Value Params
- parsers
sequence of parsers
- Inherited from
- RDFParser
An RDF parser that parses a value of type a
if possible
An RDF parser that parses a value of type a
if possible
- Inherited from
- RDFParser
- Inherited from
- RDFParser
A parser of the RDF List associated with the current node
A parser of the RDF List associated with the current node
Fails if there are more than one iriObjects associated with rdf_first
or rdf_rest
- Inherited from
- RDFParser
Obtains the RDF list associated with a predicate for the current node
Obtains the RDF list associated with a predicate for the current node
- Value Params
- p
predicate
- Inherited from
- RDFParser
Obtains the RDF list associated with a predicate for the current node If there is no value, returns the empty list
Obtains the RDF list associated with a predicate for the current node If there is no value, returns the empty list
- Value Params
- p
predicate
- Inherited from
- RDFParser
Returns a parser that obtains the type associated with the current node
Returns a parser that obtains the type associated with the current node
Fails if there are more than one type associated
- Inherited from
- RDFParser
Returns a parser that obtains the set of types associated with the current node
Returns a parser that obtains the set of types associated with the current node
- Inherited from
- RDFParser
Checks if some of the parsers pass and returns the corresponding value
Checks if some of the parsers pass and returns the corresponding value
- Value Params
- ps
sequence of parsers
- Inherited from
- RDFParser