Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.3.0)

E18581-04


oracle.adfdt.view.common.binding.creator.v2
Class DomLocation

java.lang.Object
  extended by oracle.adfdt.view.common.binding.creator.v2.DomLocation


public final class DomLocation
extends java.lang.Object

A helper class to determine where to place nodes during insertion.


Nested Class Summary
static class DomLocation.Relation
          BEFORE: sibling of node, appears before it in child order AFTER: sibing of node, appears after it in child order INSIDE: last child of node

 

Method Summary
static DomLocation create(org.w3c.dom.Node relativeTo, DomLocation.Relation relation)
          Creates a new DomLocation relative to a certain node.
 DomLocation.Relation getRelation()
          Returns the location reference relative to the node from getRelativeTo(.).
 org.w3c.dom.Node getRelativeTo()
          Retrieves the node that is the point of reference.

 

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

 

Method Detail

create

public static DomLocation create(org.w3c.dom.Node relativeTo,
                                 DomLocation.Relation relation)
Creates a new DomLocation relative to a certain node.
Parameters:
relativeTo - The node that is the point of reference
relation - The location reference relative to the node

getRelativeTo

public org.w3c.dom.Node getRelativeTo()
Retrieves the node that is the point of reference.

getRelation

public DomLocation.Relation getRelation()
Returns the location reference relative to the node from getRelativeTo(.).

Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.3.0)

E18581-04


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