|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionDocument | |
---|---|
net.opengis.ogc | |
net.opengis.ogc.impl |
Uses of ExpressionDocument in net.opengis.ogc |
---|
Subinterfaces of ExpressionDocument in net.opengis.ogc | |
---|---|
interface |
AddDocument
A document containing one Add(@http://www.opengis.net/ogc) element. |
interface |
DivDocument
A document containing one Div(@http://www.opengis.net/ogc) element. |
interface |
FunctionDocument
A document containing one Function(@http://www.opengis.net/ogc) element. |
interface |
LiteralDocument
A document containing one Literal(@http://www.opengis.net/ogc) element. |
interface |
MulDocument
A document containing one Mul(@http://www.opengis.net/ogc) element. |
interface |
PropertyNameDocument
A document containing one PropertyName(@http://www.opengis.net/ogc) element. |
interface |
SubDocument
A document containing one Sub(@http://www.opengis.net/ogc) element. |
Methods in net.opengis.ogc that return ExpressionDocument | |
---|---|
static ExpressionDocument |
ExpressionDocument.Factory.newInstance()
|
static ExpressionDocument |
ExpressionDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(File file)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(InputStream is)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(Node node)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(Reader r)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(String xmlAsString)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(URL u)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ExpressionDocument |
ExpressionDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ExpressionDocument |
ExpressionDocument.Factory.parse(XMLStreamReader sr)
|
static ExpressionDocument |
ExpressionDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of ExpressionDocument in net.opengis.ogc.impl |
---|
Classes in net.opengis.ogc.impl that implement ExpressionDocument | |
---|---|
class |
AddDocumentImpl
A document containing one Add(@http://www.opengis.net/ogc) element. |
class |
DivDocumentImpl
A document containing one Div(@http://www.opengis.net/ogc) element. |
class |
ExpressionDocumentImpl
A document containing one expression(@http://www.opengis.net/ogc) element. |
class |
FunctionDocumentImpl
A document containing one Function(@http://www.opengis.net/ogc) element. |
class |
LiteralDocumentImpl
A document containing one Literal(@http://www.opengis.net/ogc) element. |
class |
MulDocumentImpl
A document containing one Mul(@http://www.opengis.net/ogc) element. |
class |
PropertyNameDocumentImpl
A document containing one PropertyName(@http://www.opengis.net/ogc) element. |
class |
SubDocumentImpl
A document containing one Sub(@http://www.opengis.net/ogc) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |