|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FXModelException | |
| com.fg.xmleditor | |
| Uses of FXModelException in com.fg.xmleditor |
| Methods in com.fg.xmleditor that throw FXModelException | |
void |
FXDocumentModelImpl.newDocument(java.net.URL schemaURL)
Creates a new empty XML document for the specified XML Schema for the first available root namespace and element name found. |
void |
FXDocumentModelImpl.newDocument(java.net.URL schemaURL,
java.lang.String elementName)
Creates a new empty XML document for specified XML Schema and name of the root element. |
void |
FXDocumentModelImpl.newDocument(java.net.URL schemaURL,
java.lang.String ns,
java.lang.String elementName)
Creates a new empty XML document for specified XML Schema and namespace and name of the root element. |
java.util.List |
FXDocumentModelImpl.openDocument(java.net.URL schemaURL,
org.w3c.dom.Document doc)
Opens an existing XML document with specified XML Schema. |
java.util.List |
FXDocumentModelImpl.openDocument(java.net.URL schemaURL,
java.net.URL docURL)
Opens an existing XML document with specified XML Schema. |
java.util.List |
FXDocumentModelImpl.openDocument(java.net.URL schemaURL,
org.xml.sax.InputSource src)
Opens an existing XML document with specified XML Schema. |
void |
FXDocumentModel.newDocument(java.net.URL schemaURL)
Creates new empty XML document for the specified XML Schema for the first available root namespace and element name found. |
void |
FXDocumentModel.newDocument(java.net.URL schemaURL,
java.lang.String elementName)
Creates a new empty XML document for specified XML Schema and name of the root element. |
void |
FXDocumentModel.newDocument(java.net.URL schemaURL,
java.lang.String ns,
java.lang.String elementName)
Creates a new empty XML document for specified XML Schema and namespace and name of the root element. |
java.util.List |
FXDocumentModel.openDocument(java.net.URL schemaURL,
org.w3c.dom.Document doc)
Opens an existing XML document with specified XML Schema. |
java.util.List |
FXDocumentModel.openDocument(java.net.URL schemaURL,
java.net.URL docURL)
Opens an existing XML document with specified XML Schema. |
java.util.List |
FXDocumentModel.openDocument(java.net.URL schemaURL,
org.xml.sax.InputSource src)
Opens an existing XML document with specified XML Schema. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||