SUMMARY:
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.AttributeDeclaration
- All Implemented Interfaces:
- oracle.bali.xml.model.traversal.TraversalHandler
public class AttributeDeclaration - extends NamedDeclaration
An XML Schema attribute declaration.
Constructor Summary |
AttributeDeclaration(oracle.bali.xml.model.XmlContext xmlContext,
org.w3c.dom.Node node,
int start,
int end)
|
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 |
AttributeDeclaration
public AttributeDeclaration(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
Copyright © 1997, 2009, Oracle. All rights reserved.
|