indra::ipc::xml_rpc Namespace Reference


Classes

class  Expected
class  START
class  END
class  STR
class  Malformed
class  XMLParser

Functions

def parse
def xml_rpc
def handle
def _generate
def generate

Variables

tuple START = START('')
tuple END = END('')
tuple VALUE = mu.tag_factory('value')
tuple BOOLEAN = mu.tag_factory('boolean')
tuple INT = mu.tag_factory('int')
tuple STRUCT = mu.tag_factory('struct')
tuple MEMBER = mu.tag_factory('member')
tuple NAME = mu.tag_factory('name')
tuple ARRAY = mu.tag_factory('array')
tuple DATA = mu.tag_factory('data')
tuple STRING = mu.tag_factory('string')
tuple DOUBLE = mu.tag_factory('double')
tuple METHODRESPONSE = mu.tag_factory('methodResponse')
tuple PARAMS = mu.tag_factory('params')
tuple PARAM = mu.tag_factory('param')


Detailed Description

\
@file xml_rpc.py
@brief An implementation of a parser/generator for the XML-RPC xml format.

$LicenseInfo:firstyear=2006&license=mit$

Copyright (c) 2006-2008, Linden Research, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
$/LicenseInfo$

Function Documentation

def indra::ipc::xml_rpc::_generate (   something  )  [private]

Definition at line 231 of file xml_rpc.py.

def indra::ipc::xml_rpc::generate (   args  ) 

Definition at line 255 of file xml_rpc.py.

def indra::ipc::xml_rpc::handle (   yielder  ) 

def indra::ipc::xml_rpc::parse (   what  ) 

Definition at line 120 of file xml_rpc.py.

Referenced by LLURL::init(), lscript_run(), and LLURL::updateRelativePath().

Here is the caller graph for this function:

def indra::ipc::xml_rpc::xml_rpc (   yielder  ) 

Definition at line 133 of file xml_rpc.py.


Variable Documentation

tuple indra::ipc::xml_rpc::ARRAY = mu.tag_factory('array')

Definition at line 218 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::BOOLEAN = mu.tag_factory('boolean')

Definition at line 213 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::DATA = mu.tag_factory('data')

Definition at line 219 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::DOUBLE = mu.tag_factory('double')

Definition at line 221 of file xml_rpc.py.

Definition at line 64 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::INT = mu.tag_factory('int')

Definition at line 214 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::MEMBER = mu.tag_factory('member')

Definition at line 216 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::METHODRESPONSE = mu.tag_factory('methodResponse')

Definition at line 222 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::NAME = mu.tag_factory('name')

Definition at line 217 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::PARAM = mu.tag_factory('param')

Definition at line 224 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::PARAMS = mu.tag_factory('params')

Definition at line 223 of file xml_rpc.py.

Definition at line 63 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::STRING = mu.tag_factory('string')

Definition at line 220 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::STRUCT = mu.tag_factory('struct')

Definition at line 215 of file xml_rpc.py.

tuple indra::ipc::xml_rpc::VALUE = mu.tag_factory('value')

Definition at line 212 of file xml_rpc.py.


Generated on Fri May 16 09:42:30 2008 for SecondLife by  doxygen 1.5.5