Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | utils.utility.Locatable_mixin --+ | basis._TypeBinding_mixin --+ | object --+ | | | utils.utility._DeconflictSymbols_mixin --+ | object --+ | | | cscRoot --+ | | | basis._DynamicCreate_mixin --+ | basis.simpleTypeDefinition --+ | object --+ | | | basestring --+ | | | unicode --+ | string --+ | normalizedString
See http:///www.w3.org/TR/xmlschema-2/index.html#normalizedString
Normalized strings can't have carriage returns, linefeeds, or tabs in them.
|
|||
Inherited from |
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
_ExpandedName = pyxb.namespace.XMLSchema.createExpandedName('n The expanded name of the component. |
|||
__BadChars = re.compile(r'
|
|||
_ValidRE = None
|
|||
_InvalidRE = None
|
|||
_CF_whiteSpace = <pyxb.binding.facets.CF_whiteSpace object at
|
|||
_httpwww_w3_org2001XMLSchema_normalizedString_FacetMap =
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Post-extended method to validate that a string matches a given pattern. If you can express the valid strings as a compiled regular expression in the class variable _ValidRE, or the invalid strings as a compiled regular expression in the class variable _InvalidRE, you can just use those. If the acceptable matches are any trickier, you should invoke the superclass implementation, and if it returns True then perform additional tests. |
Pre-extended class method to verify other things before checking constraints. This is used for list types, to verify that the values in the list are acceptable, and for token descendents, to check the lexical/value space conformance of the input.
|
|
_ExpandedNameThe expanded name of the component.
|
_CF_whiteSpace
|
_httpwww_w3_org2001XMLSchema_normalizedString_FacetMap
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 28 08:39:49 2010 | http://epydoc.sourceforge.net |