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