Uses of Interface
org.eclipse.xsd.XSDNotationDeclaration

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.resolveNotationDeclaration(java.lang.String localName)
          Returns the resolved notation declaration the given name within the schema.
 XSDNotationDeclaration XSDConcreteComponent.resolveNotationDeclaration(java.lang.String namespace, java.lang.String localName)
          Returns the resolved notation declaration of the given namespace and name.
 XSDNotationDeclaration XSDConcreteComponent.resolveNotationDeclarationURI(java.lang.String uri)
          Returns the resolved notation declaration of the given URI.
 

Methods in org.eclipse.xsd that return types with arguments of type XSDNotationDeclaration
 EList<XSDNotationDeclaration> XSDSchema.getNotationDeclarations()
          Returns the value of the 'Notation Declarations' reference list.
 

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'
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDNotationDeclaration
protected  EList<XSDNotationDeclaration> XSDSchemaImpl.notationDeclarations
          The cached value of the 'Notation Declarations' reference list
 

Methods in org.eclipse.xsd.impl that return XSDNotationDeclaration
static XSDNotationDeclaration XSDNotationDeclarationImpl.createNotationDeclaration(org.w3c.dom.Node node)
           
protected  XSDNotationDeclaration XSDConcreteComponentImpl.createUnresolvedNotationDeclaration(java.lang.String namespace, java.lang.String localName)
           
 XSDNotationDeclaration XSDFactoryImpl.createXSDNotationDeclaration()
           
 XSDNotationDeclaration XSDConcreteComponentImpl.resolveNotationDeclaration(java.lang.String localName)
           
 XSDNotationDeclaration XSDSchemaImpl.resolveNotationDeclaration(java.lang.String namespace, java.lang.String localName)
           
 XSDNotationDeclaration XSDConcreteComponentImpl.resolveNotationDeclaration(java.lang.String namespace, java.lang.String localName)
           
 XSDNotationDeclaration XSDConcreteComponentImpl.resolveNotationDeclarationURI(java.lang.String uri)
           
 

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDNotationDeclaration
 EList<XSDNotationDeclaration> XSDSchemaImpl.getNotationDeclarations()
           
 

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
 T 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.