Skip navigation links

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

E17493-04


oracle.jdeveloper.webapp.el
Class ScopedVariableDeclaration

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.jdeveloper.webapp.el.ScopedVariableDeclaration

All Implemented Interfaces:
oracle.bali.xml.model.traversal.TraversalHandler

public class ScopedVariableDeclaration
extends oracle.bali.xml.model.dependency.XmlDeclaration
implements oracle.bali.xml.model.traversal.TraversalHandler

Constructor Summary
ScopedVariableDeclaration(oracle.bali.xml.model.XmlContext xmlContext, org.w3c.dom.Node node, int start, int end)
           

 

Method Summary
 void findUsages(oracle.bali.xml.model.dependency.DependencyContext context, oracle.bali.xml.model.dependency.FindUsagesCallback callback)
           
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.XmlDeclaration
getDisplayTextImpl, 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

ScopedVariableDeclaration

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

Method Detail

findUsages

public void findUsages(oracle.bali.xml.model.dependency.DependencyContext context,
                       oracle.bali.xml.model.dependency.FindUsagesCallback callback)
Specified by:
findUsages in class oracle.bali.xml.model.dependency.Declaration

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

Skip navigation links

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

E17493-04


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