资 源 简 介
Welcome to XJConf
XJConf enables you to create any type of Java object from any XML-document. In order to achieve this, all you need to do is specify the rules for the config reader. These rules can be specified in two ways:
programmatically
using a special XML syntax
Features
Convert any XML document to custom Java-objects
Type-safe Setter-support
Full namespace support
XJConf documentation
DocsIntro -- Introduction to XJConf
DocsTagDefinitions -- Creating Tag Definitions
DocsConstructor -- Defining a constructor
DocsEnum -- Defining an enum
DocsCollections -- Using Collections and Maps
DocsPrimitives -- Using primitives instead of objects
DocsNamespaces -- Using XML namespace
DocsExtending? -- Extending existing tags
DocsExtensions? -- Using and developing extensions