Uses of Interface
net.opengis.ows.x11.RoleDocument

Packages that use RoleDocument
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of RoleDocument in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return RoleDocument
static RoleDocument RoleDocument.Factory.newInstance()
           
static RoleDocument RoleDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RoleDocument RoleDocument.Factory.parse(File file)
           
static RoleDocument RoleDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RoleDocument RoleDocument.Factory.parse(InputStream is)
           
static RoleDocument RoleDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RoleDocument RoleDocument.Factory.parse(Node node)
           
static RoleDocument RoleDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RoleDocument RoleDocument.Factory.parse(Reader r)
           
static RoleDocument RoleDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RoleDocument RoleDocument.Factory.parse(String xmlAsString)
           
static RoleDocument RoleDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RoleDocument RoleDocument.Factory.parse(URL u)
           
static RoleDocument RoleDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RoleDocument RoleDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RoleDocument RoleDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RoleDocument RoleDocument.Factory.parse(XMLStreamReader sr)
           
static RoleDocument RoleDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of RoleDocument in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement RoleDocument
 class RoleDocumentImpl
          A document containing one Role(@http://www.opengis.net/ows/1.1) element.
 



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