|
|
find_end(events,
start)
Receives a list of events and a position in the list of an start
element. |
|
|
|
|
| get_attr_datatype(tag_uri,
tag_name,
attr_uri,
attr_name,
attributes=None) |
|
|
|
|
get_attribute_qname(namespace,
local_name)
Returns the fully qualified name |
|
|
|
|
| get_doctype(name,
doctype) |
|
|
|
|
| get_element(events,
name) |
|
|
|
|
| get_element_schema(namespace,
name) |
|
|
|
|
| get_end_tag(tag_uri,
tag_name) |
|
|
|
|
get_namespace(namespace_uri)
Returns the namespace handler associated to the given uri. |
|
|
|
|
get_qname(tag_uri,
tag_name)
Returns the fully qualified name. |
|
|
|
|
has_namespace(namespace_uri)
Returns true if there is namespace handler associated to the given uri. |
|
|
|
|
| is_empty(namespace,
name) |
|
|
|
|
register_dtd(...)
Register a URN or a URI |
|
|
|
|
|
|
|
stream_to_str(stream,
encoding='UTF-8',
map=(<function stream_to_str_xmldecl at 0xf550c8>, <function <lamb...) |
|
|
|
|
|