org.jibx.binding.model

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 » XML » jibx 1.1.5 » org.jibx.binding.model 
org.jibx.binding.model
Java Source File NameTypeComment
AttributeBase.javaClass Base class for all attribute group structures in binding definition model. This just provides the basic validation hooks.
author:
   Dennis M.
BindingElement.javaClass Model component for binding element.
author:
   Dennis M.
ClassHierarchyContext.javaClass Context for components using a hierarchy of definitions based on class type. This is used to track conversion definitions in the form of format and template elements.
ClassItemWrapper.javaClass Wrapper for class field or method item information.
ClassUtils.javaClass Utilities for working with class, field, or method information.
author:
   Dennis M.
ClassWrapper.javaClass Wrapper for class information.
CollectionElement.javaClass Model component for collection element of binding definition.
author:
   Dennis M.
ContainerElementBase.javaClass Model component for elements that can contain detailed binding information in the form of nested child components.
DefinitionContext.javaClass Definition context information.
DocumentFormatter.javaClass Formatter for JavaDoc conversion to XML documentation components.
ElementBase.javaClass Base class for all element structures in binding definition model.
EmptyList.javaClass Unmodifiable empty array list.
FormatElement.javaClass Model component for format element.
IClass.javaInterface Interface for class file information.
IClassItem.javaInterface Interface for field or method information.
IClassLocator.javaInterface Locator for class information.
IComponent.javaInterface Child component interface definition.
IncludeElement.javaClass Model component for include element of binding definition.
InputElement.javaClass Model component for input element of binding definition.
MappingElement.javaClass Model component for mapping element of binding definition.
author:
   Dennis M.
ModelVisitor.javaClass Binding model visitor base class.
NameAttributes.javaClass Model component for name attribute group in binding definition.
author:
   Dennis M.
NamespaceElement.javaClass Model component for namespace element of binding definition.
author:
   Dennis M.
NestingAttributes.javaClass Model component for nesting attribute group in binding definition.
author:
   Dennis M.
NestingElementBase.javaClass Model component for elements that can contain other component elements. TODO: The list of child elements here conflicts with that in BindingElement; should change the type hierarchy to better reflect usage
author:
   Dennis M.
ObjectAttributes.javaClass Model component for object attribute group in binding definition. TODO: Add "create" attribute to say whether object should be created or not
author:
   Dennis M.
OutputElement.javaClass Model component for output element of binding definition.
PropertyAttributes.javaClass Model component for property attribute group in binding definition.
author:
   Dennis M.
RegistrationVisitor.javaClass Model visitor for handling item registration.
SequenceVisitor.javaClass Visitor for child tree of structure with an element definition.
SplitElement.javaClass Model component for split element of binding definition.
StringAttributes.javaClass Model component for string attribute group in binding definition.
author:
   Dennis M.
StructureAttributes.javaClass Model component for structure attribute group in binding definition.
author:
   Dennis M.
StructureElement.javaClass Model component for structure element of binding definition.
author:
   Dennis M.
StructureElementBase.javaClass Model component for elements that define the binding structure for an object property.
TemplateElement.javaClass Model component for template element of binding definition.
author:
   Dennis M.
TemplateElementBase.javaClass Model component for elements that define how instances of a particular class are converted to or from XML.
TreeContext.javaClass Handles walking the tree structure of a binding model, tracking order-dependent state information collected along the way.
author:
   Dennis M.
ValidationContext.javaClass Tracks the validation state.
ValidationProblem.javaClass Problem reported by model validation.
ValueElement.javaClass Model component for value element.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.