Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.utils
Class XMLUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.utils.XMLUtils

public final class XMLUtils
extends java.lang.Object


Method Summary
static java.lang.String toXMLAttr(java.lang.String attr)
          Convert attr, which may be null or empty, or contain illegal xml characters into a legal xml value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toXMLAttr

public static final java.lang.String toXMLAttr(java.lang.String attr)
Convert attr, which may be null or empty, or contain illegal xml characters into a legal xml value.

Parameters:
attr - attr, may be null, empty or contain chars that need escaping.
Returns:
escaped version of attr, "" at worst.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.