#include <linkParsers.hxx>


Public Member Functions | |
| virtual void | onStart (const XML_Char *el, const XML_Char **attr) |
| virtual void | onEnd (const char *el, parser *child) |
| virtual void | buildAttr (const XML_Char **attr) |
| virtual void | fromport (const std::string &name) |
| virtual void | toport (const std::string &name) |
| virtual T & | post () |
Public Member Functions inherited from YACS::controltypeParser< mylink > | |
| virtual void | pre () |
| virtual void | fromnode (const std::string &name) |
| virtual void | tonode (const std::string &name) |
| virtual void | property (const myprop &prop) |
Public Member Functions inherited from YACS::parser | |
| parser () | |
| virtual | ~parser () |
| virtual void | SetUserDataAndPush (parser *pp) |
| virtual void | charData (const XML_Char *s, int len) |
| virtual void | endParser () |
| virtual void | init () |
| virtual void | incrCount (const XML_Char *elem) |
| virtual void | checkOrder (std::string &el) |
| virtual void | maxcount (std::string name, int max, std::string &el) |
| virtual void | mincount (std::string name, int min) |
| virtual void | maxchoice (std::string *names, int max, std::string &el) |
| virtual void | minchoice (std::string *names, int min) |
| virtual void | required (const std::string &name, const XML_Char **attr) |
| std::stack< parser * > & | getStack () |
| template<class T > | |
| T | post () |
| void | logError (const std::string &reason) |
Static Public Attributes | |
| static linktypeParser< T > | linkParser |
Static Public Attributes inherited from YACS::controltypeParser< mylink > | |
| static controltypeParser< mylink > | controlParser |
Static Public Attributes inherited from YACS::parser | |
| static parser | main_parser |
| static std::stack< parser * > | _stackParser |
Additional Inherited Members | |
Static Public Member Functions inherited from YACS::parser | |
| static void XMLCALL | start_document (void *data) |
| static void XMLCALL | end_document (void *data) |
| static void XMLCALL | start_element (void *data, const xmlChar *name, const xmlChar **p) |
| static void XMLCALL | end_element (void *data, const xmlChar *name) |
| static void XMLCALL | characters (void *data, const xmlChar *ch, int len) |
| static void XMLCALL | comment (void *data, const xmlChar *value) |
| static void XMLCALL | cdata_block (void *data, const xmlChar *value, int len) |
| static void XMLCALL | warning (void *data, const char *fmt,...) |
| static void XMLCALL | error (void *data, const char *fmt,...) |
| static void XMLCALL | fatal_error (void *data, const char *fmt,...) |
| static void | XML_SetUserData (_xmlParserCtxt *ctxt, parser *par) |
Public Attributes inherited from YACS::controltypeParser< mylink > | |
| mylink | _link |
Public Attributes inherited from YACS::parser | |
| std::string | _file |
| std::string | _content |
| std::map< std::string, int > * | _counts |
| std::map< std::string, int > | _orders |
| int | _orderState |
| int | _level |
| std::stack< std::map< std::string, int > * > | _stackCount |
| std::stack< int > | _stackOrder |
| std::map< std::string, parser * > * | _defaultParsersMap |
Definition at line 82 of file linkParsers.hxx.
|
inlinevirtual |
Reimplemented from YACS::parser.
Definition at line 113 of file linkParsers.hxx.
References YACS::controltypeParser< mylink >::_link, mylink::_withControl, and yacsorb.CORBAEngineTest::i.
|
inlinevirtual |
Definition at line 124 of file linkParsers.hxx.
References YACS::controltypeParser< mylink >::_link, and mylink::fromport().
Referenced by YACS::linktypeParser< T >::onEnd().
|
inlinevirtual |
Reimplemented from YACS::controltypeParser< mylink >.
Definition at line 104 of file linkParsers.hxx.
References YACS::controltypeParser< mylink >::fromnode(), YACS::linktypeParser< T >::fromport(), YACS::linktypeParser< T >::post(), YACS::controltypeParser< mylink >::property(), YACS::controltypeParser< mylink >::tonode(), and YACS::linktypeParser< T >::toport().
|
inlinevirtual |
Reimplemented from YACS::controltypeParser< mylink >.
Definition at line 86 of file linkParsers.hxx.
References YACS::parser::buildAttr(), YACS::parser::init(), YACS::parser::main_parser, YACS::parser::maxcount(), YACS::parser::pre(), YACS::propertytypeParser::propertyParser, YACS::parser::SetUserDataAndPush(), and YACS::stringtypeParser::stringParser.
|
inlinevirtual |
Reimplemented from YACS::controltypeParser< mylink >.
Definition at line 132 of file linkParsers.hxx.
References YACS::controltypeParser< mylink >::_link, and YACS::parser::mincount().
Referenced by YACS::linktypeParser< T >::onEnd().
|
inlinevirtual |
Definition at line 128 of file linkParsers.hxx.
References YACS::controltypeParser< mylink >::_link, and mylink::toport().
Referenced by YACS::linktypeParser< T >::onEnd().
|
static |
Definition at line 84 of file linkParsers.hxx.