Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members

xmlpp Namespace Reference


Classes

class  xmlpp::Attribute
 Represents XML Node attributes. More...

class  xmlpp::Document
 Represents a XML document in the dom model. More...

class  xmlpp::Document::Init
class  xmlpp::Dtd
 Represents XML DTDs. More...

class  xmlpp::exception
 Base class for all xmlpp exceptions. More...

class  xmlpp::internal_error
class  xmlpp::parse_error
 This exception will be thrown when the parser encounters an error in the XML document. More...

class  xmlpp::validity_error
 This exception will be thrown when the parser encounters a validity error in the XML document. More...

class  xmlpp::OStreamOutputBuffer
 An OutputBuffer implementation that send datas to a std::ostream. More...

class  xmlpp::OutputBuffer
 Base class for xmlOutputBuffer wrapper. More...

class  xmlpp::KeepBlanks
 This class set KeepBlanksDefault and IndentTreeOutput of libxmlpp and restore their initial value in its destructor. More...

class  xmlpp::CdataNode
 CData node. More...

class  xmlpp::CommentNode
 Comment Node. More...

class  xmlpp::ContentNode
 Content Node. More...

class  xmlpp::Element
 Element nodes have attributes as well as child nodes. More...

class  xmlpp::EntityReference
 Entity references refer to previously declared entities. More...

class  xmlpp::Node
 Represents XML Nodes. More...

class  xmlpp::ProcessingInstructionNode
class  xmlpp::TextNode
 Text Node. More...

class  xmlpp::NonCopyable
 Herited by classes which cannot be copied. More...

class  xmlpp::DomParser
 XML DOM parser. More...

class  xmlpp::Parser
 XML parser. More...

class  xmlpp::SaxParser
 SAX XML parser. More...

struct  xmlpp::SaxParser::Attribute
 Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs. More...

struct  xmlpp::SaxParser::AttributeHasName
 This functor is a helper to find an attribute by name in an AttributeList using the standard algorithm std::find_if. More...

class  xmlpp::TextReader

Typedefs

typedef std::vector< Node * > NodeSet

Enumerations

enum  XmlEntityType {
  XML_INTERNAL_GENERAL_ENTITY = 1,
  XML_EXTERNAL_GENERAL_PARSED_ENTITY = 2,
  XML_EXTERNAL_GENERAL_UNPARSED_ENTITY = 3,
  XML_INTERNAL_PARAMETER_ENTITY = 4,
  XML_EXTERNAL_PARAMETER_ENTITY = 5,
  XML_INTERNAL_PREDEFINED_ENTITY = 6
}


Typedef Documentation

typedef std::vector<Node*> xmlpp::NodeSet
 


Enumeration Type Documentation

enum xmlpp::XmlEntityType
 

Enumeration values:
XML_INTERNAL_GENERAL_ENTITY 
XML_EXTERNAL_GENERAL_PARSED_ENTITY 
XML_EXTERNAL_GENERAL_UNPARSED_ENTITY 
XML_INTERNAL_PARAMETER_ENTITY 
XML_EXTERNAL_PARAMETER_ENTITY 
XML_INTERNAL_PREDEFINED_ENTITY 


Generated on Tue Aug 10 07:30:25 2004 for libxml++ by doxygen 1.3.7