public class OWSOperation extends AbstractXMLEventParser
| Modifier and Type | Field and Description |
|---|---|
protected List<OWSConstraint> |
constraints |
protected List<OWSDCP> |
dcps |
protected List<OWSParameter> |
parameters |
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description |
|---|
OWSOperation(String namespaceURI) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args)
Parse an event's sub-elements.
|
List<OWSConstraint> |
getConstraints() |
List<OWSDCP> |
getDCPs() |
String |
getName() |
List<OWSParameter> |
getParameters() |
allocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParentprotected List<OWSConstraint> constraints
protected List<OWSParameter> parameters
public OWSOperation(String namespaceURI)
protected void doParseEventContent(XMLEventParserContext ctx, XMLEvent event, Object... args) throws XMLStreamException
AbstractXMLEventParserdoParseEventContent in class AbstractXMLEventParserctx - a current parser context.event - the event to parse.args - an optional list of arguments that may by used by subclasses.XMLStreamException - if an exception occurs during event-stream reading.public List<OWSConstraint> getConstraints()
public String getName()
public List<OWSParameter> getParameters()