jar

com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-parser

Maven & Gradle

Feb 27, 2013
2 usages

Shani Xml Parser · 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.

Table Of Contents

Latest Version

Download com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-parser JAR file - Latest Versions:

All Versions

Download com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-parser JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window shani-parser-1.4.17-patched-yahp-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.allcolor.xml.parser.dom

├─ org.allcolor.xml.parser.dom.ADocument.class - [JAR]

├─ org.allcolor.xml.parser.dom.ANode.class - [JAR]

├─ org.allcolor.xml.parser.dom.CAttr.class - [JAR]

├─ org.allcolor.xml.parser.dom.CCDATASection.class - [JAR]

├─ org.allcolor.xml.parser.dom.CComment.class - [JAR]

├─ org.allcolor.xml.parser.dom.CDOMConfiguration.class - [JAR]

├─ org.allcolor.xml.parser.dom.CDOMStringList.class - [JAR]

├─ org.allcolor.xml.parser.dom.CDocumentFragment.class - [JAR]

├─ org.allcolor.xml.parser.dom.CDom1HTMLDocument.class - [JAR]

├─ org.allcolor.xml.parser.dom.CDom2HTMLDocument.class - [JAR]

├─ org.allcolor.xml.parser.dom.CElement.class - [JAR]

├─ org.allcolor.xml.parser.dom.CEntityCoDec.class - [JAR]

├─ org.allcolor.xml.parser.dom.CEntityReference.class - [JAR]

├─ org.allcolor.xml.parser.dom.CNamedNodeMap.class - [JAR]

├─ org.allcolor.xml.parser.dom.CNodeList.class - [JAR]

├─ org.allcolor.xml.parser.dom.CProcessingInstruction.class - [JAR]

├─ org.allcolor.xml.parser.dom.CText.class - [JAR]

├─ org.allcolor.xml.parser.dom.CTypeInfo.class - [JAR]

├─ org.allcolor.xml.parser.dom.CXSDTypeInfo.class - [JAR]

├─ org.allcolor.xml.parser.dom.INode.class - [JAR]

org.allcolor.utils

├─ org.allcolor.utils.CCmdLineOptions.class - [JAR]

org.allcolor.xml.parser

├─ org.allcolor.xml.parser.CAttributes2Impl.class - [JAR]

├─ org.allcolor.xml.parser.CDOM2SAX.class - [JAR]

├─ org.allcolor.xml.parser.CDOMImplementationList.class - [JAR]

├─ org.allcolor.xml.parser.CDOMImplementationSource.class - [JAR]

├─ org.allcolor.xml.parser.CDocumentBuilderFactory.class - [JAR]

├─ org.allcolor.xml.parser.CDomHandler.class - [JAR]

├─ org.allcolor.xml.parser.CDomImplementation.class - [JAR]

├─ org.allcolor.xml.parser.CInputStreamBuffer.class - [JAR]

├─ org.allcolor.xml.parser.CInputStreamReader.class - [JAR]

├─ org.allcolor.xml.parser.CLocator2Impl.class - [JAR]

├─ org.allcolor.xml.parser.CSaxParserFactory.class - [JAR]

├─ org.allcolor.xml.parser.CShaniDomParser.class - [JAR]

├─ org.allcolor.xml.parser.CShaniSaxParser.class - [JAR]

├─ org.allcolor.xml.parser.CStringBuilder.class - [JAR]

├─ org.allcolor.xml.parser.CStringTokenizer.class - [JAR]

├─ org.allcolor.xml.parser.CXmlParser.class - [JAR]

├─ org.allcolor.xml.parser.IHtmlValidChild.class - [JAR]

├─ org.allcolor.xml.parser.IParseHandler.class - [JAR]

├─ org.allcolor.xml.parser.MyDOMApp.class - [JAR]

├─ org.allcolor.xml.parser.MySAXApp.class - [JAR]

org.allcolor.css.parser

├─ org.allcolor.css.parser.CCSSImportRule.class - [JAR]

├─ org.allcolor.css.parser.CCSSParser.class - [JAR]

├─ org.allcolor.css.parser.CCSSRule.class - [JAR]

├─ org.allcolor.css.parser.CCSSRuleList.class - [JAR]

├─ org.allcolor.css.parser.CCSSStyleDeclaration.class - [JAR]

├─ org.allcolor.css.parser.CCSSStyleRule.class - [JAR]

├─ org.allcolor.css.parser.CCSSStyleSheet.class - [JAR]

├─ org.allcolor.css.parser.CCSSValue.class - [JAR]

├─ org.allcolor.css.parser.CStyleSheetList.class - [JAR]

├─ org.allcolor.css.parser.CStyler.class - [JAR]

org.allcolor.html2.parser

