XPathReader
XPathHandler
96979899100101102103104105106
super( name ); } public void setUp() throws ParserConfigurationException, SAXException, IOException { this.reader = new XPathReader(); this.actual = new ConformanceXPathHandler(); this.reader.setXPathHandler( this.actual );