Searched defs:handle_document (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dxmldocumenttree1.sh92 function handle_document function
312 document_cb["document_start"]="handle_document"
313 document_cb["document_end"]="handle_document"
314 document_cb["tag_begin"]="handle_document"
315 document_cb["tag_end"]="handle_document"
316 document_cb["tag_text"]="handle_document"
317 document_cb["tag_comment"]="handle_document"
318 # argument for "handle_document"

Completed in 43 milliseconds