|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDNamespaceConstraintCategory | |
org.eclipse.xsd | This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix. |
org.eclipse.xsd.impl | This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. |
Uses of XSDNamespaceConstraintCategory in org.eclipse.xsd |
Fields in org.eclipse.xsd declared as XSDNamespaceConstraintCategory | |
static XSDNamespaceConstraintCategory |
XSDNamespaceConstraintCategory.ANY_LITERAL
The 'Any' literal object |
static XSDNamespaceConstraintCategory |
XSDNamespaceConstraintCategory.NOT_LITERAL
The 'Not' literal object |
static XSDNamespaceConstraintCategory |
XSDNamespaceConstraintCategory.SET_LITERAL
The 'Set' literal object |
Methods in org.eclipse.xsd that return XSDNamespaceConstraintCategory | |
XSDNamespaceConstraintCategory |
XSDWildcard.getNamespaceConstraintCategory()
Returns the value of the 'Namespace Constraint Category' attribute. |
static XSDNamespaceConstraintCategory |
XSDNamespaceConstraintCategory.get(String literal)
Returns the 'Namespace Constraint Category' literal with the specified literal value |
static XSDNamespaceConstraintCategory |
XSDNamespaceConstraintCategory.getByName(String name)
Returns the 'Namespace Constraint Category' literal with the specified name |
static XSDNamespaceConstraintCategory |
XSDNamespaceConstraintCategory.get(int value)
Returns the 'Namespace Constraint Category' literal with the specified integer value |
Methods in org.eclipse.xsd with parameters of type XSDNamespaceConstraintCategory | |
void |
XSDWildcard.setNamespaceConstraintCategory(XSDNamespaceConstraintCategory value)
Sets the value of the ' Namespace Constraint Category ' attribute |
Uses of XSDNamespaceConstraintCategory in org.eclipse.xsd.impl |
Fields in org.eclipse.xsd.impl declared as XSDNamespaceConstraintCategory | |
protected static XSDNamespaceConstraintCategory |
XSDWildcardImpl.NAMESPACE_CONSTRAINT_CATEGORY_EDEFAULT
The default value of the ' Namespace Constraint Category ' attribute |
protected XSDNamespaceConstraintCategory |
XSDWildcardImpl.namespaceConstraintCategory
The cached value of the ' Namespace Constraint Category ' attribute |
Methods in org.eclipse.xsd.impl that return XSDNamespaceConstraintCategory | |
XSDNamespaceConstraintCategory |
XSDFactoryImpl.createXSDNamespaceConstraintCategoryFromString(EDataType eDataType,
String initialValue)
|
XSDNamespaceConstraintCategory |
XSDWildcardImpl.getNamespaceConstraintCategory()
|
Methods in org.eclipse.xsd.impl with parameters of type XSDNamespaceConstraintCategory | |
void |
XSDWildcardImpl.setNamespaceConstraintCategory(XSDNamespaceConstraintCategory newNamespaceConstraintCategory)
|
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |