LoopElement Class Reference
[Data classes]

GENERATED CLASS. More...

#include <nedelements.h>

Inheritance diagram for LoopElement:
NEDElement

List of all members.

Public Member Functions

Constructors, destructor

 LoopElement ()
 LoopElement (NEDElement *parent)
virtual ~LoopElement ()
Redefined NEDElement methods, incl. generic access to attributes

virtual const char * getTagName () const
virtual int getTagCode () const
virtual int getNumAttributes () const
virtual const char * getAttributeName (int k) const
virtual const char * getAttribute (int k) const
virtual const char * getAttribute (const char *name) const
virtual void setAttribute (int k, const char *val)
virtual void setAttribute (const char *name, const char *val)
virtual const char * getAttributeDefault (int k) const
virtual LoopElementdup () const
Typed access to attributes, children and siblings

const char * getParamName () const
void setParamName (const char *val)
const char * getFromValue () const
void setFromValue (const char *val)
const char * getToValue () const
void setToValue (const char *val)
virtual LoopElementgetNextLoopSibling () const
virtual CommentElementgetFirstCommentChild () const
virtual ExpressionElementgetFirstExpressionChild () const

Detailed Description

GENERATED CLASS.

Represents the <loop> XML element in memory. DTD declaration:

 <!ELEMENT loop (comment*, expression*)>
 <!ATTLIST loop
      param-name          NMTOKEN   #REQUIRED
      from-value          CDATA     #IMPLIED
      to-value            CDATA     #IMPLIED>
 

Constructor & Destructor Documentation

LoopElement::LoopElement (  ) 
LoopElement::LoopElement ( NEDElement parent  ) 
virtual LoopElement::~LoopElement (  )  [inline, virtual]

Member Function Documentation

virtual LoopElement* LoopElement::dup (  )  const [virtual]

Creates and returns a duplicate of the element.

Child elements are not copied.

Implements NEDElement.

virtual const char* LoopElement::getAttribute ( const char *  attr  )  const [inline, virtual]

Returns the value of the attribute with the given name.

Relies on lookupAttribute() and getAttribute().

It returns NULL if the given attribute is not found.

Reimplemented from NEDElement.

References NEDElement::getAttribute().

virtual const char* LoopElement::getAttribute ( int  k  )  const [virtual]

Pure virtual method, it should be redefined in subclasses to return the value of the kth attribute (i.e.

the attribute with the name getAttributeName(k)).

It should return NULL if k is out of range (i.e. negative or greater than getNumAttributes()).

Implements NEDElement.

virtual const char* LoopElement::getAttributeDefault ( int  k  )  const [virtual]

Pure virtual method, it should be redefined in subclasses to return the default value of the kth attribute, as defined in the DTD.

It should return NULL if k is out of range (i.e. negative or greater than getNumAttributes()), or if the attribute is #REQUIRED; and return "" if the attribute is #IMPLIED.

Implements NEDElement.

virtual const char* LoopElement::getAttributeName ( int  k  )  const [virtual]

Pure virtual method, it should be redefined in subclasses to return the name of the kth attribute as defined in the DTD.

It should return NULL if k is out of range (i.e. negative or greater than getNumAttributes()).

Implements NEDElement.

virtual CommentElement* LoopElement::getFirstCommentChild (  )  const [virtual]
virtual ExpressionElement* LoopElement::getFirstExpressionChild (  )  const [virtual]
const char* LoopElement::getFromValue (  )  const [inline]
virtual LoopElement* LoopElement::getNextLoopSibling (  )  const [virtual]
virtual int LoopElement::getNumAttributes (  )  const [virtual]

Pure virtual method, it should be redefined in subclasses to return the number of attributes defined in the DTD.

Implements NEDElement.

const char* LoopElement::getParamName (  )  const [inline]
virtual int LoopElement::getTagCode (  )  const [inline, virtual]

Overridden in subclasses to return the numeric code (NED_xxx) of the XML element the class represents.

Implements NEDElement.

References NED_LOOP.

virtual const char* LoopElement::getTagName (  )  const [inline, virtual]

Overridden in subclasses to return the name of the XML element the class represents.

Implements NEDElement.

const char* LoopElement::getToValue (  )  const [inline]
virtual void LoopElement::setAttribute ( const char *  attr,
const char *  value 
) [inline, virtual]

Sets the value of the attribute with the given name.

Relies on lookupAttribute() and setAttribute().

If the given attribute is not found, the call has no effect.

Reimplemented from NEDElement.

References NEDElement::setAttribute().

virtual void LoopElement::setAttribute ( int  k,
const char *  value 
) [virtual]

Pure virtual method, it should be redefined in subclasses to set the value of the kth attribute (i.e.

the attribute with the name getAttributeName(k)).

If k is out of range (i.e. negative or greater than getNumAttributes()), the call should be ignored.

Implements NEDElement.

void LoopElement::setFromValue ( const char *  val  )  [inline]
void LoopElement::setParamName ( const char *  val  )  [inline]
void LoopElement::setToValue ( const char *  val  )  [inline]

The documentation for this class was generated from the following file:
Generated on Tue Dec 2 11:16:31 2014 for OMNeT++ NEDXML by  doxygen 1.6.3