Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.security.policy.scenario.util
Class NodeWrapper

java.lang.Object
  extended by oracle.wsm.security.policy.scenario.util.NodeWrapper


public class NodeWrapper
extends Object

Nested Class Summary
static class NodeWrapper.Attachments
           
static class NodeWrapper.Elements
           
static interface NodeWrapper.IElementsAttachments
           

 

Constructor Summary
NodeWrapper(Node repNode)
           

 

Method Summary
 NodeWrapper findUnvisitedChild()
           
 List<NodeWrapper> getAllChildren()
           
 String getAssociatedNS()
           
 String getLocalName()
           
 CharSequence getName()
           
 Node getRepNode()
           
 boolean isVisited()
           
 void setVisited(boolean visited)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

NodeWrapper

public NodeWrapper(Node repNode)

Method Detail

getName

public CharSequence getName()

getLocalName

public String getLocalName()

setVisited

public void setVisited(boolean visited)

isVisited

public boolean isVisited()

getAllChildren

public List<NodeWrapper> getAllChildren()

findUnvisitedChild

public NodeWrapper findUnvisitedChild()

getRepNode

public Node getRepNode()

getAssociatedNS

public String getAssociatedNS()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.