Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-05


oracle.security.xmlsec.util
Class IDCache

java.lang.Object
  extended by oracle.security.xmlsec.util.IDCache


public class IDCache
extends java.lang.Object
Since:
release specific (what release of product did this appear in)
Version:
$Header: entsec_ldap/java/src/oracle/security/xmlsec/util/IDCache.java st_oam_rhingara_bug-9822079/1 2010/07/20 10:56:57 rhingara Exp $

Constructor Summary
IDCache()
           

 

Method Summary
static void addToIDCache(org.w3c.dom.Element elem)
          FOR INTERNAL USE ONLY Scan this element and its descendants for Ids and add them to the ID Cache.
static void addToIDCache(org.w3c.dom.Element elem, java.lang.String id)
          FOR INTERNAL USE ONLY add this Id to Elem mapping to the ID Cache.
static org.w3c.dom.Element getElementById(org.w3c.dom.Document doc, java.lang.String id)
          FOR INTERNAL USE ONLY - call XMLUtils.getElementById(Document, String) instead Scan the Id Cache for the element.
static boolean isIDCacheEnabled(org.w3c.dom.Document doc)
          Check if ID Caching is enabled

 

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

 

Constructor Detail

IDCache

public IDCache()

Method Detail

isIDCacheEnabled

public static boolean isIDCacheEnabled(org.w3c.dom.Document doc)
Check if ID Caching is enabled
Parameters:
doc -
Returns:

getElementById

public static org.w3c.dom.Element getElementById(org.w3c.dom.Document doc,
                                                 java.lang.String id)
FOR INTERNAL USE ONLY - call XMLUtils.getElementById(Document, String) instead Scan the Id Cache for the element. If not found assume that there is some change and rebuild the id cache.
Parameters:
doc -
id -
Returns:

addToIDCache

public static void addToIDCache(org.w3c.dom.Element elem)
FOR INTERNAL USE ONLY Scan this element and its descendants for Ids and add them to the ID Cache.
Parameters:
elem -

addToIDCache

public static void addToIDCache(org.w3c.dom.Element elem,
                                java.lang.String id)
FOR INTERNAL USE ONLY add this Id to Elem mapping to the ID Cache.
Parameters:
elem -

Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-05


Copyright © 2005, 2013 , Oracle. All rights reserved.