A3t
- Added tree accessor.
This commit is contained in:
@@ -118,6 +118,12 @@ void A3t::append_stdin ()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Tree* A3t::tree ()
|
||||||
|
{
|
||||||
|
return _tree;
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
Tree* A3t::parse ()
|
Tree* A3t::parse ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ public:
|
|||||||
~A3t ();
|
~A3t ();
|
||||||
void initialize (int, const char**);
|
void initialize (int, const char**);
|
||||||
void append_stdin ();
|
void append_stdin ();
|
||||||
|
Tree* tree ();
|
||||||
Tree* parse ();
|
Tree* parse ();
|
||||||
void entity (const std::string&, const std::string&);
|
void entity (const std::string&, const std::string&);
|
||||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user