Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdeveloper.webapp.el
Class ScopedVariableReference

java.lang.Object
  extended by oracle.bali.xml.model.dependency.BaseDeclRef
      extended by oracle.bali.xml.model.dependency.Reference
          extended by oracle.bali.xml.model.dependency.ReferenceBase
              extended by oracle.bali.xml.model.dependency.XmlReference
                  extended by oracle.jdeveloper.webapp.el.ScopedVariableReference
All Implemented Interfaces:
oracle.bali.xml.model.traversal.TraversalHandler

public class ScopedVariableReference
extends oracle.bali.xml.model.dependency.XmlReference
implements oracle.bali.xml.model.traversal.TraversalHandler


Constructor Summary
ScopedVariableReference(oracle.bali.xml.model.XmlContext xmlContext, org.w3c.dom.Node node, int start, int end)
           
 
Method Summary
 oracle.bali.xml.model.dependency.Declaration findDeclaration(oracle.bali.xml.model.dependency.DependencyContext context)
           
protected  java.lang.String getDisplayNameImpl(oracle.bali.xml.model.dependency.DependencyContext context)
           
 void handleEndNode(oracle.bali.xml.model.XmlModel model, org.w3c.dom.Node node, oracle.bali.xml.model.traversal.MutableTraversalData data)
           
 void handleStartNode(oracle.bali.xml.model.XmlModel model, org.w3c.dom.Node node, oracle.bali.xml.model.traversal.MutableTraversalData data)
           
 
Methods inherited from class oracle.bali.xml.model.dependency.XmlReference
getDisplayTextImpl, getDomRange, getEndIndex, getFileURL, getNode, getStartIndex, getValue, getXmlContext, gotoSelfImpl, supportsGotoSelf, supportsUpdateReference, updateReferenceImpl, 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
 

Constructor Detail

ScopedVariableReference

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

findDeclaration

public oracle.bali.xml.model.dependency.Declaration findDeclaration(oracle.bali.xml.model.dependency.DependencyContext context)
Specified by:
findDeclaration in class oracle.bali.xml.model.dependency.Reference

getDisplayNameImpl

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

handleStartNode

public void handleStartNode(oracle.bali.xml.model.XmlModel model,
                            org.w3c.dom.Node node,
                            oracle.bali.xml.model.traversal.MutableTraversalData data)
Specified by:
handleStartNode in interface oracle.bali.xml.model.traversal.TraversalHandler

handleEndNode

public void handleEndNode(oracle.bali.xml.model.XmlModel model,
                          org.w3c.dom.Node node,
                          oracle.bali.xml.model.traversal.MutableTraversalData data)
Specified by:
handleEndNode in interface oracle.bali.xml.model.traversal.TraversalHandler

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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