public class WMSLayerAttribution extends AbstractXMLEventParser
Modifier and Type | Field and Description |
---|---|
protected javax.xml.namespace.QName |
LOGO_URL |
protected WMSLogoURL |
logoURL |
protected javax.xml.namespace.QName |
ONLINE_RESOURCE |
protected OGCOnlineResource |
onlineResource |
protected java.lang.String |
title |
protected javax.xml.namespace.QName |
TITLE |
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
WMSLayerAttribution(java.lang.String namespaceURI) |
Modifier and Type | Method and Description |
---|---|
XMLEventParser |
allocate(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event)
Create a parser for a specified event.
|
protected void |
doParseEventContent(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event,
java.lang.Object... args)
Parse an event's sub-elements.
|
WMSLogoURL |
getLogoURL() |
OGCOnlineResource |
getOnlineResource() |
java.lang.String |
getTitle() |
protected void |
setLogoURL(WMSLogoURL logoURL) |
protected void |
setOnlineResource(OGCOnlineResource onlineResource) |
protected void |
setTitle(java.lang.String title) |
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, setParent
protected javax.xml.namespace.QName LOGO_URL
protected WMSLogoURL logoURL
protected javax.xml.namespace.QName ONLINE_RESOURCE
protected OGCOnlineResource onlineResource
protected java.lang.String title
protected javax.xml.namespace.QName TITLE
public XMLEventParser allocate(XMLEventParserContext ctx, javax.xml.stream.events.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 doParseEventContent(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event, java.lang.Object... args) throws javax.xml.stream.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.javax.xml.stream.XMLStreamException
- if an exception occurs during event-stream reading.public WMSLogoURL getLogoURL()
public OGCOnlineResource getOnlineResource()
public java.lang.String getTitle()
protected void setLogoURL(WMSLogoURL logoURL)
protected void setOnlineResource(OGCOnlineResource onlineResource)
protected void setTitle(java.lang.String title)