IP*Works! V9

ipworks
Class JSONElement

java.lang.Object
  extended by ipworks.JSONElement

public class JSONElement
extends java.lang.Object

An element contained within the JSON document.

This type describes a JSON element.

The elements are inserted into the array in the same order they are found in the document.

Name: The Name field provides the local name of the element. For elements within an array, the Name field will be empty.

XText: This field contains the inner text of the element.

See Also:
Atom, Atom.JSONElement

Constructor Summary
JSONElement()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getXText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONElement

public JSONElement()
Method Detail

getName

public java.lang.String getName()

getXText

public java.lang.String getXText()

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.