Java Doc for DocDefHandler.java in  » IDE-Netbeans » schema2beans » org » netbeans » modules » schema2beansdev » 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 » IDE Netbeans » schema2beans » org.netbeans.modules.schema2beansdev 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.schema2beansdev.DocDefHandler

All known Subclasses:   org.netbeans.modules.schema2beansdev.TreeBuilder,
DocDefHandler
public interface DocDefHandler (Code)
The DTD parser handler




Method Summary
public  voidaddExtraDataCurLink(Object data)
    
public  voidaddExtraDataNode(String uniqueName, String typeName, Object data)
    
public  voidcharacter(char c)
     Called each time a character , ( ) or | is found.
public  booleandoesElementExist(String typeName)
     Does this element exist at this point? Either thru a startElement() creation, or thru an element() reference.
public  voidelement(String uniqueName, String typeName, String attrName, String attrNamespace, int instance, boolean externalType, String defaultValue)
     Called for each name element found within the scope of an element (.
public  voidelement(String uniqueName, String name, int instance)
    
public  voidendDocument()
    
public  voidendElement()
    
public  voidendGroupElements(int instance)
    
public  voidjavaType(String uniqueName, String name, String javaType)
     Called to request that the current graph node be of a certain Java class.
public  voidnillable(boolean value)
    
public  voidsetAbstract(String uniqueName, String name, boolean value)
    
public  voidsetDefaultNamespace(String ns)
     Set the namespace that will be used by default in the documents.
public  voidsetExtendedProperty(String uniqueName, String typeName, String propertyName, Object value)
     set a special property to some value.
public  voidsetExtension(String uniqueName, String typeName, String extendsName)
    
public  voidsetPrefixGuesser(PrefixGuesser guesser)
    
public  voidsetUnion(String uniqueName, String typeName, boolean value)
    
public  voidstartDocument(String root)
     Called once, when the DTD is started to be parsed.
public  voidstartElement(String uniqueName, String typeName, int type)
     Called each time a DTD
public  voidstartGroupElements()
     These methods are called to signal the beginning of the ( and ) in an ELEMENT declaration.



Method Detail
addExtraDataCurLink
public void addExtraDataCurLink(Object data)(Code)



addExtraDataNode
public void addExtraDataNode(String uniqueName, String typeName, Object data) throws Schema2BeansException(Code)



character
public void character(char c)(Code)
Called each time a character , ( ) or | is found.



doesElementExist
public boolean doesElementExist(String typeName)(Code)
Does this element exist at this point? Either thru a startElement() creation, or thru an element() reference.



element
public void element(String uniqueName, String typeName, String attrName, String attrNamespace, int instance, boolean externalType, String defaultValue)(Code)
Called for each name element found within the scope of an element (. The first element name doesn't generate a call to this method (@see startElement).
Parameters:
  name - the name of the element defined within the declaration.
Parameters:
  instance - has one of the three values: INSTANCE_0_1,INSTANCE_1, INSTANCE_0_N, INSTANCE_1_N



element
public void element(String uniqueName, String name, int instance)(Code)



endDocument
public void endDocument()(Code)



endElement
public void endElement()(Code)



endGroupElements
public void endGroupElements(int instance)(Code)



javaType
public void javaType(String uniqueName, String name, String javaType)(Code)
Called to request that the current graph node be of a certain Java class.
Parameters:
  javaType - is the name of a Java class (eg, "java.lang.Integer", or "int").



nillable
public void nillable(boolean value)(Code)



setAbstract
public void setAbstract(String uniqueName, String name, boolean value)(Code)



setDefaultNamespace
public void setDefaultNamespace(String ns)(Code)
Set the namespace that will be used by default in the documents.



setExtendedProperty
public void setExtendedProperty(String uniqueName, String typeName, String propertyName, Object value) throws Schema2BeansException(Code)
set a special property to some value.



setExtension
public void setExtension(String uniqueName, String typeName, String extendsName) throws Schema2BeansException(Code)



setPrefixGuesser
public void setPrefixGuesser(PrefixGuesser guesser)(Code)
Establish a prefix guesser



setUnion
public void setUnion(String uniqueName, String typeName, boolean value) throws Schema2BeansException(Code)



startDocument
public void startDocument(String root)(Code)
Called once, when the DTD is started to be parsed.
Parameters:
  root - root elemement name of the document (as the DOCTYPEspecifies in the XML document)



startElement
public void startElement(String uniqueName, String typeName, int type)(Code)
Called each time a DTD Parameters:
  name - the name of the element
Parameters:
  typeName - is the name to use for the attribute
Parameters:
  type - the type (as a constant) of the element (for exampleTYPE_ELEMENT or TYPE_ATTLIST)



startGroupElements
public void startGroupElements()(Code)
These methods are called to signal the beginning of the ( and ) in an ELEMENT declaration. startGroupElements is called when an open parenthese is found and endGroupElements is called when the closed parenthese is found. The closing parenthese might be followed by the character *, + or ?. The instance value of the method call reflects this character value.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.