public class XmlInputObject extends InputObject
| Modifier and Type | Field and Description |
|---|---|
static Character |
AMP
The Character '&'.
|
static Character |
APOS
The Character '''.
|
static Character |
BANG
The Character '!'.
|
static Character |
EQ
The Character '='.
|
static Character |
GT
The Character '>'.
|
static Character |
LT
The Character '<'.
|
static Character |
QUEST
The Character '?'.
|
static Character |
QUOT
The Character '"'.
|
static Character |
SLASH
The Character '/'.
|
mapKEY_CHILD_RESOURCE, KEY_CHILD_RESOURCES, KEY_COMMAND, KEY_COMMANDS, KEY_ENTITY, KEY_METHODS| Constructor and Description |
|---|
XmlInputObject(InputStream inputstream)
Construct a XmlInputObjectfrom a input stream.
|
XmlInputObject(String source)
Construct a XmlInputObjectfrom a XML text string.
|
XmlInputObject(XmlInputReader xmlReader) |
| Modifier and Type | Method and Description |
|---|---|
Map |
getMap() |
Map |
initializeMap()
Construct and returns a map of input key-value pairs
|
get, getBoolean, getDouble, getInt, getLong, getString, has, isNull, keys, length, put, putMap, putMap, stringToValuegetElementLink, getEndXmlElement, getHint, getHtmlForComponent, getHtmlHeader, getHtmlRepresentationForAttributes, getHtmlRespresentationsForCommand, getJsonForMethodMetaData, getJsonForMethodMetaData, getStartXmlElement, getStatistic, getStatistics, getStringMap, getXmlForMethodMetaData, jsonValue, quote, readAsString, slashToDashpublic static final Character AMP
public static final Character APOS
public static final Character BANG
public static final Character EQ
public static final Character GT
public static final Character LT
public static final Character QUEST
public static final Character QUOT
public static final Character SLASH
public XmlInputObject(InputStream inputstream) throws InputException, IOException
inputstream - an input streamInputException - If there is a syntax error in the source
input stream or a duplicate key.IOExceptionpublic XmlInputObject(String source) throws InputException
source - A XML text stringInputException - If there is a syntax error in the source
string or a duplicated key.public XmlInputObject(XmlInputReader xmlReader)
public Map initializeMap() throws InputException
initializeMap in class InputObjectInputException - If there is a syntax error in the source string
or a duplicated key.public Map getMap()
Copyright © 2019. All rights reserved.