libxml++ 1.0.0
xmlpp Namespace Reference

Classes

class  Attribute
 Represents XML Node attributes. More...
class  Document
 Represents a XML document in the dom model. More...
class  Dtd
 Represents XML DTDs. More...
class  exception
 Base class for all xmlpp exceptions. More...
class  internal_error
class  parse_error
 This exception will be thrown when the parser encounters an error in the XML document. More...
class  validity_error
 This exception will be thrown when the parser encounters a validity error in the XML document. More...
class  OStreamOutputBuffer
 An OutputBuffer implementation that send datas to a std::ostream. More...
class  OutputBuffer
 Base class for xmlOutputBuffer wrapper. More...
class  KeepBlanks
 This class set KeepBlanksDefault and IndentTreeOutput of libxmlpp and restore their initial value in its destructor. More...
class  CdataNode
 CData node. More...
class  CommentNode
 Comment Node. More...
class  ContentNode
 Content Node. More...
class  Element
 Element nodes have attributes as well as child nodes. More...
class  EntityReference
 Entity references refer to previously declared entities. More...
class  Node
 Represents XML Nodes. More...
class  ProcessingInstructionNode
class  TextNode
 Text Node. More...
class  NonCopyable
 Herited by classes which cannot be copied. More...
class  DomParser
 XML DOM parser. More...
class  Parser
 XML parser. More...
class  SaxParser
 SAX XML parser. More...

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

Enumerator:
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