|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicType | |
---|---|
org.oasisOpen.docs.wsn.t1 | |
org.oasisOpen.docs.wsn.t1.impl |
Uses of TopicType in org.oasisOpen.docs.wsn.t1 |
---|
Subinterfaces of TopicType in org.oasisOpen.docs.wsn.t1 | |
---|---|
static interface |
TopicNamespaceType.Topic
An XML Topic(@http://docs.oasis-open.org/wsn/t-1). |
Methods in org.oasisOpen.docs.wsn.t1 that return TopicType | |
---|---|
TopicType |
TopicType.addNewTopic()
Appends and returns a new empty value (as xml) as the last "Topic" element |
TopicType[] |
TopicType.getTopicArray()
Gets array of all "Topic" elements |
TopicType |
TopicType.getTopicArray(int i)
Gets ith "Topic" element |
TopicType |
TopicType.insertNewTopic(int i)
Inserts and returns a new empty value (as xml) as the ith "Topic" element |
static TopicType |
TopicType.Factory.newInstance()
|
static TopicType |
TopicType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TopicType |
TopicType.Factory.parse(File file)
|
static TopicType |
TopicType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TopicType |
TopicType.Factory.parse(InputStream is)
|
static TopicType |
TopicType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TopicType |
TopicType.Factory.parse(Node node)
|
static TopicType |
TopicType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TopicType |
TopicType.Factory.parse(Reader r)
|
static TopicType |
TopicType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TopicType |
TopicType.Factory.parse(String xmlAsString)
|
static TopicType |
TopicType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TopicType |
TopicType.Factory.parse(URL u)
|
static TopicType |
TopicType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TopicType |
TopicType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TopicType |
TopicType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TopicType |
TopicType.Factory.parse(XMLStreamReader sr)
|
static TopicType |
TopicType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.oasisOpen.docs.wsn.t1 with parameters of type TopicType | |
---|---|
void |
TopicType.setTopicArray(int i,
TopicType topic)
Sets ith "Topic" element |
void |
TopicType.setTopicArray(TopicType[] topicArray)
Sets array of all "Topic" element |
Uses of TopicType in org.oasisOpen.docs.wsn.t1.impl |
---|
Classes in org.oasisOpen.docs.wsn.t1.impl that implement TopicType | |
---|---|
static class |
TopicNamespaceTypeImpl.TopicImpl
An XML Topic(@http://docs.oasis-open.org/wsn/t-1). |
class |
TopicTypeImpl
An XML TopicType(@http://docs.oasis-open.org/wsn/t-1). |
Methods in org.oasisOpen.docs.wsn.t1.impl that return TopicType | |
---|---|
TopicType |
TopicTypeImpl.addNewTopic()
Appends and returns a new empty value (as xml) as the last "Topic" element |
TopicType[] |
TopicTypeImpl.getTopicArray()
Gets array of all "Topic" elements |
TopicType |
TopicTypeImpl.getTopicArray(int i)
Gets ith "Topic" element |
TopicType |
TopicTypeImpl.insertNewTopic(int i)
Inserts and returns a new empty value (as xml) as the ith "Topic" element |
Methods in org.oasisOpen.docs.wsn.t1.impl with parameters of type TopicType | |
---|---|
void |
TopicTypeImpl.setTopicArray(int i,
TopicType topic)
Sets ith "Topic" element |
void |
TopicTypeImpl.setTopicArray(TopicType[] topicArray)
Sets array of all "Topic" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |