|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentException | |
---|---|
sk.uniba.euromath.document | Manages in-memory document. |
sk.uniba.euromath.editor | Editor - Core of Multi Editor Architecture |
sk.uniba.euromath.editor.xmlEditor.actions | Actions for XMLEditor |
Uses of DocumentException in sk.uniba.euromath.document |
---|
Methods in sk.uniba.euromath.document that throw DocumentException | |
---|---|
boolean |
DocumentContent.containsElements(String id)
Deprecated. |
Attr |
DocumentContent.getAttrNode(String id)
Deprecated. |
Comment |
DocumentContent.getCommentNode(String id)
Deprecated. |
String |
DocumentContent.getData(String id)
Deprecated. |
Element |
DocumentContent.getElement(String id)
Deprecated. |
ProcessingInstruction |
DocumentContent.getPINode(String id)
Deprecated. |
sk.baka.ikslibs.levelmapper.NodeListID |
DocumentContent.getTextNode(String id)
Deprecated. |
String |
DocumentModifier.insertText(sk.baka.ikslibs.ptr.DOMPoint ip,
String contextId,
String value,
short type)
Deprecated. |
void |
DocumentModifyHelper.insertTextNode(Shell shell,
Element element)
Inserts text to end of element by dialog. |
XMLAccess |
DocumentFactory.loadDocument(IPath resource)
Loads an XML from specified location and prepares it for editing. |
XMLAccess |
DocumentFactory.loadDocument(String url)
Loads an XML from specified location and prepares it for editing. |
XMLAccess |
DocumentFactory.loadDocument(URL url)
Loads an XML from specified location and prepares it for editing. |
XMLAccess |
DocumentFactory.newDocument(Document doc,
URLDir root,
String fileName)
Initializes an XMLAccess instance from given DOM document. |
XMLAccess |
DocumentFactory.newDocument(URLDir root,
String fileName)
Creates XMLAccess instance with empty document. |
Uses of DocumentException in sk.uniba.euromath.editor |
---|
Methods in sk.uniba.euromath.editor that throw DocumentException | |
---|---|
void |
XMLResourceManipulator.load()
Deserializes the document. |
protected void |
XMLResourceManipulator.load(IPath data)
|
Uses of DocumentException in sk.uniba.euromath.editor.xmlEditor.actions |
---|
Methods in sk.uniba.euromath.editor.xmlEditor.actions with parameters of type DocumentException | |
---|---|
protected void |
XMLAccessModifyAction.handleDocumentException(DocumentException ex)
Handles the exception that occured when asking for node for invalid id in IDManager: prints an error message and logs it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |