net.simplace.core.xmleditorkit.XMLReader
public class XMLReader {
// Class Methods
// Public Instance Methods public void read(InputStream is, Document d, int pos) throws IOException,
BadLocationException;
public int writeNode(Document doc, Node node, int pos, ArrayList specs)
throws BadLocationException;
public int writeNodeOld(Document doc, Element node, int pos)
throws BadLocationException;
}
Returned by: getInstance()