Package apoc.load

Class SelectElement

    • Constructor Summary

      Constructors 
      Constructor Description
      SelectElement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> getResult​(org.jsoup.nodes.Document document, java.lang.String selector, LoadHtmlConfig config, java.util.List<java.lang.String> errorList, org.neo4j.logging.Log log)  
      • Methods inherited from class java.lang.Object

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

      • SelectElement

        public SelectElement()
    • Method Detail

      • getResult

        public java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> getResult​(org.jsoup.nodes.Document document,
                                                                                                java.lang.String selector,
                                                                                                LoadHtmlConfig config,
                                                                                                java.util.List<java.lang.String> errorList,
                                                                                                org.neo4j.logging.Log log)
        Specified by:
        getResult in interface HtmlResultInterface