|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlFileDocument
Interface for entities which persist their content in XML files.
| Method Summary | |
|---|---|
java.util.List<XmlNodeError> |
getErrors()
Get the collection of errors generated during the most recent file load. |
java.lang.String |
getXmlDefaultNamespace()
Get the XML default namespace. |
java.lang.String |
getXmlSchemaLocation()
Get the schema location. |
void |
logError(org.w3c.dom.Node node,
java.lang.String message)
Handle an error encountered while loading this document. |
| Methods inherited from interface net.charlesames.utility.io.FileDocument |
|---|
dispose, getFile, getLoadDate, isDirty, load, makeDirty, save, setFile |
| Method Detail |
|---|
java.lang.String getXmlDefaultNamespace()
java.lang.String getXmlSchemaLocation()
java.util.List<XmlNodeError> getErrors()
void logError(org.w3c.dom.Node node,
java.lang.String message)
node - The XML node where this error was detected.message - A text string describing the error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||