| Home | Trees | Index | Help |
|---|
| Package rdflib :: Package syntax :: Package serializers :: Module N3Serializer :: Class N3Serializer |
|
object --+
|
AbstractSerializer --+
|
RecursiveSerializer --+
|
TurtleSerializer --+
|
N3Serializer
| Method Summary | |
|---|---|
__init__(self,
store,
parent)
| |
getQName(self,
uri)
| |
Returns indent string multiplied by the depth | |
p_clause(self,
node,
ignore)
| |
path(self,
node,
position)
| |
reset(self)
| |
s_clause(self,
subject)
| |
startDocument(self)
| |
statement(self,
subject)
| |
| Inherited from TurtleSerializer | |
| |
| |
Checks if l is a valid RDF list, i.e. | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Abstract method | |
| |
| Inherited from RecursiveSerializer | |
| |
Build a hash key by predicate to a list of objects for the given subject | |
Check to see if the subject should be serialized yet | |
Return true if subject is serialized | |
| |
| |
Return the number of times this node has been referenced in the object position | |
Take a hash from predicate uris to lists of values. | |
Mark a subject as done. | |
Write text in given encoding. | |
| Inherited from AbstractSerializer | |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
str |
short_name = 'n3'
|
| Inherited from TurtleSerializer | |
str |
indentString = ' '
|
| Inherited from RecursiveSerializer | |
int |
maxDepth = 10 |
list |
predicateOrder = [u'http://www.w3.org/1999/02/22-rdf-syn...
|
list |
topClasses = [u'http://www.w3.org/2000/01/rdf-schema#Cla...
|
| Method Details |
|---|
indent(self, modifier=0)Returns indent string multiplied by the depth
|
| Class Variable Details |
|---|
short_name
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Oct 23 14:11:26 2006 | http://epydoc.sf.net |