mirror of
https://github.com/jezhiggins/arabica
synced 2025-02-12 08:48:37 +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
|
* 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>
|
* <p>
|
||||||
* For general usage:<br>
|
* For general usage:<br>
|
||||||
* <code>
|
* <code>
|
||||||
|
@ -478,9 +478,8 @@ bool expat_wrapper<stringT, string_adaptorT>::do_parse(inputSourceT& source, XML
|
||||||
return true;
|
return true;
|
||||||
} // do_parse
|
} // do_parse
|
||||||
|
|
||||||
|
|
||||||
template<class stringT, class string_adaptorT>
|
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)
|
if(name == properties_.lexicalHandler)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue