- java.lang.Object
-
- org.apache.xml.security.c14n.helper.C14nHelper
-
public final class C14nHelper extends Object
Temporary swapped static functions from the normalizer Section
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleannamespaceIsAbsolute(String namespaceValue)Method namespaceIsAbsolutestatic booleannamespaceIsAbsolute(Attr namespace)Method namespaceIsAbsolutestatic booleannamespaceIsRelative(String namespaceValue)Method namespaceIsRelativestatic booleannamespaceIsRelative(Attr namespace)Method namespaceIsRelative
-
-
-
Method Detail
-
namespaceIsRelative
public static boolean namespaceIsRelative(Attr namespace)
Method namespaceIsRelative- Parameters:
namespace-- Returns:
- true if the given namespace is relative.
-
namespaceIsRelative
public static boolean namespaceIsRelative(String namespaceValue)
Method namespaceIsRelative- Parameters:
namespaceValue-- Returns:
- true if the given namespace is relative.
-
namespaceIsAbsolute
public static boolean namespaceIsAbsolute(Attr namespace)
Method namespaceIsAbsolute- Parameters:
namespace-- Returns:
- true if the given namespace is absolute.
-
namespaceIsAbsolute
public static boolean namespaceIsAbsolute(String namespaceValue)
Method namespaceIsAbsolute- Parameters:
namespaceValue-- Returns:
- true if the given namespace is absolute.
-
-