Redland
view release on metacpan or search on metacpan
redland/raptor/docs/raptor-decl.txt view on Meta::CPAN
<NAME>raptor_xml_element_get_name</NAME>
<RETURNS>raptor_qname*</RETURNS>
raptor_xml_element *xml_element
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_element_set_attributes</NAME>
<RETURNS>void </RETURNS>
raptor_xml_element* xml_element, raptor_qname **attributes, int count
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_element_get_attributes</NAME>
<RETURNS>raptor_qname**</RETURNS>
raptor_xml_element* xml_element
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_element_get_attributes_count</NAME>
<RETURNS>int </RETURNS>
raptor_xml_element* xml_element
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_element_declare_namespace</NAME>
<RETURNS>int </RETURNS>
raptor_xml_element* xml_element, raptor_namespace *nspace
</FUNCTION>
<FUNCTION>
<NAME>raptor_iostream_write_xml_element</NAME>
<RETURNS>int </RETURNS>
raptor_iostream *iostr, raptor_xml_element *element, raptor_namespace_stack *nstack, int is_empty, int is_end, raptor_simple_message_handler error_handler, void *error_data, int depth
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_element_is_empty</NAME>
<RETURNS>int </RETURNS>
raptor_xml_element* xml_element
</FUNCTION>
<FUNCTION>
<NAME>raptor_new_xml_writer</NAME>
<RETURNS>raptor_xml_writer*</RETURNS>
raptor_namespace_stack *nstack, raptor_uri_handler *uri_handler, void *uri_context, raptor_iostream* iostr, raptor_simple_message_handler error_handler, void *error_data, int canonicalize
</FUNCTION>
<FUNCTION>
<NAME>raptor_free_xml_writer</NAME>
<RETURNS>void </RETURNS>
raptor_xml_writer* xml_writer
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_empty_element</NAME>
<RETURNS>void </RETURNS>
raptor_xml_writer* xml_writer, raptor_xml_element *element
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_start_element</NAME>
<RETURNS>void </RETURNS>
raptor_xml_writer* xml_writer, raptor_xml_element *element
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_end_element</NAME>
<RETURNS>void </RETURNS>
raptor_xml_writer* xml_writer, raptor_xml_element *element
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_cdata</NAME>
<RETURNS>void </RETURNS>
raptor_xml_writer* xml_writer, const unsigned char *s
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_cdata_counted</NAME>
<RETURNS>void </RETURNS>
raptor_xml_writer* xml_writer, const unsigned char *s, unsigned int len
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_raw</NAME>
<RETURNS>void </RETURNS>
raptor_xml_writer* xml_writer, const unsigned char *s
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_raw_counted</NAME>
<RETURNS>void </RETURNS>
raptor_xml_writer* xml_writer, const unsigned char *s, unsigned int len
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_comment</NAME>
<RETURNS>void </RETURNS>
raptor_xml_writer* xml_writer, const unsigned char *s
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_comment_counted</NAME>
<RETURNS>void </RETURNS>
raptor_xml_writer* xml_writer, const unsigned char *s, unsigned int len
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_features_enumerate</NAME>
<RETURNS>int </RETURNS>
const raptor_feature feature, const char **name, raptor_uri **uri, const char **label
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_set_feature</NAME>
<RETURNS>int </RETURNS>
raptor_xml_writer *xml_writer, raptor_feature feature, int value
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_set_feature_string</NAME>
<RETURNS>int </RETURNS>
raptor_xml_writer *xml_writer, raptor_feature feature, const unsigned char *value
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_get_feature</NAME>
<RETURNS>int </RETURNS>
raptor_xml_writer *xml_writer, raptor_feature feature
</FUNCTION>
<FUNCTION>
<NAME>raptor_xml_writer_get_feature_string</NAME>
<RETURNS>const unsigned char *</RETURNS>
raptor_xml_writer *xml_writer, raptor_feature feature
</FUNCTION>
( run in 0.559 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )