Uses of Interface
net.opengis.ogc.LiteralDocument

Packages that use LiteralDocument
net.opengis.ogc   
net.opengis.ogc.impl   
 

Uses of LiteralDocument in net.opengis.ogc
 

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

Uses of LiteralDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement LiteralDocument
 class LiteralDocumentImpl
          A document containing one Literal(@http://www.opengis.net/ogc) element.
 



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