|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.filter.xml.Filter110XMLDecoder
public class Filter110XMLDecoder
Decodes XML fragments that comply to the OGC Filter Encoding Specification 1.1.0.
| Constructor Summary | |
|---|---|
Filter110XMLDecoder()
|
|
| Method Summary | |
|---|---|
static Filter |
parse(XMLStreamReader xmlStream)
Returns the object representation for the given wfs:Filter element event that the cursor of the
associated XMLStreamReader points at. |
static ComparisonOperator |
parseComparisonOperator(XMLStreamReader xmlStream)
Returns the object representation for the given ogc:comparisonOps element event that the cursor of
the associated XMLStreamReader points at. |
static CustomExpression |
parseCustomExpression(XMLStreamReader xmlStream)
Returns the object representation for the given custom ogc:expression element event that the cursor
of the associated XMLStreamReader points at. |
static Expression |
parseExpression(XMLStreamReader xmlStream)
Returns the object representation for the given ogc:expression element event that the cursor of the
associated XMLStreamReader points at. |
static Function |
parseFunction(XMLStreamReader xmlStream)
Returns the object representation for the given ogc:Function element event that the cursor of the
associated XMLStreamReader points at. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter110XMLDecoder()
| Method Detail |
|---|
public static Filter parse(XMLStreamReader xmlStream)
throws XMLParsingException,
XMLStreamException
wfs:Filter element event that the cursor of the
associated XMLStreamReader points at.
START_ELEMENT event (<wfs:Filter>)END_ELEMENT event (</wfs:Filter>)
xmlStream - cursor must point at the START_ELEMENT event (<wfs:Filter>), points at the
corresponding END_ELEMENT event (</wfs:Filter>) afterwards
Filter object
XMLParsingException - if the element is not a valid "wfs:Filter" element
XMLStreamException
public static Expression parseExpression(XMLStreamReader xmlStream)
throws XMLStreamException
ogc:expression element event that the cursor of the
associated XMLStreamReader points at.
The element must be one of the following:
CustomExpression instance)
START_ELEMENT event (<ogc:expression>)END_ELEMENT event (</ogc:expression>)
xmlStream - cursor must point at the START_ELEMENT event (<ogc:expression>), points at the
corresponding END_ELEMENT event (</ogc:expression>) afterwards
Expression object
XMLParsingException - if the element is not a valid "ogc:expression" element
XMLStreamException
public static Function parseFunction(XMLStreamReader xmlStream)
throws XMLStreamException
ogc:Function element event that the cursor of the
associated XMLStreamReader points at.
START_ELEMENT event (<ogc:Function>)END_ELEMENT event (</ogc:Function>)
xmlStream - cursor must point at the START_ELEMENT event (<ogc:Function>), points at the
corresponding END_ELEMENT event (</ogc:Function>) afterwards
Function object
XMLParsingException - if the element is not a valid "ogc:Function" element
XMLStreamException
public static CustomExpression parseCustomExpression(XMLStreamReader xmlStream)
throws XMLStreamException
ogc:expression element event that the cursor
of the associated XMLStreamReader points at.
START_ELEMENT event (<ogc:expression>)END_ELEMENT event (</ogc:expression>)
xmlStream - cursor must point at the START_ELEMENT event (<ogc:expression>), points at the
corresponding END_ELEMENT event (</ogc:expression>) afterwards
CustomExpression object
XMLParsingException - if the element is not a known or valid custom "ogc:expression" element
XMLStreamException
public static ComparisonOperator parseComparisonOperator(XMLStreamReader xmlStream)
throws XMLStreamException
ogc:comparisonOps element event that the cursor of
the associated XMLStreamReader points at.
The element must be one of the following:
START_ELEMENT event (<ogc:comparisonOps>)END_ELEMENT event (</ogc:comparisonOps>)
xmlStream - cursor must point at the START_ELEMENT event (<ogc:comparisonOps>), points at the
corresponding END_ELEMENT event (</ogc:comparisonOps>) afterwards
Expression object
XMLParsingException - if the element is not a valid "ogc:comparisonOps" element
XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||