Home | History | Annotate | Download | only in xml

Lines Matching defs:import

89             XSLImportRule* import = static_cast<XSLImportRule*>(rule);
90 if (import->isLoading())
121 XSLImportRule* import = static_cast<XSLImportRule*>(rule);
122 if (import->styleSheet())
123 import->styleSheet()->clearDocuments();
194 // import/include list.
205 // Walk the children of the root element and look for import/include elements.
213 if (IS_XSLT_ELEM(curr) && IS_XSLT_NAME(curr, "import")) {
278 XSLImportRule* import = static_cast<XSLImportRule*>(rule);
279 XSLStyleSheet* child = import->styleSheet();
288 // string from the import rule and canonicalize it using libxml before comparing it
290 CString importHref = import->href().utf8();
301 xmlDocPtr result = import->styleSheet()->locateStylesheetSubResource(parentDoc, uri);