Java Doc for AbstractUnmarshallingEventHandlerImpl.java in  » UML » MetaBoss » com » metaboss » sdlctools » domains » enterprisemodel » storage » xmlfileimpl » dom » impl » runtime » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 » UML » MetaBoss » com.metaboss.sdlctools.domains.enterprisemodel.storage.xmlfileimpl.dom.impl.runtime 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.metaboss.sdlctools.domains.enterprisemodel.storage.xmlfileimpl.dom.impl.runtime.AbstractUnmarshallingEventHandlerImpl

AbstractUnmarshallingEventHandlerImpl
abstract public class AbstractUnmarshallingEventHandlerImpl implements UnmarshallingEventHandler(Code)
Convenient default implementation of UnmarshallingEventHandler to minimize code generation.

For historical reasons, sometimes this type is used where UnmarshallingEventHandler should be used. Once an exception is in the form of UnmarshalException, we consider it to be already reported to the client app.



Field Summary
final public  UnmarshallingContextcontext
    
public  intstate
     Current state of this automaton.

Constructor Summary
public  AbstractUnmarshallingEventHandlerImpl(UnmarshallingContext _ctxt, String _stateTextTypes)
    

Method Summary
final protected  voiddump()
    
public  voidenterAttribute(String uri, String local, String qname)
    
public  voidenterElement(String uri, String local, String qname, Attributes atts)
    
protected  voidhandleGenericException(Exception e)
     Last resort when something goes terribly wrong within the unmarshaller.
protected  voidhandleParseConversionException(Exception e)
     This method is called by the generated derived class when a datatype parse method throws an exception.
protected  voidhandleText(String s)
    
protected  voidhandleUnexpectedTextException(String text, RuntimeException e)
     Called when a RuntimeException is thrown during unmarshalling a text.
final protected  booleanisListState()
     Checks if the current state is marked as a list state.
public  voidleaveAttribute(String uri, String local, String qname)
    
public  voidleaveChild(int nextState)
    
public  voidleaveElement(String uri, String local, String qname)
    
final protected  voidrevertToParentFromEnterAttribute(String uri, String local, String qname)
    
final protected  voidrevertToParentFromEnterElement(String uri, String local, String qname, Attributes atts)
    
final protected  voidrevertToParentFromLeaveAttribute(String uri, String local, String qname)
    
final protected  voidrevertToParentFromLeaveElement(String uri, String local, String qname)
    
final protected  voidrevertToParentFromText(String value)
    
final protected  ObjectspawnChildFromEnterAttribute(Class clazz, int memento, String uri, String local, String qname)
    
final protected  ObjectspawnChildFromEnterElement(Class clazz, int memento, String uri, String local, String qname, Attributes atts)
    
final protected  ObjectspawnChildFromLeaveAttribute(Class clazz, int memento, String uri, String local, String qname)
    
final protected  ObjectspawnChildFromLeaveElement(Class clazz, int memento, String uri, String local, String qname)
    
final protected  ObjectspawnChildFromText(Class clazz, int memento, String value)
    
final protected  voidspawnHandlerFromEnterAttribute(UnmarshallingEventHandler unm, int memento, String uri, String local, String qname)
    
final protected  voidspawnHandlerFromEnterElement(UnmarshallingEventHandler unm, int memento, String uri, String local, String qname, Attributes atts)
    
final protected  voidspawnHandlerFromFromText(UnmarshallingEventHandler unm, int memento, String value)
    
final protected  voidspawnHandlerFromLeaveAttribute(UnmarshallingEventHandler unm, int memento, String uri, String local, String qname)
    
final protected  voidspawnHandlerFromLeaveElement(UnmarshallingEventHandler unm, int memento, String uri, String local, String qname)
    
final protected  voidspawnHandlerFromText(UnmarshallingEventHandler unm, int memento, String text)
    
final protected  ElementspawnWildcard(int memento, String uri, String local, String qname, Attributes atts)
    
final public  voidtext(String text)
    
final protected  voidunexpectedEnterAttribute(String uri, String local, String qname)
    
final protected  voidunexpectedEnterElement(String uri, String local, String qname, Attributes atts)
    
final protected  voidunexpectedLeaveAttribute(String uri, String local, String qname)
    
final protected  voidunexpectedLeaveChild()
    
final protected  voidunexpectedLeaveElement(String uri, String local, String qname)
    
final protected  voidunexpectedText(String str)
    

Field Detail
context
final public UnmarshallingContext context(Code)



state
public int state(Code)
Current state of this automaton.




Constructor Detail
AbstractUnmarshallingEventHandlerImpl
public AbstractUnmarshallingEventHandlerImpl(UnmarshallingContext _ctxt, String _stateTextTypes)(Code)




