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