jar

org.xanot : xanot

Maven & Gradle

May 31, 2007

Xanot - OXM Object XML Mapper · Xanot is a kind of XML to Object Mapper. Very similar to what Apache have done with Commons-Digester, it basicaly maps XML data to an object model.

Table Of Contents

Latest Version

Download org.xanot : xanot JAR file - Latest Versions:

All Versions

Download org.xanot : xanot JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 xanot-1.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.xanot.util

├─ org.xanot.util.RegexEvaluator.class - [JAR]

├─ org.xanot.util.StackMap.class - [JAR]

├─ org.xanot.util.UniquePairs.class - [JAR]

org.xanot.annotation

├─ org.xanot.annotation.ParentReference.class - [JAR]

├─ org.xanot.annotation.Repeatable.class - [JAR]

├─ org.xanot.annotation.TagInstance.class - [JAR]

├─ org.xanot.annotation.XmlAttribute.class - [JAR]

├─ org.xanot.annotation.XmlCollectionProperty.class - [JAR]

├─ org.xanot.annotation.XmlSingleProperty.class - [JAR]

org.xanot.structure

├─ org.xanot.structure.AttributeSetRule.class - [JAR]

├─ org.xanot.structure.CloseCollectionInstanceRule.class - [JAR]

├─ org.xanot.structure.CloseInstanceRule.class - [JAR]

├─ org.xanot.structure.CreateInstanceRule.class - [JAR]

├─ org.xanot.structure.ParentReferenceRule.class - [JAR]

├─ org.xanot.structure.PropertyCollectionSetRule.class - [JAR]

├─ org.xanot.structure.PropertySetRule.class - [JAR]

├─ org.xanot.structure.XanotRule.class - [JAR]

org.xanot

├─ org.xanot.AnnotationRuleBuilder.class - [JAR]

├─ org.xanot.RuleBuilder.class - [JAR]

├─ org.xanot.Xanot.class - [JAR]

├─ org.xanot.XanotException.class - [JAR]

├─ org.xanot.XanotModelToXml.class - [JAR]

├─ org.xanot.XanotSAXHandler.class - [JAR]

org.xanot.dtd

├─ org.xanot.dtd.DefaultDtdModel.class - [JAR]

├─ org.xanot.dtd.DtdAttList.class - [JAR]

├─ org.xanot.dtd.DtdElement.class - [JAR]

├─ org.xanot.dtd.DtdModel.class - [JAR]

Advertisement