public class WMSLayerInfoURL extends AbstractXMLEventParser
Modifier and Type | Field and Description |
---|---|
protected String |
format |
protected QName |
FORMAT |
protected String |
name |
protected QName |
ONLINE_RESOURCE |
protected OGCOnlineResource |
onlineResource |
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
WMSLayerInfoURL(String namespaceURI) |
Modifier and Type | Method and Description |
---|---|
XMLEventParser |
allocate(XMLEventParserContext ctx,
XMLEvent event)
Create a parser for a specified event.
|
protected void |
doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args)
Parse an event's attributes.
|
protected void |
doParseEventContent(XMLEventParserContext ctx,
XMLEvent event,
Object... args)
Parse an event's sub-elements.
|
String |
getFormat() |
String |
getName() |
OGCOnlineResource |
getOnlineResource() |
protected void |
setFormat(String format) |
protected void |
setName(String name) |
protected void |
setOnlineResource(OGCOnlineResource onlineResource) |
doAddCharacters, doAddEventAttribute, doAddEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParent
protected String format
protected QName FORMAT
protected String name
protected QName ONLINE_RESOURCE
protected OGCOnlineResource onlineResource
public WMSLayerInfoURL(String namespaceURI)
public XMLEventParser allocate(XMLEventParserContext ctx, XMLEvent event)
AbstractXMLEventParser
allocate
in class AbstractXMLEventParser
ctx
- the current parser context.event
- the event for which the parser is created. Only the event type is used; the new parser can operate
on any event of that type.protected void doParseEventAttributes(XMLEventParserContext ctx, XMLEvent event, Object... args)
AbstractXMLEventParser
doParseEventAttributes
in class AbstractXMLEventParser
ctx
- a current parser context.event
- the event to parse.args
- an optional list of arguments that may by used by subclasses.protected void doParseEventContent(XMLEventParserContext ctx, XMLEvent event, Object... args) throws XMLStreamException
AbstractXMLEventParser
doParseEventContent
in class AbstractXMLEventParser
ctx
- 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 String getFormat()
public String getName()
public OGCOnlineResource getOnlineResource()
protected void setFormat(String format)
protected void setName(String name)
protected void setOnlineResource(OGCOnlineResource onlineResource)