DTD_WEB_LOCATION, SCHEMA_WEB_LOCATION
Constructor and Description |
---|
BaseXMLStore() |
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
getCacheFile(java.io.File cacheDirectory,
java.lang.String filename)
Used to get a file object which points to a cache file.
|
protected java.lang.String |
urlToText(java.net.URL url)
Used to convert a URL into text.
|
protected void |
writeCache(java.io.File file,
org.w3c.dom.Document doc)
Used to write the case document to a file
|
createDocBuilder, createFactory, deleteNode, domToStr, domToStrNoXMLProlog, encodeAttributeValue, firstChild, fixXMl, getAttribute, getElement, getFirstChildElement, getFloatFromXML, getIntegerFromXML, getLastChildElement, getLongFromXML, getSchema, getStringFromXML, getStringFromXMLOrNull, getURLFromXML, getURLFromXMLOrNull, hasNode, parse, parse, parse, quoteXPathQuery, selectChildNodes, selectNodeList, selectSingleNode, strToDom, strToDom, strToDom, writeXML
protected void writeCache(java.io.File file, org.w3c.dom.Document doc) throws StoreException
file
- The file to write it todoc
- The contents to writeStoreException
- Thrown if their is a problem writing the cacheprotected java.io.File getCacheFile(java.io.File cacheDirectory, java.lang.String filename)
cacheDirectory
- The directory the cache is located infilename
- The filename of the cacheprotected java.lang.String urlToText(java.net.URL url)
url
- The URL to convert to text.