Functions, procedures
procedure new_document
procedure new_document
create new document in memory
function get_document_as_clob
function get_document_as_clob return clob
get document as clob
function get_document_as_xmltype
function get_document_as_xmltype return xmltype
get document as XMLType
procedure document_header
procedure document_header( p_custom_attributes in varchar2:=null )
write document header
procedure document_comment
procedure document_comment( p_text in varchar2 )
write comment
procedure tag_begin
procedure tag_begin( p_tag_name in varchar2, p_tag_attributes in varchar2:=null )
write start tag
procedure tag_end
procedure tag_end( p_tag_name in varchar2 )
write end tag
procedure tag_value
procedure tag_value( p_tag_name in varchar2, p_tag_value in varchar2, p_tag_attributes in varchar2:=null )
write tag