Home | History | Annotate | Download | only in xml

Lines Matching defs:import

129         XSLImportRule* import = m_children.at(i).get();
130 if (import->styleSheet())
131 import->styleSheet()->clearDocuments();
195 // element, so that we can walk the import/include list.
206 // Walk the children of the root element and look for import/include
214 if (IS_XSLT_ELEM(curr) && IS_XSLT_NAME(curr, "import")) {
287 XSLImportRule* import = m_children.at(i).get();
288 XSLStyleSheet* child = import->styleSheet();
297 // the original href string from the import rule and canonicalize it
299 CString importHref = import->href().utf8();
311 xmlDocPtr result = import->styleSheet()->locateStylesheetSubResource(parentDoc, uri);