org.schwiebert.abl4j.io
Interface IXmlDeserializationVisitor
- All Known Implementing Classes:
- XmlReader
public interface IXmlDeserializationVisitor
An XML-deserialization-visitor...
- Author:
- sschwieb
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
© 2007 Stephan Schwiebert