Skip navigation links

JAST: Java Abstract Syntax Trees

Packages 
Package Description
uk.ac.sheffield.jast
Readers for parsing XML to Java and writers for serialising Java to XML.
uk.ac.sheffield.jast.ast
Types that model the AST-tree nodes of a bespoke Java abstract syntax tree.
uk.ac.sheffield.jast.build
Builders for constructing Java syntax trees by call-back from an XML parser.
uk.ac.sheffield.jast.filter
Filters for matching different types of node in XML document object models.
uk.ac.sheffield.jast.test
Test programs to demonstrate the use of these XML processing tools.
uk.ac.sheffield.jast.valid
Grammar readers and validation engines for validating XML documents.
uk.ac.sheffield.jast.xml
Types that model the DOM-tree nodes of an XML document object model.
uk.ac.sheffield.jast.xpath
The XPath search engine for searching within XML document object models.
Skip navigation links