Class OGCDCType

    • Field Detail

      • GET

        protected javax.xml.namespace.QName GET
      • POST

        protected javax.xml.namespace.QName POST
      • HTTP

        protected javax.xml.namespace.QName HTTP
      • ONLINE_RESOURCE

        protected javax.xml.namespace.QName ONLINE_RESOURCE
    • Constructor Detail

      • OGCDCType

        public OGCDCType​(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.
      • addProtocol

        protected void addProtocol​(java.lang.String protocol)
      • addRequestMethod

        protected void addRequestMethod​(java.lang.String requestMethod)
      • addOnlineResource

        protected void addOnlineResource​(OGCOnlineResource onlineResource)
      • getOnlineResouce

        public OGCOnlineResource getOnlineResouce​(java.lang.String protocol,
                                                  java.lang.String requestMethod)
      • toString

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