org.apache.commons.betwixt

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Library » Apache commons betwixt 0.8 src » org.apache.commons.betwixt 
org.apache.commons.betwixt

This package contains the main betwixt introspection code. XMLIntrospector produces a XMLBeanInfo instance specifying how the introspected class maps to xml elements and attributes. The AttributeDescriptor and ElementDescriptor classes detail how members of a bean map to xml attributes and elements respectively.

Java Source File NameTypeComment
AbstractTestCase.javaClass Abstract base class for test cases.
AdderButNoPropertyBean.javaClass
AddressBean.javaClass
AddressBookWithMapArrayAdder.javaClass
ArrayBean.javaClass Bean that contains an array property.
ArrayListExtender.javaClass
AttributeDescriptor.javaClass
BeanProperty.javaClass Betwixt-centric view of a bean (or pseudo-bean) property.
BindingConfiguration.javaClass

Stores mapping phase binding configuration.

There are two phase in Betwixt's processing.

BookBean.javaClass
Categories.javaClass
Category.javaClass
CustomerBean.javaClass
DeltaBean.javaClass
Descriptor.javaClass
DoubleLinkedChildBean.javaClass This is a child that has a property containing it's parent.
DoubleLinkedParentBean.javaClass This is a child that has a property containing it's parent.
DynaWithDotBetwixt.javaClass
ElementDescriptor.javaClass

ElementDescriptor describes the XML elements to be created for a bean instance.

It contains AttributeDescriptor's for all it's attributes and ElementDescriptor's for it's child elements.

EventBean.javaClass Represent some kind of event.
IdMap.javaClass
IntrospectionConfiguration.javaClass

Stores introspection phase binding configuration.

There are two phase in Betwixt's processing.

LibraryBean.javaClass
LibraryBeanWithArraySetter.javaClass
ListOfNames.javaClass
LoopBean.javaClass

This is a bean specifically designed to test cyclic references.

MapBean.javaClass
MoonBean.javaClass
NameBean.javaClass
NoAdderBean.javaClass
NodeDescriptor.javaClass
Options.javaClass Collective for Betwixt optional behaviour hints. An option links a name with a value (both strings).
PartyBean.javaClass
PersonBean.javaClass
PersonListBean.javaClass
PlanetBean.javaClass
PoemBean.javaClass
RSSBeanReader.javaClass Reads an RSS file using Betwixt's auto-digester rules then outputs it again.
RSSBeanWriter.javaClass Reads an RSS file using Digesters's RSS demo then uses Betwixt to output it as XML again.
SampleBeanWriter.javaClass
SimpleClass.javaClass
SystemProperties.javaClass
TestArrayMaps.javaClass
TestArrays.javaClass
TestAttributeQNameProblem.javaClass I would SAX 'start element' event's attributes always expect to have qName equal to localName for simple, unprefixed XML tags.
TestBeanReader.javaClass
TestBeanWriter.javaClass
TestClassProperty.javaClass This test is the result of a problem I had with outputting a bean's class property as XML.
TestCollectionMapping.javaClass Tests the multi-mapping of collections with polymorphic entries.
TestCollectionMapping2.javaClass Tests the multi-mapping of collections with polymorphic entries.
TestCollectives.javaClass
TestConversion.javaClass Tests conversions.
TestCyclicRegistration.javaClass
TestDescriptors.javaClass Test harness for the Descriptors (ElementDescriptor and so on).
TestDynaBeanSupport.javaClass
TestMaps.javaClass
TestMultiMapping.javaClass
TestMultipleCollectionMappings.javaClass Tests the multi-mapping of collections with polymorphic entries.
TestOptions.javaClass
TestReferenceMapping.javaClass Tests the multi-mapping of polymorphic references.
TestRSSRoundTrip.javaClass Test harness which parses an RSS document using Digester then outputs it using Betwixt, then parses it again with Digester to check that the document is parseable again.
TestStringCollections.javaClass
TestTextMapping.javaClass Tests the mapping of a property to the inner text of an element.
TestXMLBeanInfoDigester.javaClass
TestXMLUtils.javaClass
TextDescriptor.javaClass

Describes mixed-content text.

Tweedledee.javaClass
Tweedledum.javaClass
XMLBeanInfo.javaClass

XMLBeanInfo represents the XML metadata information used to map a Java Bean cleanly to XML.

XMLIntrospector.javaClass

XMLIntrospector an introspector of beans to create a XMLBeanInfo instance.

By default, XMLBeanInfo caching is switched on. This means that the first time that a request is made for a XMLBeanInfo for a particular class, the XMLBeanInfo is cached. Later requests for the same class will return the cached value.

Note :

This class makes use of the java.bean.Introspector class, which contains a BeanInfoSearchPath.

XMLUtils.javaClass

XMLUtils contains basic utility methods for XML.

The code for XMLUtils.isWellFormedXMLName is based on code in org.apache.xerces.util.XMLChar in Apache Xerces. The authors of this class are credited below.


author:
   Glenn Marcy, IBM
author:
   Andy Clark, IBM
author:
   Eric Ye, IBM
author:
   Arnaud Le Hors, IBM
author:
   Rahul Srivastava, Sun Microsystems Inc.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.