|
|
|
get_first_element(doc,
gi) |
|
|
|
extract_first_element(doc,
gi) |
|
|
|
get_documentElement(node) |
|
|
|
|
|
find_all_elements(doc,
gi) |
|
|
|
find_all_child_elements(doc,
gi) |
|
|
|
find_all_elements_from_set(doc,
gi_set) |
|
|
|
__find_all_elements_from_set(doc,
gi_set,
nodes) |
|
|
|
|
|
|
|
fixup_descriptors(doc,
fragment) |
|
|
|
find_and_fix_descriptors(doc,
container) |
|
|
|
rewrite_descriptor(doc,
descriptor) |
|
|
|
methodline_to_signature(doc,
methodline) |
|
|
|
move_children(origin,
dest,
start=0) |
|
|
|
handle_appendix(doc,
fragment) |
|
|
|
handle_labels(doc,
fragment) |
|
|
|
fixup_trailing_whitespace(doc,
fragment,
wsmap) |
|
|
|
|
|
cleanup_trailing_parens(doc,
element_names) |
|
|
|
contents_match(left,
right) |
|
|
|
create_module_info(doc,
section) |
|
|
|
cleanup_synopses(doc,
fragment) |
|
|
|
fixup_table_structures(doc,
fragment) |
|
|
|
|
|
|
|
move_elements_by_name(doc,
source,
dest,
name,
sep=None) |
|
|
|
fixup_paras(doc,
fragment) |
|
|
|
fixup_paras_helper(doc,
container,
depth=0) |
|
|
|
build_para(doc,
parent,
start,
i) |
|
|
|
skip_leading_nodes(children,
start=0)
Return index into children of a node at which paragraph building
should begin or a recursive call to fixup_paras_helper() should be
made (for subsections, etc.). |
|
|
|
fixup_rfc_references(doc,
fragment) |
|
|
|
fixup_signatures(doc,
fragment) |
|
|
|
rewrite_args(doc,
arglist) |
|
|
|
|
|
fixup_sectionauthors(doc,
fragment) |
|
|
|
|
|
add_node_ids(fragment,
counter=0) |
|
|
|
fixup_ulink(doc,
fragment) |
|
|
|
fixup_refmodindexes(fragment) |
|
|
|
fixup_refmodindexes_chunk(container) |
|
|
|
fixup_bifuncindexes(fragment) |
|
|
|
fixup_bifuncindexes_chunk(container) |
|
|
|
join_adjacent_elements(container,
gi) |
|
|
|
write_esis(doc,
ofp,
knownempty) |
|
|
|
|
|
|