Uses of Interface
org.oasisOpen.docs.wsn.t1.TopicSetDocument

Packages that use TopicSetDocument
org.oasisOpen.docs.wsn.t1   
org.oasisOpen.docs.wsn.t1.impl   
 

Uses of TopicSetDocument in org.oasisOpen.docs.wsn.t1
 

Methods in org.oasisOpen.docs.wsn.t1 that return TopicSetDocument
static TopicSetDocument TopicSetDocument.Factory.newInstance()
           
static TopicSetDocument TopicSetDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TopicSetDocument TopicSetDocument.Factory.parse(File file)
           
static TopicSetDocument TopicSetDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetDocument TopicSetDocument.Factory.parse(InputStream is)
           
static TopicSetDocument TopicSetDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetDocument TopicSetDocument.Factory.parse(Node node)
           
static TopicSetDocument TopicSetDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetDocument TopicSetDocument.Factory.parse(Reader r)
           
static TopicSetDocument TopicSetDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetDocument TopicSetDocument.Factory.parse(String xmlAsString)
           
static TopicSetDocument TopicSetDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetDocument TopicSetDocument.Factory.parse(URL u)
           
static TopicSetDocument TopicSetDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TopicSetDocument TopicSetDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TopicSetDocument TopicSetDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TopicSetDocument TopicSetDocument.Factory.parse(XMLStreamReader sr)
           
static TopicSetDocument TopicSetDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of TopicSetDocument in org.oasisOpen.docs.wsn.t1.impl
 

Classes in org.oasisOpen.docs.wsn.t1.impl that implement TopicSetDocument
 class TopicSetDocumentImpl
          A document containing one TopicSet(@http://docs.oasis-open.org/wsn/t-1) element.
 



Copyright © 2004-2012 52north.org. All Rights Reserved.