Jive reference manual
List of all members | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
jem::xml::CompoundParser Class Reference

#include <jem/xml/CompoundParser.h>

Inheritance diagram for jem::xml::CompoundParser:
Inheritance graph

Public Types

typedef CompoundParser Self
 
typedef Parser Super
 
typedef io::Reader Reader
 
- Public Types inherited from jem::xml::Parser
typedef ParserState State
 

Public Member Functions

 CompoundParser ()
 
virtual void reset ()
 
virtual void parse (State &state)
 
virtual void takeAction (const String &action, const Properties &params)
 
void addParser (const String &tagName, const Ref< Parser > &parser)
 
void setDefaultParser (const Ref< Parser > &parser)
 
- Public Member Functions inherited from jem::xml::Parser
void parseInput (const Ref< Tokenizer > &input, const String &source, const Ref< ParseLog > &log=NIL)
 
void parseFile (const String &fname, const Ref< ParseLog > &log=NIL)
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () const
 Returns the Class instance representing the runtime class of this object. More...
 
virtual String toString () const
 Returns a short textual description of this object. More...
 
virtual long hashValue () const
 Returns a hash value for this object. More...
 
virtual bool equals (const Ref< Object > &obj) const
 Tests whether two objects are equal. More...
 
Ref< Objectclone () const
 Returns a copy of this object. More...
 

Protected Member Functions

virtual ~CompoundParser ()
 
- Protected Member Functions inherited from jem::xml::Parser
virtual ~Parser ()
 
- Protected Member Functions inherited from jem::Collectable
 Collectable ()
 Creates an empty Collectable. More...
 
 ~Collectable ()
 Frees resources. More...
 

Protected Attributes

bool isLenient_
 

Additional Inherited Members

- Static Public Member Functions inherited from jem::xml::Parser
static void pushInput (State &state, const Ref< Tokenizer > &input, const String &source, const Ref< Parser > &parser=NIL)
 
static void parseEndTag (State &state, const String &tagName)
 
static void parseError (State &state)
 
static void parseError (State &state, const String &msg)
 
static void inputError (State &state, const String &msg)
 
static void illegalTagError (State &state, const String &tagName)
 
static void illegalAttributeError (State &state, const String &attribName)
 
static void missingAttributeError (State &state, const String &attribName)
 
- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 

Member Typedef Documentation

Constructor & Destructor Documentation

jem::xml::CompoundParser::CompoundParser ( )
virtual jem::xml::CompoundParser::~CompoundParser ( )
protectedvirtual

Member Function Documentation

virtual void jem::xml::CompoundParser::reset ( )
virtual

Reimplemented from jem::xml::Parser.

virtual void jem::xml::CompoundParser::parse ( State state)
virtual

Implements jem::xml::Parser.

virtual void jem::xml::CompoundParser::takeAction ( const String action,
const Properties params 
)
virtual

Reimplemented from jem::xml::Parser.

void jem::xml::CompoundParser::addParser ( const String tagName,
const Ref< Parser > &  parser 
)
void jem::xml::CompoundParser::setDefaultParser ( const Ref< Parser > &  parser)

Member Data Documentation

bool jem::xml::CompoundParser::isLenient_
protected