uk.org.ponder.saxalizer

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 » Web Framework » RSF » uk.org.ponder.saxalizer 
uk.org.ponder.saxalizer
Java Source File NameTypeComment
AccessMethod.javaInterface
Constants.javaClass
DefaultInferrible.javaInterface Classes implementing this tag interface agree to have default accessor information inferred EVEN IF they already implement one of the SAXalizable &c interfaces.
DeSAXalizable.javaInterface The DeSAXalizable interface is implemented by any object wishing to call on the services of the DeSAXalizer class for serialization to a SAX stream.
DeSAXalizableAttrs.javaInterface An object which can return a SAX attribute list (and oneday comments, with SAX 2) to be written to a SAX stream implements this interface.
DeSAXalizer.javaClass The DeSAXalizer takes a tree of Java objects and writes them to an XML stream.
DeSAXalizerForbidder.javaInterface An interface used to supply a callback to the DeSAXalizer.
EntityResolverStash.javaClass The LocalEntityResolver is used to map public DTD references onto locally cached copies of the files.
GenericSAX.javaInterface Classes implementing the GenericSAX interface do not have specifically named methods for all of the subobjects that they want serialized as XML.
GenericSAXImpl.javaClass The class GenericSAXImpl is useful as a base class for SAXalizable classes that wish to store the information from arbitrary XML subtags.
LocalEntityResolver.javaClass The LocalEntityResolver maps a DTD reference onto a locally cached copy.
MethodAnalyser.javaClass One instance of a MethodAnalyser is stored for each SAXalizable class that the SAXalizer discovers; this instance is returned when a call is made to getMethodAnalyser with an object of the SAXalizable class as argument.
ParseCompleteCallback.javaInterface This is an interface used internally by the SAXHPool and SAXalizerHelper classes and should not be used elsewhere.
SAMIterator.javaInterface
SAMSList.javaClass
SAXAccessMethod.javaClass SAXAccessMethod is a package private class that represents a SAXAccessMethodSpec that the SAXalizer has resolved to an actual method by means of reflection.
SAXAccessMethodHash.javaClass
SAXAccessMethodSpec.javaClass A SAXAccessMethodSpec identifies a mapping from an XML tag name to a Java method name that is capable of either setting or getting an XML-serialised subobject (the target object
SAXalizable.javaInterface The SAXalizable interface is implemented by any object wishing to call on the services of the SAXalizer class for serialization from a SAX stream.
SAXalizableAttrs.javaInterface A class which can accept a SAX attribute list (and oneday comments, with SAX 2) that arrive from a SAX stream implements this interface.
SAXalizableExtraAttrs.javaInterface A class which in addition to associating various attribute names with method names, also accepts arbitrary additional attributes implements this interface.
SAXalizer.javaClass The SAXalizer class is used to deserialize a tree of XML tags into a tree of Java objects.
SAXalizerCallback.javaInterface The user of the SAXalizer class calls the produceSubTree method supplies a callback object to be notified of the root object created as a result of the SAX parsing process.
SAXalizerHelper.javaClass This useful helper class can be used if the XML root tag itself is required to be the root of the deserialised object tree.
SAXalizerMappingContext.javaClass A reflective mapping context used to infer mappings of Java objects to and from serial representations, for example to XML or EL expressions.
SAXalXMLProvider.javaClass
SAXAttribute.javaClass This class represents an XML attribute.
SAXAttributeHash.javaClass The class SAXAttributeHash is used within the class GenericSAXImpl in order to allow quick access to the XML attribute values stored within it by lookup on attribute name.
SAXHPool.javaClass The SAXHPool implements a global pool of SAXalizerHelper (and hence SAXalizer) objects that may be dipped into by all clients in a threadsafe manner.
SAXParserFactory.javaClass A tiny utility class to unify the process of obtaining SaxParsers from whatever peculiar scheme the author created.
WBLAccessMethod.javaClass
XMLProvider.javaInterface
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.