xmlmanipulators::xmlCommentElement Class Reference

xmlCommentElement(xmlElement) More...

Inheritance diagram for xmlmanipulators::xmlCommentElement:

xmlmanipulators::xmlElement

List of all members.

Public Member Functions

def __init__
 Constructor of xmlCommentElement.
def toString
 Returns Element representation.
def getComment
 Returns the text of the comment.

Public Attributes

 comment
 Text of the comment.
 type
 Element type.


Detailed Description

xmlCommentElement(xmlElement)

Comment node in the our tree XML element structure.

It represents comment node and contains the text of the comment.

See also:
xmlElement
Author:
Stepan Henek

Member Function Documentation

def xmlmanipulators::xmlCommentElement::__init__ (   self,
  level,
  parent,
  comment 
)

Constructor of xmlCommentElement.

Parameters:
self The object pointer.
level Nested level.
parent Parent of the node (actual structure or None).
comment Text of the comment.

def xmlmanipulators::xmlCommentElement::getComment (   self  ) 

Returns the text of the comment.

Parameters:
self The object pointer.
Returns:
The text of the comment.

def xmlmanipulators::xmlCommentElement::toString (   self  ) 

Returns Element representation.

Parameters:
self The object pointer.
Returns:
Representation of the Element.

Reimplemented from xmlmanipulators::xmlElement.


Member Data Documentation

Text of the comment.

Element type.

Reimplemented from xmlmanipulators::xmlElement.


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

Generated on Sun Sep 5 12:41:36 2010 for HotFuzz by  doxygen 1.5.8