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