ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.io
Interface IXmlDeserializationVisitor

All Known Implementing Classes:
XmlReader

public interface IXmlDeserializationVisitor

An XML-deserialization-visitor...

Author:
sschwieb

Method Summary
 void close()
           
 void initialize(InputStream in)
           
 void visitConstituent(Element constituent)
           
 void visitNonTerminal(Element nonTerminal)
           
 void visitSentence(Element sentence)
           
 void visitTree(Element tree)
           
 void visitTreeBank(Element treebank)
           
 void visitWord(Element word)
           
 

Method Detail

initialize

void initialize(InputStream in)
                throws IOException
Throws:
IOException

visitTreeBank

void visitTreeBank(Element treebank)
                   throws IOException
Throws:
IOException

visitTree

void visitTree(Element tree)
               throws IOException
Throws:
IOException

visitSentence

void visitSentence(Element sentence)
                   throws IOException
Throws:
IOException

visitConstituent

void visitConstituent(Element constituent)
                      throws IOException
Throws:
IOException

visitWord

void visitWord(Element word)
               throws IOException
Throws:
IOException

visitNonTerminal

void visitNonTerminal(Element nonTerminal)
                      throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert