Package | Description |
---|---|
org.basex.query.expr |
XQuery expressions.
|
org.basex.query.value.item |
Modifier and Type | Method and Description |
---|---|
protected Bin |
ParseExpr.toBin(Expr ex,
QueryContext qc)
Checks if the specified expression yields a binary item.
|
protected Bin |
ParseExpr.toBin(Item it)
Checks if the specified item is a binary item.
|
Modifier and Type | Class and Description |
---|---|
class |
B64
Base64 item (
xs:base64Binary ). |
class |
B64Stream
Streamable base64 item (
xs:base64Binary ). |
class |
Hex
HexBinary item (
xs:hexBinary ). |
Constructor and Description |
---|
B64(Bin bin,
InputInfo ii)
Constructor.
|
Hex(Bin bin,
InputInfo ii)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.