Class SldTransformHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void attribute​(XMLStreamReader xml, SldTransformContext context)  
      void characters​(XMLStreamReader xml, SldTransformContext context)  
      void document​(XMLStreamReader xml, SldTransformContext context)  
      void element​(XMLStreamReader xml, SldTransformContext context)  
      void endDocument​(XMLStreamReader xml, SldTransformContext context)  
      void endElement​(XMLStreamReader xml, SldTransformContext context)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SldTransformHandler

        public SldTransformHandler()
    • Method Detail

      • document

        public void document​(XMLStreamReader xml,
                             SldTransformContext context)
                      throws XMLStreamException,
                             IOException
        Throws:
        XMLStreamException
        IOException
      • element

        public void element​(XMLStreamReader xml,
                            SldTransformContext context)
                     throws XMLStreamException,
                            IOException
        Throws:
        XMLStreamException
        IOException
      • attribute

        public void attribute​(XMLStreamReader xml,
                              SldTransformContext context)
                       throws XMLStreamException,
                              IOException
        Throws:
        XMLStreamException
        IOException
      • characters

        public void characters​(XMLStreamReader xml,
                               SldTransformContext context)
                        throws XMLStreamException,
                               IOException
        Throws:
        XMLStreamException
        IOException
      • endElement

        public void endElement​(XMLStreamReader xml,
                               SldTransformContext context)
                        throws XMLStreamException,
                               IOException
        Throws:
        XMLStreamException
        IOException
      • endDocument

        public void endDocument​(XMLStreamReader xml,
                                SldTransformContext context)
                         throws XMLStreamException,
                                IOException
        Throws:
        XMLStreamException
        IOException