de.fuberlin.wiwiss.ng4j.trix
Class SyntacticExtensionProcessor

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.trix.SyntacticExtensionProcessor

public class SyntacticExtensionProcessor
extends Object

Implements TriX syntactic extensions by taking a DOM representation of a TriX document by finding any stylesheet processing instructions therein, fetching the stylesheets, applying them to the DOM tree, and returning the modified tree.

Author:
Richard Cyganiak (richard@cyganiak.de)

Constructor Summary
SyntacticExtensionProcessor(Document doc)
           
 
Method Summary
 void process(Result target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntacticExtensionProcessor

public SyntacticExtensionProcessor(Document doc)
Method Detail

process

public void process(Result target)
             throws TransformerException
Throws:
TransformerException