| Package | Description |
|---|---|
| com.codename1.processing |
XPath based expression language designed to assist in JSON/XML parsing/generating
|
| Modifier and Type | Method and Description |
|---|---|
static Result |
Result.fromContent(Element content)
Create an evaluator object from a parsed XML DOM.
|
static Result |
Result.fromContent(InputStream content,
String format)
Create an evaluator object from a structured content document (XML, JSON,
etc) input stream.
|
static Result |
Result.fromContent(Map content)
Create an evaluator object from parsed JSON content DOM.
|
static Result |
Result.fromContent(Reader content,
String format)
Create an evaluator object from a structured content document (XML, JSON,
etc) input stream.
|
static Result |
Result.fromContent(String content,
String format)
Create an evaluator object from a structured content document (XML, JSON,
etc) as a string.
|
Copyright © 2023. All rights reserved.