Searched refs:_template (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DLocationPathPattern.java38 private Template _template; field in class:LocationPathPattern
52 _template = template;
59 return _template;
H A DSyntaxTreeNode.java72 private Template _template; // Template ancestor node field in class:SyntaxTreeNode
387 if (_template == null) {
391 _template = (Template)parent;
393 return(_template);
H A DParser.java90 private Template _template; // Reference to the template being parsed. field in class:Parser
113 _template = null;
925 return _template;
929 _template = template;

Completed in 27 milliseconds