java.lang.Object
org.apache.xml.security.c14n.helper.C14nHelper
Temporary swapped static functions from the normalizer Section
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleannamespaceIsAbsolute(String namespaceValue) Method namespaceIsAbsolutestatic booleannamespaceIsAbsolute(Attr namespace) Method namespaceIsAbsolutestatic booleannamespaceIsRelative(String namespaceValue) Method namespaceIsRelativestatic booleannamespaceIsRelative(Attr namespace) Method namespaceIsRelative
-
Method Details
-
namespaceIsRelative
Method namespaceIsRelative- Parameters:
namespace-- Returns:
- true if the given namespace is relative.
-
namespaceIsRelative
Method namespaceIsRelative- Parameters:
namespaceValue-- Returns:
- true if the given namespace is relative.
-
namespaceIsAbsolute
Method namespaceIsAbsolute- Parameters:
namespace-- Returns:
- true if the given namespace is absolute.
-
namespaceIsAbsolute
Method namespaceIsAbsolute- Parameters:
namespaceValue-- Returns:
- true if the given namespace is absolute.
-