Exemple #1
0
 def makeComment(self, comment):
     printState()
     if self.backing: self.backing.makeComment(comment)
Exemple #2
0
 def newSymbol(self, uri):
     printState()
     return self.backing.newSymbol(uri)
Exemple #3
0
 def makeComment(self, comment):
     printState()
     if self.backing:
         self.backing.makeComment(comment)
Exemple #4
0
 def endFormulaSubject(self, subj):
     printState()
     if self.backing: self.backing.endFormulaSubject(subj)
Exemple #5
0
 def endFormulaObject(self, pred, subj):
     printState()
     if self.backing: self.backing.endFormulaObject(pred, subj)
Exemple #6
0
 def bind(self, prefix, uri):
     printState()
     if self.backing: self.backing.bind(prefix, uri)
Exemple #7
0
 def endDoc(self, rootFormulaPair="<<strangely omitted>>"):
     printState()
     if self.backing: self.backing.endDoc(rootFormulaPair)
Exemple #8
0
 def startFormulaSubject(self, context):
     printState()
     if self.backing:
         self.backing.startFormulaSubject(context)
Exemple #9
0
 def endFormulaSubject(self, subj):
     printState()
     if self.backing:
         self.backing.endFormulaSubject(subj)
Exemple #10
0
 def makeStatement(self, tuple, why=None):
     printState()
     if self.backing:
         self.backing.makeStatement(tuple, why)
Exemple #11
0
 def endDoc(self, rootFormulaPair="<<strangely omitted>>"):
     printState()
     if self.backing:
         self.backing.endDoc(rootFormulaPair)
Exemple #12
0
 def bind(self, prefix, uri):
     printState()
     if self.backing:
         self.backing.bind(prefix, uri)
Exemple #13
0
 def setDefaultNamespace(self, ns):
     printState()
     if self.backing:
         self.backing.setDefaultNamespace(ns)
Exemple #14
0
 def startDoc(self):
     printState()
     if self.backing:
         self.backing.startDoc()
Exemple #15
0
 def startDoc(self):
     printState()
     if self.backing: self.backing.startDoc()
Exemple #16
0
 def startFormulaObject(self, triple):
     printState()
     if self.backing:
         self.backing.startFormulaObject(triple)
Exemple #17
0
 def setDefaultNamespace(self, ns):
     printState()
     if self.backing: self.backing.setDefaultNamespace(ns)
Exemple #18
0
 def endFormulaObject(self, pred, subj):
     printState()
     if self.backing:
         self.backing.endFormulaObject(pred, subj)
Exemple #19
0
 def makeStatement(self, tuple, why=None):
     printState()
     if self.backing: self.backing.makeStatement(tuple, why)
Exemple #20
0
 def newFormula(self, uri=None):
     printState()
     return self.backing.newFormula(uri)
Exemple #21
0
 def startFormulaSubject(self, context):
     printState()
     if self.backing: self.backing.startFormulaSubject(context)
Exemple #22
0
 def newSymbol(self, uri):
     printState()
     return self.backing.newSymbol(uri)
Exemple #23
0
 def startFormulaObject(self, triple):
     printState()
     if self.backing: self.backing.startFormulaObject(triple)
Exemple #24
0
 def newLiteral(self, str, dt=None, lang=None):
     printState()
     return self.backing.newSymbol(str, dt, lang)
Exemple #25
0
 def newFormula(self, uri=None):
     printState()
     return self.backing.newFormula(uri)
Exemple #26
0
 def __init__(self, outURI, base=None, flags=None):
     printState()
     self.backing = None
Exemple #27
0
 def newLiteral(self, str, dt=None, lang=None):
     printState()
     return self.backing.newSymbol(str, dt, lang)
Exemple #28
0
 def __init__(self, outURI, base=None, flags=None):
     printState()
     self.backing = None