Class SldTransformer


  • public class SldTransformer
    extends Object
    Transforms an XML/SLD stream to a Yaml/Ysld stream.
    • Constructor Summary

      Constructors 
      Constructor Description
      SldTransformer​(XMLStreamReader xml, Writer yaml)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SldTransformContext context()  
      void transform()  
      • Methods inherited from class Object

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

      • SldTransformer

        public SldTransformer​(XMLStreamReader xml,
                              Writer yaml)
    • Method Detail

      • context

        public SldTransformContext context()
      • transform

        public void transform()
                       throws IOException,
                              XMLStreamException
        Throws:
        IOException
        XMLStreamException