xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
JsonArray类 参考
类 JsonArray 继承关系图:
Inheritance graph
JsonArray 的协作图:
Collaboration graph

Public 成员函数

静态 Public 属性

额外继承的成员函数

详细描述

JsonArray类,继承自JsonNode,用于表示JSON数组类型的节点 提供了一系列用于操作JSON数组的方法

在文件 JsonArray.x5 行定义.

构造及析构函数说明

◆ JsonArray() [1/2]

JsonArray ( )

◆ JsonArray() [2/2]

成员函数说明

◆ asXml()

XmlObject asXml ( String  )

重载 JsonNode .

◆ child()

JsonNode child ( )

重载 JsonNode .

◆ clone()

JsonNode clone ( )

重载 JsonNode .

◆ equals()

bool equals ( JsonNode  )

重载 JsonNode .

◆ finalize()

void finalize ( )

重载 JsonNode .

◆ get()

JsonNode get ( int  ) throws IllegalArgumentException

◆ getArray()

JsonArray getArray ( int  ) throws IllegalArgumentException

◆ getBool()

bool getBool ( int  ) throws IllegalArgumentException

◆ getDouble()

double getDouble ( int  ) throws IllegalArgumentException

◆ getInt()

int getInt ( int  ) throws IllegalArgumentException

◆ getLong()

long getLong ( int  ) throws IllegalArgumentException

◆ getName()

String getName ( )

重载 JsonNode .

◆ getObject()

JsonObject getObject ( int  ) throws IllegalArgumentException

◆ getString()

String getString ( int  ) throws IllegalArgumentException

◆ getType()

final int getType ( )

重载 JsonNode .

◆ isArray()

bool isArray ( )

重载 JsonNode .

◆ isNull()

bool isNull ( int  ) throws IllegalArgumentException

◆ length()

int length ( )

◆ next()

JsonNode next ( )

重载 JsonNode .

◆ Object() [1/2]

Object ( int  )

◆ Object() [2/2]

Object ( int  ,
  Object 
) throws IllegalArgumentException

◆ prev()

JsonNode prev ( )

重载 JsonNode .

◆ put() [1/2]

void put ( int  ,
  Object 
) throws IllegalArgumentException

被这些函数引用 QCefConfig.addCommandLineSwitch().

这是这个函数的调用关系图:

◆ put() [2/2]

void put ( Object  )

◆ remove()

bool remove ( int  ) throws IllegalArgumentException

◆ toString() [1/2]

String toString ( )

重载 JsonNode .

◆ toString() [2/2]

String toString ( bool  )

重载 JsonNode .

结构体成员变量说明

◆ JSONTYPE_ARRAY

const int JSONTYPE_ARRAY
static

在文件 JsonArray.x12 行定义.

◆ JSONTYPE_BOOL

const int JSONTYPE_BOOL
static

在文件 JsonArray.x8 行定义.

◆ JSONTYPE_NULL

const int JSONTYPE_NULL
static

在文件 JsonArray.x9 行定义.

◆ JSONTYPE_NUMBER

const int JSONTYPE_NUMBER
static

在文件 JsonArray.x10 行定义.

◆ JSONTYPE_OBJECT

const int JSONTYPE_OBJECT
static

在文件 JsonArray.x13 行定义.

◆ JSONTYPE_STRING

const int JSONTYPE_STRING
static

在文件 JsonArray.x11 行定义.