Copyright 2005 Fourthought, Inc. (USA). Detailed license and copyright information: http://4suite.org/COPYRIGHT Project home, documentation, distributions: http://4suite.org/
Functions:
|
Globals:
|
Returns True if the given string matches the NCName production as defined by the W3C's Namespaces in XML Recommendation.
Returns True if the given string matches the Name production as defined by the W3C's XML 1.0 Recommendation.
Returns True if the given string matches the Nmtoken production as defined by the W3C's XML 1.0 Recommendation.
Returns True if the given string matches the QName production as defined by the W3C's Namespaces in XML Recommendation.
Return True if the given bytes represent a (possibly) well-formed XML document. (see http://www.w3.org/TR/REC-xml/#sec-guessing).
Return True if there are only whitespace characters in S, False otherwise.
where 'qualifiedName' is a QName according to XML Namespaces 1.0 <http://www.w3.org/TR/REC-xml-names>. returns the name parts according to the spec.
Return a copy of the string S with leading whitespace removed.
Return a copy of the string S with trailing whitespace removed.
Return a copy of the string S with leading and trailing whitespace removed.
C objects are used for communication between extension modules. They provide a way for an extension module to export a C interface to other extension modules, so that extension modules can use the Python import mechanism to link to one another.