├─ org.allcolor.html2.parser.CHTMLAElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLAbbrElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLAcronymElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLAddressElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLAppletElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLAreaElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLBElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLBaseElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLBasefontElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLBdoElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLBigElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLBlockquoteElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLBodyElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLBrElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLButtonElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLCaptionElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLCenterElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLCiteElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLCodeElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLColElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLColgroupElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLCollection.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLDdElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLDelElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLDfnElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLDirectoryElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLDivElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLDlElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLDtElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLEmElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLFieldsetElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLFontElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLFormElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLFrameElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLFramesetElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLH1Element.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLH2Element.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLH3Element.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLH4Element.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLH5Element.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLH6Element.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLHeadElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLHrElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLHtmlElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLIElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLIframeElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLImgElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLInputElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLInsElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLIsindexElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLKbdElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLLabelElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLLegendElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLLiElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLLinkElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLMapElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLMenuElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLMetaElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLNoframesElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLNoscriptElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLObjectElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLOlElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLOptgroupElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLOptionElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLPElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLParamElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLParser.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLPreElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLQElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLSElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLSampElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLScriptElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLSelectElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLSmallElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLSpanElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLStrikeElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLStrongElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLStyleElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLSubElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLSupElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLTableElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLTbodyElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLTdElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLTextareaElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLTfootElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLThElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLTheadElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLTitleElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLTrElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLTtElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLUElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLUlElement.class - [JAR]

├─ org.allcolor.html2.parser.CHTMLVarElement.class - [JAR]

org.allcolor.html.parser

├─ org.allcolor.html.parser.CHTMLAElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLAbbrElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLAcronymElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLAddressElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLAppletElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLAreaElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLBElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLBaseElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLBasefontElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLBdoElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLBigElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLBlockquoteElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLBodyElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLBrElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLButtonElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLCaptionElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLCenterElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLCiteElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLCodeElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLColElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLColgroupElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLCollection.class - [JAR]

├─ org.allcolor.html.parser.CHTMLDdElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLDelElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLDfnElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLDirectoryElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLDivElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLDlElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLDtElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLEmElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLFieldsetElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLFontElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLFormElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLFrameElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLFramesetElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLH1Element.class - [JAR]

├─ org.allcolor.html.parser.CHTMLH2Element.class - [JAR]

├─ org.allcolor.html.parser.CHTMLH3Element.class - [JAR]

├─ org.allcolor.html.parser.CHTMLH4Element.class - [JAR]

├─ org.allcolor.html.parser.CHTMLH5Element.class - [JAR]

├─ org.allcolor.html.parser.CHTMLH6Element.class - [JAR]

├─ org.allcolor.html.parser.CHTMLHeadElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLHrElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLHtmlElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLIElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLIframeElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLImgElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLInputElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLInsElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLIsindexElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLKbdElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLLabelElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLLegendElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLLiElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLLinkElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLMapElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLMenuElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLMetaElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLNoframesElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLNoscriptElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLObjectElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLOlElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLOptgroupElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLOptionElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLPElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLParamElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLParser.class - [JAR]

├─ org.allcolor.html.parser.CHTMLPreElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLQElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLSElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLSampElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLScriptElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLSelectElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLSmallElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLSpanElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLStrikeElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLStrongElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLStyleElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLSubElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLSupElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLTableElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLTbodyElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLTdElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLTextareaElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLTfootElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLThElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLTheadElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLTitleElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLTrElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLTtElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLUElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLUlElement.class - [JAR]

├─ org.allcolor.html.parser.CHTMLVarElement.class - [JAR]

org.allcolor.xml.parser.test

├─ org.allcolor.xml.parser.test.CRandomXmlFileGenerator.class - [JAR]

org.allcolor.dtd.parser

├─ org.allcolor.dtd.parser.CContentParticle.class - [JAR]

├─ org.allcolor.dtd.parser.CDTDParser.class - [JAR]

├─ org.allcolor.dtd.parser.CDocType.class - [JAR]

├─ org.allcolor.dtd.parser.CElement.class - [JAR]

├─ org.allcolor.dtd.parser.CEntity.class - [JAR]

├─ org.allcolor.dtd.parser.CNotation.class - [JAR]

├─ org.allcolor.dtd.parser.CP2StringTokenizer.class - [JAR]

├─ org.allcolor.dtd.parser.CPStringTokenizer.class - [JAR]

├─ org.allcolor.dtd.parser.DtdSerializer.class - [JAR]