Class AbstractInsertTag

    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected void insertAfter​(nu.xom.Element scriptElement, nu.xom.Element tagElement, nu.xom.Node node)  
      protected void insertBefore​(nu.xom.Element scriptElement, nu.xom.Element tagElement, nu.xom.Node node)  
      protected static nu.xom.Node newNode​(java.lang.String script)  
      abstract void process​(nu.xom.Element scriptElement, nu.xom.Element tagElement)  
      • Methods inherited from class java.lang.Object

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

      • AbstractInsertTag

        public AbstractInsertTag()
    • Method Detail

      • process

        public abstract void process​(nu.xom.Element scriptElement,
                                     nu.xom.Element tagElement)
        Specified by:
        process in interface JooScriptTag
      • insertBefore

        protected void insertBefore​(nu.xom.Element scriptElement,
                                    nu.xom.Element tagElement,
                                    nu.xom.Node node)
      • insertAfter

        protected void insertAfter​(nu.xom.Element scriptElement,
                                   nu.xom.Element tagElement,
                                   nu.xom.Node node)
      • newNode

        protected static nu.xom.Node newNode​(java.lang.String script)