mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
added currentBase - handy for debugging
This commit is contained in:
parent
73a90f502d
commit
8c65657d84
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ public:
|
|||
return parser_.setBase(href);
|
||||
} // setBase
|
||||
|
||||
std::string currentBase() const
|
||||
{
|
||||
return parser_.currentBase();
|
||||
} // currentBase
|
||||
|
||||
void push(ItemContainer* parent,
|
||||
SAX::DefaultHandler<std::string>* newHandler,
|
||||
const std::string& namespaceURI,
|
||||
|
|
Loading…
Reference in a new issue