35 |
|
XALAN_USING_XERCES(XMLPlatformUtils) |
36 |
|
XALAN_USING_XERCES(LocalFileInputSource) |
37 |
|
XALAN_USING_XALAN(XObjectPtr) |
38 |
+ |
XALAN_USING_XALAN(XPath) |
39 |
|
XALAN_USING_XALAN(XPathEvaluator) |
40 |
|
XALAN_USING_XALAN(NodeRefList) |
41 |
|
XALAN_USING_XALAN(XalanDocument) |
51 |
|
private: |
52 |
|
vector<Page> pages; |
53 |
|
set<Page> newPages; |
54 |
+ |
XalanSourceTreeInit init; |
55 |
+ |
XalanSourceTreeDOMSupport support; |
56 |
+ |
XalanSourceTreeParserLiaison liaison; |
57 |
+ |
XPathEvaluator evaluator; |
58 |
+ |
|
59 |
+ |
XPath* item; |
60 |
+ |
XPath* address; |
61 |
+ |
XPath* link; |
62 |
+ |
XPath* list; |
63 |
|
void oldMap(const string& siteMap); |
64 |
< |
void oldMap(vector<Page>& pages, XPathEvaluator& evaluator, |
55 |
< |
XalanSourceTreeDOMSupport& support, XalanNode* list); |
64 |
> |
void oldMap(vector<Page>& pages, XalanNode* list); |
65 |
|
void index(const string& siteIndex); |
66 |
|
void newMap(const string& siteMap); |
67 |
|
public: |