xmlmanipulators::xmlElement Class Reference

xmlElement() More...

Inheritance diagram for xmlmanipulators::xmlElement:

xmlmanipulators::xmlCharactersElement xmlmanipulators::xmlCommentElement xmlmanipulators::xmlStructuredElement

List of all members.

Public Member Functions

def __init__
 Constructor of xmlElement.
def getType
 Returns Element type.
def toString
 Returns Element representation.

Public Attributes

 level
 Nested level.
 type
 Element type.
 parent
 Parent element.

Static Public Attributes

int Element = 1
 Universal type id.
int StructuredElement = 2
 Structured type id.
int CommentElement = 3
 Comment type id.
int CharactersElement = 4
 Characters type id.


Detailed Description

xmlElement()

Basic universal node in the our tree XML element structure.

It represents universal node and is parent class for end node classes.

See also:
xmlCommentElement

xmlStructuredElement

xmlCharactersElement

Author:
Stepan Henek

Member Function Documentation

def xmlmanipulators::xmlElement::__init__ (   self,
  level,
  parent 
)

Constructor of xmlElement.

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

def xmlmanipulators::xmlElement::getType (   self  ) 

Returns Element type.

Parameters:
self The object pointer.
Returns:
Type of the Element.
See also:
xmlElement.Element

xmlElement.StructuredElement

xmlElement.CharactersElement

xmlElement.CommentElement

def xmlmanipulators::xmlElement::toString (   self  ) 

Returns Element representation.

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

Reimplemented in xmlmanipulators::xmlCommentElement, xmlmanipulators::xmlCharactersElement, and xmlmanipulators::xmlStructuredElement.


Member Data Documentation

Characters type id.

Comment type id.

Universal type id.

Nested level.

Parent element.

Structured type id.


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