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