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

Class StringRegexMatch

source code

      object --+        
               |        
AbstractFunction --+    
                   |    
     RegexpMatchBase --+
                       |
                      StringRegexMatch

String regular expression match function class representation

Nested Classes [hide private]
NoneType TYPE
attribute type for the given implementation.

Inherited from AbstractFunction: __metaclass__

Instance Methods [hide private]

Inherited from RegexpMatchBase: evaluate

Inherited from AbstractFunction: __init__

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

Class Variables [hide private]
NoneType (must be string in derived type) FUNCTION_NS = 'urn:oasis:names:tc:xacml:1.0:function:string-re...
namespace for the given function

Inherited from RegexpMatchBase: CLASS_NAME_SUFFIX, FUNCTION_NS_SUFFIX, FUNCTION_SUFFIX, __abstractmethods__, compiled_regexes

Inherited from AbstractFunction: V1_0_FUNCTION_NS, V2_0_FUNCTION_NS

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

FUNCTION_NS

namespace for the given function
Type:
NoneType (must be string in derived type)
Value:
'urn:oasis:names:tc:xacml:1.0:function:string-regexp-match'