How I create object of this class and use it on document? I was searching on the internet but nothing..
class:
http://www.jopendocument.org/docs/org/jopendocument/io/SaxStylesUnmarshaller.html
code, how use SaxStylesUnmarshaller to ODT document?
File s = new File(cestaSouboru);
ODPackage p = new ODPackage(s);
SaxStylesUnmarshaller sax = new SaxStylesUnmarshaller();
this compile and buil allright, but, how i can use saxs methods on concrait document?