mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
no message
This commit is contained in:
parent
31b9597a4f
commit
1e34351b83
1 changed files with 2 additions and 3 deletions
|
@ -146,7 +146,7 @@ private:
|
|||
|
||||
/**
|
||||
* expat_wrapper puts an {@link basic_XMLReader XMLReader} interface
|
||||
* around <a href='http://expat.sf.net/'>expat</a>.
|
||||
* around <a href='http://www.libexpat.org/'>Expat</a>.
|
||||
* <p>
|
||||
* For general usage:<br>
|
||||
* <code>
|
||||
|
@ -478,9 +478,8 @@ bool expat_wrapper<stringT, string_adaptorT>::do_parse(inputSourceT& source, XML
|
|||
return true;
|
||||
} // do_parse
|
||||
|
||||
|
||||
template<class stringT, class string_adaptorT>
|
||||
std::auto_ptr<expat_wrapper<stringT, string_adaptorT>::PropertyBaseT> expat_wrapper<stringT, string_adaptorT>::doGetProperty(const stringT& name)
|
||||
std::auto_ptr<typename expat_wrapper<stringT, string_adaptorT>::PropertyBaseT> expat_wrapper<stringT, string_adaptorT>::doGetProperty(const stringT& name)
|
||||
{
|
||||
if(name == properties_.lexicalHandler)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue