Yate
Public Member Functions
XmlDoctype Class Reference
Inheritance diagram for XmlDoctype:
XmlChild GenObject

List of all members.

Public Member Functions

 XmlDoctype (const String &doctype)
 XmlDoctype (const XmlDoctype &orig)
virtual ~XmlDoctype ()
const StringgetDoctype () const
virtual XmlDoctypexmlDoctype ()
void toString (String &dump, const String &indent=String::empty()) const

Constructor & Destructor Documentation

XmlDoctype ( const String doctype)

Constructor

Parameters:
doctypeThe doctype
XmlDoctype ( const XmlDoctype orig)

Copy constructor

Parameters:
origOriginal XmlDoctype
virtual ~XmlDoctype ( ) [virtual]

Destructor


Member Function Documentation

const String& getDoctype ( ) const [inline]

Get the doctype held by this Xml doctype

Returns:
The content of this Xml doctype
void toString ( String dump,
const String indent = String::empty() 
) const

Build a String from this XmlDoctype

Parameters:
dumpThe string where to append representation
indentSpaces for output
virtual XmlDoctype* xmlDoctype ( ) [inline, virtual]

Get the Xml doctype

Returns:
This object

Reimplemented from XmlChild.


The documentation for this class was generated from the following file: