Home | Download | Showcase | Overview | Widgets | API | |
Overview Calculator Hierarchy Properties Events XML Internationalization |
DTD The Document Type Definition for Thinlet XML documents is available at: http://thinlet.dev.java.net/thinlet.dtd. XML parser Thinlet's simple and extremely compact parser is designed to parse XML sources written for its GUI description. It is appropriate for this task, although it is not a full featured complete parser. It includes a simple XML parser, you can use the following methods for a SAX-like parsing: protected void parseXML(InputStream inputstream) throws IOException or the following methods for DOM-like parsing: protected Object parseDOM(InputStream inputstream) throws IOException |
Copyright © 2002-2006 Robert Bajzat - All rights reserved. |