Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

Uses of Class
oracle.jdeveloper.xml.schema.dependency.NamedDeclaration

Packages that use NamedDeclaration
oracle.jdeveloper.xml.schema.dependency Provides dependency information for XML Schema. 
 

Uses of NamedDeclaration in oracle.jdeveloper.xml.schema.dependency
 

Subclasses of NamedDeclaration in oracle.jdeveloper.xml.schema.dependency
 class AttributeDeclaration
          An XML Schema attribute declaration.
 class AttributeGroupDeclaration
          An XML Schema attribute group declaration.
 class ComplexTypeDeclaration
          An XML Schema complex type declaration.
 class ElementDeclaration
          An XML Schema element declaration.
 class GroupDeclaration
          An XML Schema group declaration.
 class SimpleTypeDeclaration
          An XML Schema simple type declaration.
 class TypeDeclaration
          Base class for an XML Schema type declaration.
 

Methods in oracle.jdeveloper.xml.schema.dependency that return NamedDeclaration
protected  NamedDeclaration NamedReference.getNamedDeclaration(oracle.bali.xml.model.dependency.DependencyContext context, java.lang.String key, javax.xml.namespace.QName qname)
          Get the declaration corresponding to a QName, or null the declaration does not exist.
protected  NamedDeclaration NamedReference.getNamedDeclaration(java.net.URL url, oracle.bali.xml.model.dependency.DependencyContext context, java.lang.String key, javax.xml.namespace.QName qname)
          Get the declaration corresponding to a QName from a specific URL, or null the declaration does not exist in that URL.
protected  NamedDeclaration NamedReference.getNamedDeclaration(oracle.bali.xml.model.XmlContext xmlContext, oracle.bali.xml.model.dependency.DependencyContext context, java.lang.String key, javax.xml.namespace.QName qname)
          Get the declaration corresponding to a QName from a specific XML context, or null the declaration does not exist in that context.
 

Methods in oracle.jdeveloper.xml.schema.dependency that return types with arguments of type NamedDeclaration
static java.util.Map<javax.xml.namespace.QName,NamedDeclaration> NamedDeclaration.getDeclarationMap(oracle.bali.xml.model.traversal.TraversalData data, java.lang.String key)
          Get the mapping from QName to declaration.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

Copyright © 1997, 2009, Oracle. All rights reserved.