Public Member Functions | Public Attributes

xl7::xml::StylesheetReference Class Reference

#include <StylesheetReference.h>

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

List of all members.

Public Member Functions

const cl7::string_typeget_type () const
const cl7::string_typeget_href () const
void set_type (const cl7::string_type &type)
void set_href (const cl7::string_type &href)
virtual cl7::string_type generate () const

Public Attributes

friend Document

Detailed Description

The (base) class representing an xml stylesheet reference node.


Member Function Documentation

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

Generates xml text representing this xml object.

Reimplemented from xl7::xml::Node.

const cl7::string_type& xl7::xml::StylesheetReference::get_href (  )  const [inline]

Returns the reference itself.

const cl7::string_type& xl7::xml::StylesheetReference::get_type (  )  const [inline]

Returns the type of this stylesheet reference.

Reimplemented from xl7::xml::Node.

void xl7::xml::StylesheetReference::set_href ( const cl7::string_type href  )  [inline]

Sets the reference itself.

void xl7::xml::StylesheetReference::set_type ( const cl7::string_type type  )  [inline]

Sets the type of this stylesheet reference.


Member Data Documentation


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