| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.nov2015 | |
| org.kaazing.gateway.server.config.nov2015.impl |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertiesType.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertyType[] |
PropertiesType.getPropertyArray()
Gets array of all "property" elements
|
PropertyType |
PropertiesType.getPropertyArray(int i)
Gets ith "property" element
|
PropertyType |
PropertiesType.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
static PropertyType |
PropertyType.Factory.newInstance() |
static PropertyType |
PropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(File file) |
static PropertyType |
PropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(InputStream is) |
static PropertyType |
PropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(Node node) |
static PropertyType |
PropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(Reader r) |
static PropertyType |
PropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(String xmlAsString) |
static PropertyType |
PropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(URL u) |
static PropertyType |
PropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PropertyType |
PropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PropertyType |
PropertyType.Factory.parse(XMLStreamReader sr) |
static PropertyType |
PropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesType.setPropertyArray(int i,
PropertyType property)
Sets ith "property" element
|
void |
PropertiesType.setPropertyArray(PropertyType[] propertyArray)
Sets array of all "property" element
|
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertiesTypeImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertyType[] |
PropertiesTypeImpl.getPropertyArray()
Gets array of all "property" elements
|
PropertyType |
PropertiesTypeImpl.getPropertyArray(int i)
Gets ith "property" element
|
PropertyType |
PropertiesTypeImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesTypeImpl.setPropertyArray(int i,
PropertyType property)
Sets ith "property" element
|
void |
PropertiesTypeImpl.setPropertyArray(PropertyType[] propertyArray)
Sets array of all "property" element
|
Copyright © 2014–2016. All rights reserved.