oracle.jdeveloper.xml.schema.dependency
Class AttributeReference
java.lang.Object
  
oracle.bali.xml.model.dependency.BaseDeclRef
      
oracle.bali.xml.model.dependency.Reference
          
oracle.bali.xml.model.dependency.ReferenceBase
              
oracle.bali.xml.model.dependency.XmlReference
                  
oracle.bali.xml.gui.jdev.dependency.XmlIndexReference
                      
oracle.jdeveloper.xml.schema.dependency.NamedReference
                          
oracle.jdeveloper.xml.schema.dependency.AttributeReference
public class AttributeReference
- extends NamedReference
 
A reference to an XML Schema attribute.
 
 
| 
Constructor Summary | 
AttributeReference(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)
 
            | 
protected  java.lang.String | 
getReferenceKey()
 
          Get the reference key used to look up this reference. | 
 
| Methods inherited from class oracle.jdeveloper.xml.schema.dependency.NamedReference | 
findDeclaration, getDefaultNamespace, getNamedDeclaration, getNamedDeclaration, getNamedDeclaration, getPrefixMap, getQName, getQName, getSchemaReferences, getSchemaReferences, getValue, isReferenceFor, resolvePrefix, updateReferenceImpl | 
 
| Methods inherited from class oracle.bali.xml.model.dependency.XmlReference | 
getDomRange, getEndIndex, getFileURL, getNode, getStartIndex, getValue, getXmlContext, gotoSelfImpl, supportsGotoSelf, supportsUpdateReference, updateValue, validateDeclaration | 
 
| Methods inherited from class oracle.bali.xml.model.dependency.ReferenceBase | 
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 | 
 
ATTRIBUTE_REFS
public static final java.lang.String ATTRIBUTE_REFS
- See Also:
 - Constant Field Values
 
AttributeReference
public AttributeReference(oracle.bali.xml.model.XmlContext xmlContext,
                          org.w3c.dom.Node node,
                          int start,
                          int end)
getReferenceKey
protected java.lang.String getReferenceKey()
- Description copied from class: 
NamedReference 
- Get the reference key used to look up this reference.
- Specified by:
 getReferenceKey in class NamedReference
 
- Returns:
 - the reference key
 
 
 
getDisplayNameImpl
protected java.lang.String getDisplayNameImpl(oracle.bali.xml.model.dependency.DependencyContext context)
- Specified by:
 getDisplayNameImpl in class oracle.bali.xml.model.dependency.BaseDeclRef
 
 
Copyright © 1997, 2009, Oracle. All rights reserved.