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