org.netbeans.modules.xml.schema.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 » IDE Netbeans » xml » org.netbeans.modules.xml.schema.model 
org.netbeans.modules.xml.schema.model
Java Source File NameTypeComment
All.javaInterface This interface represents the xml schema all type.
Annotation.javaInterface Represents the schema annotation component, .
Any.javaInterface This interface represents common features of any.
AnyAttribute.javaInterface This interface represents a wildcard that allows the insertion of any attribute belonging to a list of namespaces.
AnyElement.javaInterface AnyElement represents a wildcard that allows the insertion of any element belonging to a list of namespaces.
AppInfo.javaInterface
Attribute.javaInterface This interface represents commanlity between global and local attributes.
AttributeGroupReference.javaInterface This interface represents any non top level occurrence of attributeGroup.
AttributeReference.javaInterface This interface represents a reference to a global attribute definition or local definition (cannot be referenced ).
BoundaryFacet.javaInterface Common interface for boundary facets MaxInclusive, MaxExclusive, MinInclusive, MinExclusive.
Cardinality.javaInterface This interface represents the cardinality of the component type.
Choice.javaInterface This interface represents a choice outside a definition of a group.
ComplexContent.javaInterface This interface represents a complex content model.
ComplexContentDefinition.javaInterface
ComplexContentRestriction.javaInterface This interface represents a restriction within a complex content element.
ComplexExtension.javaInterface This interface represents an extension of a complex (or mixed) content complex type.
ComplexExtensionDefinition.javaInterface
ComplexType.javaInterface This interface represents the common capabilities between global complex types and locally defined complex types.
ComplexTypeDefinition.javaInterface
Constraint.javaInterface This is the super interface for Key and Unique.
Derivation.javaInterface
Documentation.javaInterface The interface represents human-readable documentation in plain text.
Element.javaInterface
ElementReference.javaInterface
Enumeration.javaInterface This interface represents the enumeration facet which defines a list of possible values for a primitive type.
Extension.javaInterface
Field.javaInterface This interface defines the location of the fields used in a constraint.
Form.javaenum
FractionDigits.javaInterface This interface represents the fractionDigits elements which defines the maximum number of fractional digits of a xs:decimal datatype.
GlobalAttribute.javaInterface This interface represents the attributes defined at the top level of the schema (direct children of the schema element).
GlobalAttributeGroup.javaInterface This interface represents a global container that embeds groups of attributes.
GlobalComplexType.javaInterface This interface represents a global complex type.
GlobalElement.javaInterface
GlobalGroup.javaInterface This interface represents a globally defined group of elements.
GlobalSimpleType.javaInterface This interface represents a simple type.
GlobalType.javaInterface This interface is the superclass of global types.
GroupReference.javaInterface This interface represents a reference to a group.
Import.javaInterface This interface represents the xs:import statement which provides hints to the schema validator for how to resolve a uri.
Include.javaInterface The interface represents the xs:include element which provides a staight inclusion of a schema into another schema with the same target namespace.
IncludeTest.javaClass
Key.javaInterface The interface represents xs:key which defines simple or compound keys.
KeyRef.javaInterface This interface represents the xs:keyref element which provides referential integrity.
KeyRefTest.javaClass
Length.javaInterface This interface represents the xs:length facet.
LengthFacet.javaInterface
List.javaInterface This interface represents the xs:list element, which is a whitespace separated list of values.
LocalAttribute.javaInterface This interface represents a reference to a global attribute definition or local definition (cannot be referenced ).
LocalAttributeContainer.javaInterface This interface represents the common signatures for components allowing the creation of attributes.
LocalComplexType.javaInterface This interface represents a complex type defined within an element.
LocalElement.javaInterface This interface represents a local element.
LocalGroupDefinition.javaInterface This class represents the set of valid defintions within a group definition.
LocalSimpleType.javaInterface This interface represents a simple type defined locally.
LocalType.javaInterface
MaxExclusive.javaInterface This interface represents the xs:maxExclusive facet.
MaxInclusive.javaInterface This interface represents the xs:maxInclusive facet.
MaxLength.javaInterface This interface represents the xs:maxLength facet.
MinExclusive.javaInterface This interface represents the xs:maxExclusive facet.
MinInclusive.javaInterface This interface represents the xs:minInclusive facet.
MinLength.javaInterface This interface represents the xs:maxLength facet.
NameableSchemaComponent.javaInterface
NamespaceLocation.javaenum
Notation.javaInterface Represents schema component 'notation'.
Occur.javaInterface
Pattern.javaInterface This interface represents xs:pattern used to define regular expressions over the lexical space.
Redefine.javaInterface This interface represents the xs:redefine element.
ReferenceableSchemaComponent.javaInterface
Schema.javaInterface This interface represents the schema element.
SchemaComponent.javaInterface This interface represents a common interface shared by all schema elements.
SchemaComponentFactory.javaInterface Factory for providing concrete implementations of the CommonSchemaElement subclasses.
SchemaComponentReference.javaClass
SchemaComponentTest.javaClass
SchemaModel.javaInterface This interface represents an instance of a schema model.
SchemaModelFactory.javaClass
SchemaModelReference.javaInterface The SchemaModelReference interface is implemented by classes which reference other schema models (Import, Include, and Redefine).
SchemaModelTest.javaClass
SchemaTest.javaClass
Selector.javaInterface This interface represents the selector element.
Sequence.javaInterface This interface represents a sequence definition.
SequenceDefinition.javaInterface This interface represents the valid definitions in a sequence.
SimpleContent.javaInterface This interface represents the simple content element.
SimpleContentDefinition.javaInterface
SimpleContentRestriction.javaInterface This interfaces represents restrictions defined within simpleContent.
SimpleExtension.javaInterface The interfaces represents an extension of a simple type or simple content complex type.
SimpleRestriction.javaInterface This interface includes the common facet handling in restrictions.
SimpleType.javaInterface This interface represents a simple type.
SimpleTypeDefinition.javaInterface
SimpleTypeRestriction.javaInterface
TestCatalogModel.javaClass
TotalDigits.javaInterface This interface represents the xs:totalDigits facet.
TypeContainer.javaInterface A type container defines a schema element which can either reference or include a local type definition.
Union.javaInterface
Unique.javaInterface This interface represents the unique schema element.
Util.javaClass
Whitespace.javaInterface This interface represents the whitespace facet.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.