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

E13403-02

oracle.jdeveloper.xml.schema.dependency
Class ElementDeclaration

java.lang.Object
  extended by oracle.bali.xml.model.dependency.BaseDeclRef
      extended by oracle.bali.xml.model.dependency.Declaration
          extended by oracle.bali.xml.model.dependency.DeclarationBase
              extended by oracle.bali.xml.model.dependency.XmlDeclaration
                  extended by oracle.bali.xml.gui.jdev.dependency.XmlIndexDeclaration
                      extended by oracle.jdeveloper.xml.schema.dependency.NamedDeclaration
                          extended by oracle.jdeveloper.xml.schema.dependency.ElementDeclaration
All Implemented Interfaces:
oracle.bali.xml.model.traversal.TraversalHandler

public class ElementDeclaration
extends NamedDeclaration

An XML Schema element declaration.


Field Summary
 
Fields inherited from class oracle.jdeveloper.xml.schema.dependency.NamedDeclaration
qname
 
Constructor Summary
ElementDeclaration(oracle.bali.xml.model.XmlContext xmlContext, org.w3c.dom.Node node, int start, int end)
           
 
Method Summary
protected  java.lang.String getDisplayNameImpl(oracle.bali.xml.model.dependency.DependencyContext context)
           
 java.lang.String getReferenceKey()
           
protected  java.lang.String getTargetNamespace(org.w3c.dom.Node node)
          Get the target namespace for a DOM node.
 
Methods inherited from class oracle.jdeveloper.xml.schema.dependency.NamedDeclaration
getDeclarationMap, getFileURL, getQName, getQName, getReferenceValue, getValue, handleEndNode, handleStartNode
 
Methods inherited from class oracle.bali.xml.gui.jdev.dependency.XmlIndexDeclaration
findUsages, getScope
 
Methods inherited from class oracle.bali.xml.model.dependency.XmlDeclaration
getDomRange, getEndIndex, getNode, getStartIndex, getValue, getXmlContext, gotoSelfImpl, renameImpl, supportsGotoSelf, supportsRename, updateValue
 
Methods inherited from class oracle.bali.xml.model.dependency.DeclarationBase
performCommand, supportsCommand
 
Methods inherited from class oracle.bali.xml.model.dependency.BaseDeclRef
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementDeclaration

public ElementDeclaration(oracle.bali.xml.model.XmlContext xmlContext,
                          org.w3c.dom.Node node,
                          int start,
                          int end)
Method Detail

getDisplayNameImpl

protected java.lang.String getDisplayNameImpl(oracle.bali.xml.model.dependency.DependencyContext context)
Specified by:
getDisplayNameImpl in class oracle.bali.xml.model.dependency.BaseDeclRef

getReferenceKey

public java.lang.String getReferenceKey()
Specified by:
getReferenceKey in class oracle.bali.xml.gui.jdev.dependency.XmlIndexDeclaration

getTargetNamespace

protected java.lang.String getTargetNamespace(org.w3c.dom.Node node)
Description copied from class: NamedDeclaration
Get the target namespace for a DOM node.

Overrides:
getTargetNamespace in class NamedDeclaration
Parameters:
node - the DOM node
Returns:
the target namespace

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.