public class NBoxUtils
extends oracle.adfdtinternal.dvt.datapresdt.binding.utils.CommonBindingUtils
NBoxUtils
, containing useful NBox utilities.
Constructor and Description |
---|
NBoxUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<org.w3c.dom.Element> |
findAttributeExceptionRuleList(org.w3c.dom.Element elementRoot) |
static java.util.List<org.w3c.dom.Element> |
findAttributeGroupsList(org.w3c.dom.Element elementRoot) |
static java.util.List<org.w3c.dom.Element> |
findAttributeList(org.w3c.dom.Element elementRoot) |
static java.util.List<org.w3c.dom.Element> |
findAttributeMatchRuleList(org.w3c.dom.Element elementRoot) |
static java.util.List<org.w3c.dom.Element> |
findFacetList(org.w3c.dom.Element elementRoot) |
static org.w3c.dom.Element |
findNBox(BinderParams binderParams) |
static org.w3c.dom.Element |
findNBox(org.w3c.dom.Element elementRoot) |
static java.util.List<org.w3c.dom.Element> |
findNBoxColumnList(org.w3c.dom.Element elementRoot) |
static org.w3c.dom.Element |
findNBoxNode(org.w3c.dom.Element elementRoot) |
static java.util.List<org.w3c.dom.Element> |
findNBoxRowList(org.w3c.dom.Element elementRoot) |
static boolean |
isRebindNBox(org.w3c.dom.Element elementRoot) |
public static boolean isRebindNBox(org.w3c.dom.Element elementRoot)
public static org.w3c.dom.Element findNBox(org.w3c.dom.Element elementRoot)
public static org.w3c.dom.Element findNBox(BinderParams binderParams)
public static java.util.List<org.w3c.dom.Element> findNBoxRowList(org.w3c.dom.Element elementRoot)
public static java.util.List<org.w3c.dom.Element> findNBoxColumnList(org.w3c.dom.Element elementRoot)
public static org.w3c.dom.Element findNBoxNode(org.w3c.dom.Element elementRoot)
public static java.util.List<org.w3c.dom.Element> findFacetList(org.w3c.dom.Element elementRoot)
public static java.util.List<org.w3c.dom.Element> findAttributeGroupsList(org.w3c.dom.Element elementRoot)
public static java.util.List<org.w3c.dom.Element> findAttributeMatchRuleList(org.w3c.dom.Element elementRoot)
public static java.util.List<org.w3c.dom.Element> findAttributeExceptionRuleList(org.w3c.dom.Element elementRoot)
public static java.util.List<org.w3c.dom.Element> findAttributeList(org.w3c.dom.Element elementRoot)