net.simplace.util.xmleditorkit.XMLReader




public class XMLReader {


// Class Methods
public static XMLReader getInstance();


// 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()