oracle.jdeveloper.xml.schema.dependency
Class ElementDeclaration
java.lang.Object
oracle.bali.xml.model.dependency.BaseDeclRef
oracle.bali.xml.model.dependency.Declaration
oracle.bali.xml.model.dependency.DeclarationBase
oracle.bali.xml.model.dependency.XmlDeclaration
oracle.bali.xml.gui.jdev.dependency.XmlIndexDeclaration
oracle.jdeveloper.xml.schema.dependency.NamedDeclaration
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.
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.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 |
ElementDeclaration
public ElementDeclaration(oracle.bali.xml.model.XmlContext xmlContext,
org.w3c.dom.Node node,
int start,
int end)
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
Copyright © 1997, 2009, Oracle. All rights reserved.