Top Description Constructors Methods
com.sun.org.apache.xml.internal.security.c14n.helper

public final Class C14nHelper

extends Object
Class Inheritance
Imports
org.w3c.dom.Attr

Temporary swapped static functions from the normalizer Section

Constructor Summary

AccessConstructor and Description
private
C14nHelper()

Constructor C14nHelper

Method Summary

Modifier and TypeMethod and Description
public static boolean

Returns:

true if the given namespace is absolute.
namespaceIsAbsolute
(Attr namespace)

Method namespaceIsAbsolute

public static boolean

Returns:

true if the given namespace is absolute.
namespaceIsAbsolute
(String namespaceValue)

Method namespaceIsAbsolute

public static boolean

Returns:

true if the given namespace is relative.
namespaceIsRelative
(Attr namespace)

Method namespaceIsRelative

public static boolean

Returns:

true if the given namespace is relative.
namespaceIsRelative
(String namespaceValue)

Method namespaceIsRelative

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

C14nHelperback to summary
private C14nHelper()

Constructor C14nHelper

Method Detail

namespaceIsAbsoluteback to summary
public static boolean namespaceIsAbsolute(Attr namespace)

Method namespaceIsAbsolute

Returns:boolean

true if the given namespace is absolute.

namespaceIsAbsoluteback to summary
public static boolean namespaceIsAbsolute(String namespaceValue)

Method namespaceIsAbsolute

Returns:boolean

true if the given namespace is absolute.

namespaceIsRelativeback to summary
public static boolean namespaceIsRelative(Attr namespace)

Method namespaceIsRelative

Returns:boolean

true if the given namespace is relative.

namespaceIsRelativeback to summary
public static boolean namespaceIsRelative(String namespaceValue)

Method namespaceIsRelative

Returns:boolean

true if the given namespace is relative.