Package | Description |
---|---|
com.codename1.rad.io | |
com.codename1.rad.processing |
<h1>XPath based expression language designed to assist in JSON/XML parsing/generating</h1>
<p>
The
Result class provides a subset of
<a href="http://www.w3schools.com/xsl/xpath_intro.asp">XPath</a>, but it is not limited to just XML
documents, it can also work with JSON documents, and even with raw Map objects. |
Modifier and Type | Method and Description |
---|---|
EntityList |
ResultParser.parse(Result result,
EntityList out)
Parses a result into the provided EntityList.
|
Entity |
ResultParser.parseRow(Result rowResult,
Entity rowEntity)
Parse a single row of a result into the given row entity.
|
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 © 2021. All Rights Reserved.