it.unipd.dei.ims.nestor.experiment.test.tois2014.inex.old
Class XalanTopic2

java.lang.Object
  extended by it.unipd.dei.ims.nestor.experiment.test.tois2014.inex.old.XalanTopic2

public class XalanTopic2
extends java.lang.Object

The class resolving topic 1 of INEX 2009 using the Xalan //article[about(., Nobel prize)] which has //article as structural part. This translates in "Give me all the text of the descendants of the element article (note that article = root in INEX2009)". In Xalan this corresponds to //article XPath.

Author:
silvello

Constructor Summary
XalanTopic2()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XalanTopic2

public XalanTopic2()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        javax.xml.stream.XMLStreamException,
                        javax.xml.xpath.XPathExpressionException,
                        org.xml.sax.SAXException,
                        javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
javax.xml.stream.XMLStreamException
javax.xml.xpath.XPathExpressionException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException