public final class JsonAttsConverter extends JsonConverter
Modifier and Type | Method and Description |
---|---|
void |
booleanLit(byte[] value)
Called when a boolean literal is encountered.
|
void |
closeArg()
Called when an argument of a constructor function is closed.
|
void |
closeConstr()
Called when a constructor function is closed.
|
FDoc |
finish()
Returns the resulting XQuery value.
|
void |
nullLit()
Called when a
null literal is encountered. |
void |
numberLit(byte[] value)
Called when a number literal is encountered.
|
void |
openArg()
Called when an argument of a constructor function is opened.
|
void |
openConstr(byte[] name)
Called when a constructor function is opened.
|
void |
stringLit(byte[] value)
Called when a string literal is encountered.
|
convert, convert, get
public void openConstr(byte[] name)
JsonConverter
name
- name of the constructorpublic void openArg()
JsonConverter
public void closeArg()
JsonConverter
public void closeConstr()
JsonConverter
public void numberLit(byte[] value)
JsonConverter
value
- string representation of the number literalpublic void stringLit(byte[] value)
JsonConverter
value
- the stringpublic void nullLit()
JsonConverter
null
literal is encountered.public void booleanLit(byte[] value)
JsonConverter
value
- the booleanpublic FDoc finish()
JsonConverter
Copyright © 2005–2015 BaseX Team. All rights reserved.