xmlmanipulators::xmlCharactersElement Class Reference

xmlCharactersElement(xmlElement) More...

Inheritance diagram for xmlmanipulators::xmlCharactersElement:

xmlmanipulators::xmlElement

List of all members.

Public Member Functions

def __init__
 Constructor of xmlCharactersElement.
def toString
 Returns Element representation.
def getCharacters
 Returns the text of the element.

Public Attributes

 chars
 Text of the Element.
 type
 Element type.


Detailed Description

xmlCharactersElement(xmlElement)

Character node in the our tree XML element structure.

It represents characters node and contains the text between the tags of Structured element (<element>text</element>)

See also:
xmlElement
Author:
Stepan Henek

Member Function Documentation

def xmlmanipulators::xmlCharactersElement::__init__ (   self,
  level,
  parent,
  chars 
)

Constructor of xmlCharactersElement.

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

def xmlmanipulators::xmlCharactersElement::getCharacters (   self  ) 

Returns the text of the element.

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

def xmlmanipulators::xmlCharactersElement::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 Element.

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