Package pygar.demo0P
Class PrepareNegotiationFromText
java.lang.Object
pygar.demo0P.PrepareNegotiationFromText
public class PrepareNegotiationFromText
extends java.lang.Object
Off-line program that prepares text for demo0.
Read a document containing essays each of which has a title beginning with "Of".
Divide the essays into two parts on arbitrary boundaries so that half the text of
each essay is found in one output document and half in the other.
-
Constructor Summary
Constructors Constructor Description PrepareNegotiationFromText()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
-
Constructor Details
-
PrepareNegotiationFromText
public PrepareNegotiationFromText()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, javax.xml.stream.XMLStreamException- Parameters:
args
-- Throws:
java.io.IOException
javax.xml.stream.XMLStreamException
-