|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDNotationDeclaration | |
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. |
org.eclipse.xsd.provider | |
org.eclipse.xsd.util | This provides utility classes and interfaces to augment the basic API for XML Schema, as well as sample code. |
Uses of XSDNotationDeclaration in org.eclipse.xsd |
Methods in org.eclipse.xsd that return XSDNotationDeclaration | |
XSDNotationDeclaration |
XSDFactory.createXSDNotationDeclaration()
Returns a new object of class 'Notation Declaration' |
XSDNotationDeclaration |
XSDConcreteComponent.resolveNotationDeclarationURI(String uri)
Returns the resolved notation declaration of the given URI .
|
XSDNotationDeclaration |
XSDConcreteComponent.resolveNotationDeclaration(String namespace,
String localName)
Returns the resolved notation declaration of the given namespace and name .
|
XSDNotationDeclaration |
XSDConcreteComponent.resolveNotationDeclaration(String localName)
Returns the resolved notation declaration the given name
within the schema .
|
Uses of XSDNotationDeclaration in org.eclipse.xsd.impl |
Classes in org.eclipse.xsd.impl that implement XSDNotationDeclaration | |
class |
XSDNotationDeclarationImpl
An implementation of the model object 'Notation Declaration' |
Methods in org.eclipse.xsd.impl that return XSDNotationDeclaration | |
static XSDNotationDeclaration |
XSDNotationDeclarationImpl.createNotationDeclaration(Node node)
|
XSDNotationDeclaration |
XSDFactoryImpl.createXSDNotationDeclaration()
|
XSDNotationDeclaration |
XSDSchemaImpl.resolveNotationDeclaration(String namespace,
String localName)
|
XSDNotationDeclaration |
XSDConcreteComponentImpl.resolveNotationDeclarationURI(String uri)
|
XSDNotationDeclaration |
XSDConcreteComponentImpl.resolveNotationDeclaration(String localName)
|
XSDNotationDeclaration |
XSDConcreteComponentImpl.resolveNotationDeclaration(String namespace,
String localName)
|
protected XSDNotationDeclaration |
XSDConcreteComponentImpl.createUnresolvedNotationDeclaration(String namespace,
String localName)
|
Uses of XSDNotationDeclaration in org.eclipse.xsd.provider |
Methods in org.eclipse.xsd.provider that return XSDNotationDeclaration | |
protected XSDNotationDeclaration |
XSDItemProviderAdapter.createNotationDeclaration(XSDConcreteComponent parent)
This creates an object of type XSDNotationDeclaration with
a name that is unique globally. |
Uses of XSDNotationDeclaration in org.eclipse.xsd.util |
Methods in org.eclipse.xsd.util with parameters of type XSDNotationDeclaration | |
Object |
XSDSwitch.caseXSDNotationDeclaration(XSDNotationDeclaration object)
Returns the result of interpretting the object as an instance of 'Notation Declaration' |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |