Class WMSLayerInfoURL

    • Field Detail

      • FORMAT

        protected javax.xml.namespace.QName FORMAT
      • ONLINE_RESOURCE

        protected javax.xml.namespace.QName ONLINE_RESOURCE
      • name

        protected java.lang.String name
      • format

        protected java.lang.String format
    • Constructor Detail

      • WMSLayerInfoURL

        public WMSLayerInfoURL​(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.
      • doParseEventAttributes

        protected void doParseEventAttributes​(XMLEventParserContext ctx,
                                              javax.xml.stream.events.XMLEvent event,
                                              java.lang.Object... args)
        Description copied from class: AbstractXMLEventParser
        Parse an event's attributes.
        Overrides:
        doParseEventAttributes 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.
      • setOnlineResource

        protected void setOnlineResource​(OGCOnlineResource onlineResource)
      • getName

        public java.lang.String getName()
      • setName

        protected void setName​(java.lang.String name)
      • getFormat

        public java.lang.String getFormat()
      • setFormat

        protected void setFormat​(java.lang.String format)