Package gnu.kawa.xml
Class Document
java.lang.Object
gnu.kawa.xml.Document
Implement the XQuery function 'document'.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Clear the thread-local uri-to-document map.static void
Clear the global uri-to-document "soft" cache.static KDocument
static void
static KDocument
parseCached
(gnu.kawa.io.Path uri) static KDocument
parseCached
(Object uri)
-
Field Details
-
document
-
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
parse
- Throws:
Throwable
-
parse
- Throws:
Throwable
-
clearLocalCache
public static void clearLocalCache()Clear the thread-local uri-to-document map. -
clearSoftCache
public static void clearSoftCache()Clear the global uri-to-document "soft" cache. -
parseCached
- Throws:
Throwable
-
parseCached
- Throws:
Throwable
-