public abstract class XmlValidationUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isAttributeIgnored(Node receivedElement,
Node receivedAttribute,
Node sourceAttribute,
Set<String> ignoreMessageElements,
NamespaceContext namespaceContext)
Checks whether the current attribute is ignored either by global ignore placeholder in source attribute value or
by xpath ignore expressions.
|
static boolean |
isElementIgnored(Node source,
Node received,
Set<String> ignoreExpressions,
NamespaceContext namespaceContext)
Checks if given element node is either on ignore list or
contains @ignore@ tag inside control message
|
static boolean |
isElementIgnored(Node received,
Set<String> ignoreExpressions,
NamespaceContext namespaceContext)
Checks whether the node is ignored by node path expression or xpath expression.
|
public static boolean isElementIgnored(Node source, Node received, Set<String> ignoreExpressions, NamespaceContext namespaceContext)
source
- received
- ignoreExpressions
- namespaceContext
- public static boolean isElementIgnored(Node received, Set<String> ignoreExpressions, NamespaceContext namespaceContext)
received
- ignoreExpressions
- namespaceContext
- public static boolean isAttributeIgnored(Node receivedElement, Node receivedAttribute, Node sourceAttribute, Set<String> ignoreMessageElements, NamespaceContext namespaceContext)
receivedElement
- receivedAttribute
- ignoreMessageElements
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.