Method Detail
dump
final protected void dump()(Code)



enterAttribute
public void enterAttribute(String uri, String local, String qname) throws SAXException(Code)



enterElement
public void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException(Code)



handleGenericException
protected void handleGenericException(Exception e) throws SAXException(Code)
Last resort when something goes terribly wrong within the unmarshaller.



handleParseConversionException
protected void handleParseConversionException(Exception e) throws SAXException(Code)
This method is called by the generated derived class when a datatype parse method throws an exception.



handleText
protected void handleText(String s) throws SAXException(Code)



handleUnexpectedTextException
protected void handleUnexpectedTextException(String text, RuntimeException e) throws SAXException(Code)
Called when a RuntimeException is thrown during unmarshalling a text.



isListState
final protected boolean isListState()(Code)
Checks if the current state is marked as a list state.



leaveAttribute
public void leaveAttribute(String uri, String local, String qname) throws SAXException(Code)



leaveChild
public void leaveChild(int nextState) throws SAXException(Code)



leaveElement
public void leaveElement(String uri, String local, String qname) throws SAXException(Code)



revertToParentFromEnterAttribute
final protected void revertToParentFromEnterAttribute(String uri, String local, String qname) throws SAXException(Code)



revertToParentFromEnterElement
final protected void revertToParentFromEnterElement(String uri, String local, String qname, Attributes atts) throws SAXException(Code)



revertToParentFromLeaveAttribute
final protected void revertToParentFromLeaveAttribute(String uri, String local, String qname) throws SAXException(Code)



revertToParentFromLeaveElement
final protected void revertToParentFromLeaveElement(String uri, String local, String qname) throws SAXException(Code)



revertToParentFromText
final protected void revertToParentFromText(String value) throws SAXException(Code)



spawnChildFromEnterAttribute
final protected Object spawnChildFromEnterAttribute(Class clazz, int memento, String uri, String local, String qname) throws SAXException(Code)



spawnChildFromEnterElement
final protected Object spawnChildFromEnterElement(Class clazz, int memento, String uri, String local, String qname, Attributes atts) throws SAXException(Code)



spawnChildFromLeaveAttribute
final protected Object spawnChildFromLeaveAttribute(Class clazz, int memento, String uri, String local, String qname) throws SAXException(Code)



spawnChildFromLeaveElement
final protected Object spawnChildFromLeaveElement(Class clazz, int memento, String uri, String local, String qname) throws SAXException(Code)



spawnChildFromText
final protected Object spawnChildFromText(Class clazz, int memento, String value) throws SAXException(Code)



spawnHandlerFromEnterAttribute
final protected void spawnHandlerFromEnterAttribute(UnmarshallingEventHandler unm, int memento, String uri, String local, String qname) throws SAXException(Code)



spawnHandlerFromEnterElement
final protected void spawnHandlerFromEnterElement(UnmarshallingEventHandler unm, int memento, String uri, String local, String qname, Attributes atts) throws SAXException(Code)



spawnHandlerFromFromText
final protected void spawnHandlerFromFromText(UnmarshallingEventHandler unm, int memento, String value) throws SAXException(Code)



spawnHandlerFromLeaveAttribute
final protected void spawnHandlerFromLeaveAttribute(UnmarshallingEventHandler unm, int memento, String uri, String local, String qname) throws SAXException(Code)



spawnHandlerFromLeaveElement
final protected void spawnHandlerFromLeaveElement(UnmarshallingEventHandler unm, int memento, String uri, String local, String qname) throws SAXException(Code)



spawnHandlerFromText
final protected void spawnHandlerFromText(UnmarshallingEventHandler unm, int memento, String text) throws SAXException(Code)



spawnWildcard
final protected Element spawnWildcard(int memento, String uri, String local, String qname, Attributes atts) throws SAXException(Code)



text
final public void text(String text) throws SAXException(Code)



unexpectedEnterAttribute
final protected void unexpectedEnterAttribute(String uri, String local, String qname) throws SAXException(Code)



unexpectedEnterElement
final protected void unexpectedEnterElement(String uri, String local, String qname, Attributes atts) throws SAXException(Code)



unexpectedLeaveAttribute
final protected void unexpectedLeaveAttribute(String uri, String local, String qname) throws SAXException(Code)



unexpectedLeaveChild
final protected void unexpectedLeaveChild() throws SAXException(Code)



unexpectedLeaveElement
final protected void unexpectedLeaveElement(String uri, String local, String qname) throws SAXException(Code)



unexpectedText
final protected void unexpectedText(String str) throws SAXException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

ww_w__._j_a___v__a___2_s.c_o_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.