Home
last modified time | relevance | path

Searched defs:DavxPropXmlIntern (Results 1 – 1 of 1) sorted by relevance

/dports/www/davix/davix-0.7.6/src/xml/
H A Ddavpropxmlparser.cpp40 struct DavPropXMLParser::DavxPropXmlIntern{ struct in Davix::DavPropXMLParser
41 DavxPropXmlIntern() : _stack(), in DavxPropXmlIntern() argument
48 std::vector<Xml::XmlPTree> _stack;
51 std::deque<FileProperties> _props;
52 FileProperties _current_props;
53 int _last_response_status;
54 std::string _last_filename;
57 std::string char_buffer;
63 inline void clear(){ in clear()
68 inline void add_new_elem(){ in add_new_elem()
[all …]