net.sf.sqs_xml.editor.base.source
クラス DOMTreeSource
java.lang.Object
net.sf.sqs_xml.editor.base.source.Source
net.sf.sqs_xml.editor.base.source.DOMTreeSource
- 直系の既知のサブクラス:
- SQSSource
- public class DOMTreeSource
- extends Source
- 作成者:
- hiroya
クラス net.sf.sqs_xml.editor.base.source.Source から継承したメソッド |
equals, getFile, getTitle, getURL, isDirty, isModified, isReadOnly, lastModified, save, setDirty, setFile, setReadOnly, toString, update |
クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DOMTreeSource
public DOMTreeSource()
throws SourceException
DOMTreeSource
public DOMTreeSource(java.io.File file)
throws SourceException
DOMTreeSource
public DOMTreeSource(java.net.URL url,
boolean readonly,
java.lang.String title)
throws SourceException
initialize
public void initialize()
throws SourceException
- 例外:
SourceException
initialize
public void initialize(java.io.File file)
throws SourceException
- 例外:
SourceException
initialize
public void initialize(java.io.InputStream stream)
throws SourceException
- 定義:
- クラス
Source
内の initialize
- 例外:
SourceException
getUndoManager
public javax.swing.undo.UndoManager getUndoManager(org.w3c.dom.Node node)
getDocument
public javax.swing.text.Document getDocument(org.w3c.dom.Node node)
putUndoManager
public void putUndoManager(org.w3c.dom.Node node,
javax.swing.undo.UndoManager undoManager)
putDocument
public void putDocument(org.w3c.dom.Node node,
javax.swing.text.Document document)
createDocument
public org.w3c.dom.Document createDocument(java.io.File file)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
- 例外:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
createDocument
public org.w3c.dom.Document createDocument(java.io.InputStream stream)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
- 例外:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
getDocument
public org.w3c.dom.Document getDocument()
getTreeModel
public javax.swing.tree.TreeModel getTreeModel()
createInputStream
public java.io.InputStream createInputStream()
throws java.io.IOException
- 定義:
- クラス
Source
内の createInputStream
- 例外:
java.io.IOException