JavaXT
Home
Documentation
Downloads
Wiki
About
javaxt-core
javaxt-server
javaxt-express
javaxt-webcontrols
javaxt-orm
Revision History
orm
Compiler
Field
ForeignKey
Main
Model
Parser
Schema
Utils
Writer
javaxt-exchange
javaxt-gis
javaxt-rss
Parser Class
Show Source
Used to extract models defined in a javascript or json document.
Constructors
Parser
(
String
input
)
Show Source
Parser
(
JSONObject
json
)
Show Source
Public Methods
getModels
( ) returns
Model[]
Returns all the models found in the input document.
Show Source