Uses of Class
org.opencms.json.XMLTokener
Packages that use XMLTokener
Package
Description
Classes to create JSON objects and arrays for JavaScript in OpenCms.
-
Uses of XMLTokener in org.opencms.json
Methods in org.opencms.json with parameters of type XMLTokenerModifier and TypeMethodDescriptionstatic JSONArray
JSONML.toJSONArray
(XMLTokener x) Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.