You are not logged in Log in Join
You are here: Home » Members » guylux » Xindice » Xindice_Wiki » XindicePythonXmlrpc » wikipage_view

Log in
Name

Password

 
 
FrontPage »

XindicePythonXmlrpc

Python Library Documentation: module Xindice

NAME
    Xindice

FILE
    /home/Zope-2.6.0a1-src/lib/python/Products/Xindice/Xindice.py

DESCRIPTION
    #Author Christophe Robert : [email protected]
    #Release 0.0.1   24/03/2002
    #
    #
    # Client Functions for Xindice XML Server - www.dbxml.org
    # Contains functions for administering and accessing the server
    # via XML-RPC

CLASSES
    xml.sax.handler.ContentHandler
        Result_Key
    Xindice
    
    class Result_Key(xml.sax.handler.ContentHandler)
     |  
     |  __init__(self, mark='person')
     |  
     |  characters(self, content) from xml.sax.handler.ContentHandler
     |  
     |  endDocument(self) from xml.sax.handler.ContentHandler
     |  
     |  endElement(self, name) from xml.sax.handler.ContentHandler
     |  
     |  endElementNS(self, name, qname) from xml.sax.handler.ContentHandler
     |  
     |  endPrefixMapping(self, prefix) from xml.sax.handler.ContentHandler
     |  
     |  ignorableWhitespace(self, whitespace) from xml.sax.handler.ContentHandler
     |  
     |  processingInstruction(self, target, data) from xml.sax.handler.ContentHandler
     |  
     |  setDocumentLocator(self, locator) from xml.sax.handler.ContentHandler
     |  
     |  skippedEntity(self, name) from xml.sax.handler.ContentHandler
     |  
     |  startDocument(self) from xml.sax.handler.ContentHandler
     |  
     |  startElement(self, tag, attrs)
     |  
     |  startElementNS(self, name, qname, attrs) from xml.sax.handler.ContentHandler
     |  
     |  startPrefixMapping(self, prefix, uri) from xml.sax.handler.ContentHandler
    
    class Xindice
     |      Class Indice for XML Base
     |  
     |  __init__(self, server='127.0.0.1', port='4080', collection='/db/addressbook')
     |  
     |  countDocuments(self)
     |       count documents
     |  
     |  createCollections(self, col)
     |       create a collection
     |  
     |  createIndexer(self, mark, indexe)
     |       list indexer
     |  
     |  deleteDocument(self, key)
     |       delete document
     |  
     |  insertDocument(self, key, content)
     |       insert document
     |  
     |  listCollections(self)
     |       list a Collection
     |  
     |  listDocuments(self)
     |       list Documents
     |  
     |  listIndexer(self)
     |       list indexer
     |  
     |  openDocument(self, key)
     |       return an XML document
     |  
     |  queryCollection(self, type, query)
     |       query Collection
     |  
     |  queryCollection_key(self, type, query, mark)
     |       query Collection
     |  
     |  queryDocument(self, type, query, key)
     |       query document
     |  
     |  removeCollections(self, col)
     |       remove a collection
     |  
     |  removeIndexer(self, mark)
     |       remove indexer

DATA
    __file__ = './Products/Xindice/Xindice.pyc'
    __name__ = 'Xindice'