Searched refs:rootMatch (Results 1 – 3 of 3) sorted by relevance
184 XPath rootMatch = new XPath("/", stylesheet, stylesheet, XPath.MATCH, in startElement() local187 template.setMatch(rootMatch); in startElement()
2072 top = &(style->rootMatch); in xsltAddTemplate()2315 list = curstyle->rootMatch; in xsltGetTemplate()2336 list = curstyle->rootMatch; in xsltGetTemplate()2492 if (style->rootMatch != NULL) in xsltFreeTemplateHashes()2493 xsltFreeCompMatchList(style->rootMatch); in xsltFreeTemplateHashes()
1511 void *rootMatch; /* template based on / */ member