Download shani-parser-1.4.17-patched-yahp-1.3.jar file - Jar s

Jar examples for s:shani-parser

Description

ShaniXmlParser is an XML/HTML DOM/SAX parser. It can parse not well formed XML/HTML files. It can parse files with inverted tags and bad escaped &,<,> and ". It expands all XHTML entities by default. It is well suited to parse HTML files, and is fast with low memory usage. It is compliant with the jaxp/w3c DOM1/2/3 interfaces.

You can download jar file shani-parser 1.4.17-patched-yahp-1.3 in this page.

License

The GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add shani-parser-1.4.17-patched-yahp-1.3.jar to your project.

<dependency>
   <groupId>com.google.code.maven-play-plugin.org.allcolor.shanidom</groupId>
   <artifactId>shani-parser</artifactId>
   <version>1.4.17-patched-yahp-1.3</version>
</dependency>
compile group: 'com.google.code.maven-play-plugin.org.allcolor.shanidom', name: 'shani-parser', version: '1.4.17-patched-yahp-1.3'
libraryDependencies += "com.google.code.maven-play-plugin.org.allcolor.shanidom" % "shani-parser" % "1.4.17-patched-yahp-1.3"
<dependency org="com.google.code.maven-play-plugin.org.allcolor.shanidom" name="shani-parser" rev="1.4.17-patched-yahp-1.3"/>
@Grapes(@Grab(group='com.google.code.maven-play-plugin.org.allcolor.shanidom', module='shani-parser', version='1.4.17-patched-yahp-1.3'))
'com.google.code.maven-play-plugin.org.allcolor.shanidom:shani-parser:jar:1.4.17-patched-yahp-1.3'

Download

Click the following link to download the jar file.

shani-parser-1.4.17-patched-yahp-1.3-javadoc.jar
shani-parser-1.4.17-patched-yahp-1.3-sources.jar
shani-parser-1.4.17-patched-yahp-1.3.jar
shani-parser-1.4.17-patched-yahp-1.3.pom



Related Tutorials