Ft.Rdf.Parsers.Versa

Package Contents

BooleanExpressions  Literals  ResourceExpressions  VersaParser 
Context  MessageSource  Traversal  VersaParserc 
CoreFunctions  NamedExpressions  Util   
DataTypes  Optimizer  Variables   

Modules

parser       

Classes

class CompiletimeException(Ft.FtException)
__init__(self, errorCode, *args)

Data and other non-method functions defined here:

INTERNAL = 1
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
PROCESSING = 3
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
SYNTAX = 2
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
__doc__ = None
__module__ = 'Ft.Rdf.Parsers.Versa'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class Constants

Data and other non-method functions defined here:

SORT_ASCENDING = u'http://rdfinference.org/versa/0/2/sort/ascending'
SORT_DESCENDING = u'http://rdfinference.org/versa/0/2/sort/descending'
SORT_NUMBER = u'http://rdfinference.org/versa/0/2/sort/number'
SORT_STRING = u'http://rdfinference.org/versa/0/2/sort/string'
TRAVERSE_ANY = u'http://rdfinference.org/versa/0/2/traverse/any'
TRAVERSE_FWD = u'http://rdfinference.org/versa/0/2/traverse/forward'
TRAVERSE_INV = u'http://rdfinference.org/versa/0/2/traverse/inverse'
TRAVERSE_SIMPLE = u'http://rdfinference.org/versa/0/2/traverse/simple'
TRAVERSE_TRANS = u'http://rdfinference.org/versa/0/2/traverse/transitive'
__doc__ = None
__module__ = 'Ft.Rdf.Parsers.Versa'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class FtException(exceptions.Exception)
__init__(self, errorCode, messages, args)
__str__(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class RuntimeException(Ft.FtException)
__init__(self, errorCode, *args)

Data and other non-method functions defined here:

INTERNAL = 1
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
NO_CONTEXT = 10
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
UNDEFINED_PREFIX = 101
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
UNDEFINED_VARIABLE = 100
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
WRONG_ARGUMENTS = 200
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
__doc__ = None
__module__ = 'Ft.Rdf.Parsers.Versa'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Functions

Compile(expression)
ContextFromKeyWord(kw)
CreateContext(**kw)
Evaluate(expression, **kw)

Data

RDF_MS_BASE = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
RDF_SCHEMA_BASE = 'http://www.w3.org/2000/01/rdf-schema#'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
RDF_SUBCLASSOF_PROP = u'http://www.w3.org/2000/01/rdf-schema#subClassOf'
RDF_SUBPROPOF_PROP = u'http://www.w3.org/2000/01/rdf-schema#subPropertyOf'
RDF_TYPE_PROP = u'http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
VERSA_NS = 'http://rdfinference.org/versa/0/2/'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Rdf/Parsers/Versa/__init__.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Rdf.Parsers.Versa'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__path__ = ['build/lib.linux-ppc-2.2/Ft/Rdf/Parsers/Versa']
g_extFunctions = {}