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