Package ndg :: Package xacml
[hide private]

Package xacml

source code

NDG XACML package

NERC DataGrid


Date: 16/03/10

Author: P J Kershaw

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2010 Science and Technology Facilities Council

License: BSD - see LICENSE file in top-level directory

Submodules [hide private]

Classes [hide private]
  XacmlError
Base class for XACML package exception types
  Config
Configuration options
Functions [hide private]
module
importElementTree()
Imports ElementTree or the lxml ElementTree API depending on the Config.use_lxml value and whether the lxml package is found.
source code
Variables [hide private]
  __revision__ = '$Id: __init__.py 8010 2012-01-30 16:24:06Z rwi...
  __package__ = None
hash(x)
Function Details [hide private]

importElementTree()

source code 

Imports ElementTree or the lxml ElementTree API depending on the Config.use_lxml value and whether the lxml package is found.

Returns: module
the element tree module that has been imported

Variables Details [hide private]

__revision__

Value:
'$Id: __init__.py 8010 2012-01-30 16:24:06Z rwilkinson $'