added currentBase - handy for debugging

This commit is contained in:
jez 2008-12-29 22:29:04 +00:00
parent 73a90f502d
commit 8c65657d84

View file

@ -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,