Java Utililty Methods Namespace Relative

List of utility methods to do Namespace Relative

Description

The list of methods to do Namespace Relative are organized into topic(s).

Method

booleannamespaceIsRelative(String namespaceValue)
Method namespaceIsRelative
return !namespaceIsAbsolute(namespaceValue);
booleannamespaceIsRelative(String namespaceValue)
Method namespaceIsRelative
return !namespaceIsAbsolute(namespaceValue);
booleannamespaceIsRelative(String namespaceValue)
namespace Is Relative
return !namespaceIsAbsolute(namespaceValue);