Ft.Xml.SplitQNamec
Optimized implementations of various utility functions.
Copyright 2004 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Functions
- SplitQName(...)
-
SplitQName(qualifiedName) -> (prefix, localName)
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.
Data
- __file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/SplitQNamec.so'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- __name__ = 'Ft.Xml.SplitQNamec'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.