Class AbstractListMediatorFactory

    • Constructor Detail

      • AbstractListMediatorFactory

        public AbstractListMediatorFactory()
    • Method Detail

      • addChildren

        protected static void addChildren​(org.apache.axiom.om.OMElement el,
                                          ListMediator m,
                                          Properties properties)
      • addAllCommentChildrenToMediator

        protected static void addAllCommentChildrenToMediator​(org.apache.axiom.om.OMElement el,
                                                              ListMediator m)
        Find and add all comment nodes to the parent mediator as Comment Mediators
        Parameters:
        el - OMElement to extract OMComment Nodes
        m - Mediator to be updated with extracted OMComment nodes