| java.lang.Object com.icesoft.faces.util.DOMUtils
DOMUtils | public class DOMUtils (Code) | | |
compareAttributes | public static boolean compareAttributes(Node oldNode, Node newNode)(Code) | | Parameters: oldNode - Parameters: newNode - true if Nodes have the same attributes |
compareIDs | public static boolean compareIDs(Node oldNode, Node newNode)(Code) | | Parameters: oldNode - Parameters: newNode - true if Nodes have the same IDs |
compareNodes | public static boolean compareNodes(List nodeDiffs, Node oldNode, Node newNode)(Code) | | Nodes are equivalent if they have the same names, attributes, and
children
Parameters: oldNode - Parameters: newNode - true if oldNode and newNode are equivalent |
domDiff | public static Node[] domDiff(Document oldDOM, Document newDOM)(Code) | | Determine the set of top-level nodes in newDOM that are different from
the corresponding nodes in oldDOM.
Parameters: oldDOM - original dom Document Parameters: newDOM - changed dom Document array of top-level nodes in newDOM that differ from oldDOM |
escapeIsRequired | public static boolean escapeIsRequired(UIComponent uiComponent)(Code) | | Escaping is required unless the escape attribute is present and is
"false"
Parameters: uiComponent - Parameters: valueTextRequiresEscape - |
|
|