Class WMSLayerAttribution

    • Field Detail

      • TITLE

        protected javax.xml.namespace.QName TITLE
      • ONLINE_RESOURCE

        protected javax.xml.namespace.QName ONLINE_RESOURCE
      • LOGO_URL

        protected javax.xml.namespace.QName LOGO_URL
      • title

        protected java.lang.String title
    • Constructor Detail

      • WMSLayerAttribution

        public WMSLayerAttribution​(java.lang.String namespaceURI)
    • Method Detail

      • allocate

        public XMLEventParser allocate​(XMLEventParserContext ctx,
                                       javax.xml.stream.events.XMLEvent event)
        Description copied from class: AbstractXMLEventParser
        Create a parser for a specified event.
        Overrides:
        allocate in class AbstractXMLEventParser
        Parameters:
        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.
        Returns:
        the new parser.
      • doParseEventContent

        protected void doParseEventContent​(XMLEventParserContext ctx,
                                           javax.xml.stream.events.XMLEvent event,
                                           java.lang.Object... args)
                                    throws javax.xml.stream.XMLStreamException
        Description copied from class: AbstractXMLEventParser
        Parse an event's sub-elements.
        Overrides:
        doParseEventContent in class AbstractXMLEventParser
        Parameters:
        ctx - a current parser context.
        event - the event to parse.
        args - an optional list of arguments that may by used by subclasses.
        Throws:
        javax.xml.stream.XMLStreamException - if an exception occurs during event-stream reading.
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        protected void setTitle​(java.lang.String title)
      • setOnlineResource

        protected void setOnlineResource​(OGCOnlineResource onlineResource)
      • setLogoURL

        protected void setLogoURL​(WMSLogoURL logoURL)