oracle.jdeveloper.webapp.el
Class ScopedVariableDeclaration
java.lang.Object
   oracle.bali.xml.model.dependency.BaseDeclRef
oracle.bali.xml.model.dependency.BaseDeclRef
       oracle.bali.xml.model.dependency.Declaration
oracle.bali.xml.model.dependency.Declaration
           oracle.bali.xml.model.dependency.DeclarationBase
oracle.bali.xml.model.dependency.DeclarationBase
               oracle.bali.xml.model.dependency.XmlDeclaration
oracle.bali.xml.model.dependency.XmlDeclaration
                   oracle.jdeveloper.webapp.el.ScopedVariableDeclaration
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 | 
 
ScopedVariableDeclaration
public ScopedVariableDeclaration(oracle.bali.xml.model.XmlContext xmlContext,
                                 org.w3c.dom.Node node,
                                 int start,
                                 int end)
findUsages
public void findUsages(oracle.bali.xml.model.dependency.DependencyContext context,
                       oracle.bali.xml.model.dependency.FindUsagesCallback callback)
- 
- Specified by:
- findUsagesin class- oracle.bali.xml.model.dependency.Declaration
 
- 
 
getDisplayNameImpl
protected java.lang.String getDisplayNameImpl(oracle.bali.xml.model.dependency.DependencyContext context)
- 
- Specified by:
- getDisplayNameImplin 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:
- handleStartNodein 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:
- handleEndNodein interface- oracle.bali.xml.model.traversal.TraversalHandler
 
- 
 
Copyright © 1997, 2013, Oracle. All rights reserved.