~ubuntu-branches/ubuntu/precise/libxml++2.6/precise

« back to all changes in this revision

Viewing changes to libxml++/parsers/saxparser.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-13 15:46:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050313154633-iubyqdtu6y3p8915
Tags: 2.10.0-0ubuntu2
added doxygen to the build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
   */
93
93
  virtual void parse_memory(const Glib::ustring& contents);
94
94
 
 
95
  /** Parse an XML document from raw memory.
 
96
   * @throw exception
 
97
   * @param contents The XML document as an array of bytes.
 
98
   * @param bytes_count The number of bytes in the @a contents array.
 
99
   */
 
100
  void parse_memory_raw(const unsigned char* contents, size_type bytes_count);
 
101
 
95
102
  /** Parse an XML document from a stream.
96
103
   * @throw exception
97
104
   * @param in The stream.