Class OGCOnlineResource

    • Field Detail

      • HREF

        protected javax.xml.namespace.QName HREF
      • TYPE

        protected javax.xml.namespace.QName TYPE
      • type

        protected java.lang.String type
      • href

        protected java.lang.String href
    • Constructor Detail

      • OGCOnlineResource

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

      • 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.
      • getType

        public java.lang.String getType()
      • setType

        protected void setType​(java.lang.String type)
      • getHref

        public java.lang.String getHref()
      • setHref

        protected void setHref​(java.lang.String href)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object