Package | Description |
---|---|
gnu.kawa.xml | |
gnu.xquery.util |
Modifier and Type | Method and Description |
---|---|
static KDocument |
Document.parse(java.lang.Object uri) |
static KDocument |
Document.parseCached(java.lang.Object uri) |
static KDocument |
Document.parseCached(Path uri) |
Modifier and Type | Method and Description |
---|---|
static KDocument |
NodeUtils.rootDocument(java.lang.Object arg)
Return root node, coerced to a document node.
|