| Package | Description |
|---|---|
| x0.oasisNamesTcEbxmlRegrepXsdRim3 | |
| x0.oasisNamesTcEbxmlRegrepXsdRim3.impl |
| Modifier and Type | Method and Description |
|---|---|
LocalizedStringType |
LocalizedStringDocument.addNewLocalizedString()
Appends and returns a new empty "LocalizedString" element
|
LocalizedStringType |
InternationalStringType.addNewLocalizedString()
Appends and returns a new empty value (as xml) as the last "LocalizedString" element
|
LocalizedStringType |
LocalizedStringDocument.getLocalizedString()
Gets the "LocalizedString" element
|
LocalizedStringType[] |
InternationalStringType.getLocalizedStringArray()
Gets array of all "LocalizedString" elements
|
LocalizedStringType |
InternationalStringType.getLocalizedStringArray(int i)
Gets ith "LocalizedString" element
|
LocalizedStringType |
InternationalStringType.insertNewLocalizedString(int i)
Inserts and returns a new empty value (as xml) as the ith "LocalizedString" element
|
static LocalizedStringType |
LocalizedStringType.Factory.newInstance() |
static LocalizedStringType |
LocalizedStringType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(java.io.File file) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(java.io.InputStream is) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(org.w3c.dom.Node node) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(java.io.Reader r) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(java.lang.String xmlAsString) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(java.net.URL u) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static LocalizedStringType |
LocalizedStringType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static LocalizedStringType |
LocalizedStringType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static LocalizedStringType |
LocalizedStringType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizedStringDocument.setLocalizedString(LocalizedStringType localizedString)
Sets the "LocalizedString" element
|
void |
InternationalStringType.setLocalizedStringArray(int i,
LocalizedStringType localizedString)
Sets ith "LocalizedString" element
|
void |
InternationalStringType.setLocalizedStringArray(LocalizedStringType[] localizedStringArray)
Sets array of all "LocalizedString" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalizedStringTypeImpl
An XML LocalizedStringType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedStringType |
InternationalStringTypeImpl.addNewLocalizedString()
Appends and returns a new empty value (as xml) as the last "LocalizedString" element
|
LocalizedStringType |
LocalizedStringDocumentImpl.addNewLocalizedString()
Appends and returns a new empty "LocalizedString" element
|
LocalizedStringType |
LocalizedStringDocumentImpl.getLocalizedString()
Gets the "LocalizedString" element
|
LocalizedStringType[] |
InternationalStringTypeImpl.getLocalizedStringArray()
Gets array of all "LocalizedString" elements
|
LocalizedStringType |
InternationalStringTypeImpl.getLocalizedStringArray(int i)
Gets ith "LocalizedString" element
|
LocalizedStringType |
InternationalStringTypeImpl.insertNewLocalizedString(int i)
Inserts and returns a new empty value (as xml) as the ith "LocalizedString" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizedStringDocumentImpl.setLocalizedString(LocalizedStringType localizedString)
Sets the "LocalizedString" element
|
void |
InternationalStringTypeImpl.setLocalizedStringArray(int i,
LocalizedStringType localizedString)
Sets ith "LocalizedString" element
|
void |
InternationalStringTypeImpl.setLocalizedStringArray(LocalizedStringType[] localizedStringArray)
Sets array of all "LocalizedString" element
|
Copyright © 2015–2018 52north.org. All rights reserved.