Package ndg :: Package xacml :: Package core :: Package functions :: Package v1 :: Module regexp_match :: Class StringRegexMatch :: Class TYPE
[hide private]

Class TYPE

                          object --+            
                                   |            
        ndg.xacml.core.XacmlCoreBase --+        
                                       |        
    ndg.xacml.core.expression.Expression --+    
                                           |    
ndg.xacml.core.attributevalue.AttributeValue --+
                                               |
                                              ndg.xacml.core.functions.v1.regexp_match.StringRegexMatch.TYPE

Nested Classes [hide private]
NoneType / string in derived type TYPE
type name for derived type - set to None in this parent class

Inherited from expression.Expression: __metaclass__

Instance Methods [hide private]

Inherited from attributevalue.AttributeValue: __eq__, __getstate__, __init__, __repr__, evaluate

Inherited from XacmlCoreBase (private): _getXmlns, _setXmlns

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
NoneType - derived classes should set to appropriate string IDENTIFIER = 'http://www.w3.org/2001/XMLSchema#string'
URN for attribute value in derived class
  _abc_cache = <_weakrefset.WeakSet object at 0x1011b9bd0>

Inherited from attributevalue.AttributeValue: ANY_TYPE_URI, BASE64BINARY_TYPE_URI, BOOLEAN_TYPE_URI, CLASS_NAME_SUFFIX, DATETIME_TYPE_URI, DATE_TYPE_URI, DAYTIMEDURATION_TYPE_URI, DNSNAME_TYPE_URI, DOUBLE_TYPE_URI, ELEMENT_LOCAL_NAME, HEXBINARY_TYPE_URI, IDENTIFIER_PREFIX, INTEGER_TYPE_URI, IPADDRESS_TYPE_URI, NATIVE_TYPES, RFC822NAME_TYPE_URI, STRING_TYPE_URI, TIME_TYPE_URI, TYPE_MAP, TYPE_NAMES, TYPE_URIS, TYPE_URI_MAP, X500NAME_TYPE_URI, YEARMONTHDURATION_TYPE_URI, __abstractmethods__

Inherited from expression.Expression: DATA_TYPE_ATTRIB_NAME

Inherited from XacmlCoreBase: XACML_1_0_NS_PREFIX, XACML_2_0_NS_PREFIX, XMLNS

Properties [hide private]

Inherited from attributevalue.AttributeValue: value

Inherited from expression.Expression: dataType

Inherited from XacmlCoreBase: elem, isValidXmlns, xmlns

Inherited from object: __class__