Public Member Functions | Public Attributes

xl7::xml::DocTypeDecl Class Reference

#include <DocTypeDecl.h>

Inheritance diagram for xl7::xml::DocTypeDecl:
xl7::xml::Node xl7::xml::Base

List of all members.

Public Member Functions

const cl7::string_typeget_name () const
const cl7::string_typeget_decl () const
void set_name (const cl7::string_type &name)
void set_decl (const cl7::string_type &decl)
virtual cl7::string_type generate () const

Public Attributes

friend Document

Detailed Description

The (base) class representing an xml document type declaration node.


Member Function Documentation

cl7::string_type xl7::xml::DocTypeDecl::generate (  )  const [virtual]

Generates xml text representing this xml object.

Reimplemented from xl7::xml::Node.

const cl7::string_type& xl7::xml::DocTypeDecl::get_decl (  )  const [inline]

Returns the declaration itself.

const cl7::string_type& xl7::xml::DocTypeDecl::get_name (  )  const [inline]

Returns the name of this document type declaration.

void xl7::xml::DocTypeDecl::set_decl ( const cl7::string_type decl  )  [inline]

Sets the declaration itself.

void xl7::xml::DocTypeDecl::set_name ( const cl7::string_type name  )  [inline]

Sets the name of this document type declaration.


Member Data Documentation

Reimplemented from xl7::xml::Node.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines