TRANSLATIONDETAILS |
AUTHOREDRESOURCE.addNewTranslations() |
Appends and returns a new empty value (as xml) as the last "translations" element
|
TRANSLATIONDETAILS[] |
AUTHOREDRESOURCE.getTranslationsArray() |
Gets array of all "translations" elements
|
TRANSLATIONDETAILS |
AUTHOREDRESOURCE.getTranslationsArray(int i) |
Gets ith "translations" element
|
TRANSLATIONDETAILS |
AUTHOREDRESOURCE.insertNewTranslations(int i) |
Inserts and returns a new empty value (as xml) as the ith "translations" element
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.newInstance() |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(File file) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(InputStream is) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(Reader r) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(String xmlAsString) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(URL u) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(XMLStreamReader sr) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(Node node) |
|
static TRANSLATIONDETAILS |
TRANSLATIONDETAILS.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|