Package net.simplace.core.xmleditorkit
Klasse XMLReader
java.lang.Object
net.simplace.core.xmleditorkit.XMLReader
- Autor:
- Stanislav Lapitsky
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic XMLReadervoidread(InputStream is, Document d, int pos) intwriteNode(Document doc, Node node, int pos, ArrayList<DefaultStyledDocument.ElementSpec> specs) intwriteNodeOld(Document doc, Element node, int pos)
-
Methodendetails
-
getInstance
-
read
- Löst aus:
IOExceptionBadLocationException
-
writeNode
public int writeNode(Document doc, Node node, int pos, ArrayList<DefaultStyledDocument.ElementSpec> specs) throws BadLocationException - Löst aus:
BadLocationException
-
writeNodeOld
- Löst aus:
BadLocationException
-