Package | Description |
---|---|
com.aspose.json |
Modifier and Type | Field and Description |
---|---|
static XMLParserConfiguration |
XMLParserConfiguration.KEEP_STRINGS
Original configuration of the XML Parser except that values are kept as strings.
|
static XMLParserConfiguration |
XMLParserConfiguration.ORIGINAL
Original Configuration of the XML Parser.
|
Modifier and Type | Method and Description |
---|---|
static JSONObject |
XML.toJSONObject(Reader reader,
XMLParserConfiguration config)
Convert a well-formed (but not necessarily valid) XML into a
JSONObject.
|
static JSONObject |
XML.toJSONObject(String string,
XMLParserConfiguration config)
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject.
|
static String |
XML.toString(Object object,
String tagName,
XMLParserConfiguration config)
Convert a JSONObject into a well-formed, element-normal XML string.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.