Mix-in class for builders; adds support for namespaces.
|
_initNamespaces(self)
|
|
createParser(self)
Create a new namespace-handling parser.
|
|
install(self,
parser)
Insert the namespace-handlers onto the parser.
|
|
start_namespace_decl_handler(self,
prefix,
uri)
Push this namespace declaration on our storage.
|
|
start_element_handler(self,
name,
attributes)
|
|
end_element_handler(self,
name)
|