Uses of Interface
org.oasisOpen.docs.wsn.t1.TopicAttribute
-
Packages that use TopicAttribute Package Description org.oasisOpen.docs.wsn.t1 org.oasisOpen.docs.wsn.t1.impl -
-
Uses of TopicAttribute in org.oasisOpen.docs.wsn.t1
Methods in org.oasisOpen.docs.wsn.t1 that return TopicAttribute Modifier and Type Method Description static TopicAttributeTopicAttribute.Factory. newInstance()static TopicAttributeTopicAttribute.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TopicAttributeTopicAttribute.Factory. parse(File file)static TopicAttributeTopicAttribute.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TopicAttributeTopicAttribute.Factory. parse(InputStream is)static TopicAttributeTopicAttribute.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TopicAttributeTopicAttribute.Factory. parse(Reader r)static TopicAttributeTopicAttribute.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TopicAttributeTopicAttribute.Factory. parse(String xmlAsString)static TopicAttributeTopicAttribute.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TopicAttributeTopicAttribute.Factory. parse(URL u)static TopicAttributeTopicAttribute.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TopicAttributeTopicAttribute.Factory. parse(XMLStreamReader sr)static TopicAttributeTopicAttribute.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TopicAttributeTopicAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TopicAttributeTopicAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TopicAttributeTopicAttribute.Factory. parse(Node node)static TopicAttributeTopicAttribute.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of TopicAttribute in org.oasisOpen.docs.wsn.t1.impl
Classes in org.oasisOpen.docs.wsn.t1.impl that implement TopicAttribute Modifier and Type Class Description classTopicAttributeImplA document containing one topic(@http://docs.oasis-open.org/wsn/t-1) attribute.
-