|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.c14n.helpers.C14nHelper
public class C14nHelper
Method Summary | |
---|---|
static void |
assertNotRelativeNS(Attr attr)
This method throws an exception if the Attribute value contains a relative URI. |
static void |
checkForRelativeNamespace(Element ctxNode)
This method throws a CanonicalizationException if the supplied Element contains any relative namespaces. |
static boolean |
namespaceIsAbsolute(Attr namespace)
Method namespaceIsAbsolute |
static boolean |
namespaceIsAbsolute(String namespaceValue)
Method namespaceIsAbsolute |
static boolean |
namespaceIsRelative(Attr namespace)
Method namespaceIsRelative |
static boolean |
namespaceIsRelative(String namespaceValue)
Method namespaceIsRelative |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean namespaceIsRelative(Attr namespace)
namespace
-
public static boolean namespaceIsRelative(String namespaceValue)
namespaceValue
-
public static boolean namespaceIsAbsolute(Attr namespace)
namespace
-
public static boolean namespaceIsAbsolute(String namespaceValue)
namespaceValue
-
public static void assertNotRelativeNS(Attr attr) throws CanonicalizationException
attr
-
CanonicalizationException
public static void checkForRelativeNamespace(Element ctxNode) throws CanonicalizationException
ctxNode
-
CanonicalizationException
assertNotRelativeNS(Attr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |