All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download JsoupXpath JAR 2.5.3 with all dependencies


一个非常好用而且强大的基于xpath的html解析器。html的DOM树生成依赖Jsoup。Lexer 和 Parser基于Antlr4,支持完备的W3C XPATH 1.0标准语法,W3C规范:http://www.w3.org/TR/1999/REC-xpath-19991116。

Files of the artifact JsoupXpath version 2.5.3 from the group cn.wanghaomiao.

Artifact JsoupXpath
Group cn.wanghaomiao
Version 2.5.3
Last update 07. March 2023
Tags: xpath parser 19991116 http html jsoup lexer antlr4 1999
Organization not specified
URL https://github.com/zhegexiaohuozi/JsoupXpath
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies jsoup, commons-lang3, antlr4-runtime, slf4j-api,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of JsoupXpath Show documentation

Please rate this JAR file. Is it a good library?

JsoupXpath
Rate from 1 - 5, Rated 3.67 based on 3 reviews

16 downloads

Source code of JsoupXpath version 2.5.3

META-INF
META-INF.META-INF.MANIFEST.MF
cn.wanghaomiao.xpath.model
cn.wanghaomiao.xpath.model.cn.wanghaomiao.xpath.model.JXDocument
cn.wanghaomiao.xpath.model.cn.wanghaomiao.xpath.model.JXNode
org.seimicrawler.xpath
org.seimicrawler.xpath.org.seimicrawler.xpath.JXDocument
org.seimicrawler.xpath.org.seimicrawler.xpath.JXNode
org.seimicrawler.xpath.antlr
org.seimicrawler.xpath.antlr.org.seimicrawler.xpath.antlr.Xpath.interp
org.seimicrawler.xpath.antlr.org.seimicrawler.xpath.antlr.Xpath.tokens
org.seimicrawler.xpath.antlr.org.seimicrawler.xpath.antlr.XpathBaseListener
org.seimicrawler.xpath.antlr.org.seimicrawler.xpath.antlr.XpathBaseVisitor
org.seimicrawler.xpath.antlr.org.seimicrawler.xpath.antlr.XpathLexer.interp
org.seimicrawler.xpath.antlr.org.seimicrawler.xpath.antlr.XpathLexer
org.seimicrawler.xpath.antlr.org.seimicrawler.xpath.antlr.XpathLexer.tokens
org.seimicrawler.xpath.antlr.org.seimicrawler.xpath.antlr.XpathListener
org.seimicrawler.xpath.antlr.org.seimicrawler.xpath.antlr.XpathParser
org.seimicrawler.xpath.antlr.org.seimicrawler.xpath.antlr.XpathVisitor
org.seimicrawler.xpath.core
org.seimicrawler.xpath.core.org.seimicrawler.xpath.core.AxisSelector
org.seimicrawler.xpath.core.org.seimicrawler.xpath.core.Constants
org.seimicrawler.xpath.core.org.seimicrawler.xpath.core.Function
org.seimicrawler.xpath.core.org.seimicrawler.xpath.core.NodeTest
org.seimicrawler.xpath.core.org.seimicrawler.xpath.core.Scope
org.seimicrawler.xpath.core.org.seimicrawler.xpath.core.XValue
org.seimicrawler.xpath.core.org.seimicrawler.xpath.core.XpathProcessor
org.seimicrawler.xpath.core.axis
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.AncestorOrSelfSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.AncestorSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.AttributeSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.ChildSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.DescendantOrSelfSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.DescendantSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.FollowingSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.FollowingSiblingOneSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.FollowingSiblingSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.ParentSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.PrecedingSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.PrecedingSiblingOneSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.PrecedingSiblingSelector
org.seimicrawler.xpath.core.axis.org.seimicrawler.xpath.core.axis.SelfSelector
org.seimicrawler.xpath.core.function
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.Concat
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.Contains
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.Count
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.First
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.FormatDate
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.Last
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.Not
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.Position
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.StartsWith
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.StringLength
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.SubString
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.SubStringAfter
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.SubStringAfterLast
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.SubStringBefore
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.SubStringBeforeLast
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.SubStringEx
org.seimicrawler.xpath.core.function.org.seimicrawler.xpath.core.function.Sum
org.seimicrawler.xpath.core.node
org.seimicrawler.xpath.core.node.org.seimicrawler.xpath.core.node.AllText
org.seimicrawler.xpath.core.node.org.seimicrawler.xpath.core.node.Html
org.seimicrawler.xpath.core.node.org.seimicrawler.xpath.core.node.Node
org.seimicrawler.xpath.core.node.org.seimicrawler.xpath.core.node.Num
org.seimicrawler.xpath.core.node.org.seimicrawler.xpath.core.node.OuterHtml
org.seimicrawler.xpath.core.node.org.seimicrawler.xpath.core.node.Text
org.seimicrawler.xpath.exception
org.seimicrawler.xpath.exception.org.seimicrawler.xpath.exception.DoFailOnErrorHandler
org.seimicrawler.xpath.exception.org.seimicrawler.xpath.exception.NoSuchAxisException
org.seimicrawler.xpath.exception.org.seimicrawler.xpath.exception.NoSuchFunctionException
org.seimicrawler.xpath.exception.org.seimicrawler.xpath.exception.XpathMergeValueException
org.seimicrawler.xpath.exception.org.seimicrawler.xpath.exception.XpathParserException
org.seimicrawler.xpath.exception.org.seimicrawler.xpath.exception.XpathSyntaxErrorException
org.seimicrawler.xpath.util
org.seimicrawler.xpath.util.org.seimicrawler.xpath.util.CommonUtil
org.seimicrawler.xpath.util.org.seimicrawler.xpath.util.Scanner




© 2015 - 2024 Weber Informatics LLC | Privacy Policy