Package | Description |
---|---|
org.apache.axiom.c14n.helpers | |
org.apache.axiom.c14n.impl | |
org.apache.axiom.c14n.omwrapper | |
org.apache.axiom.c14n.omwrapper.factory |
Modifier and Type | Method and Description |
---|---|
static void |
C14nHelper.assertNotRelativeNS(Attr attr)
This method throws an exception if the Attribute value contains
a relative URI.
|
static boolean |
C14nHelper.namespaceIsAbsolute(Attr namespace)
Method namespaceIsAbsolute
|
static boolean |
C14nHelper.namespaceIsRelative(Attr namespace)
Method namespaceIsRelative
|
Modifier and Type | Field and Description |
---|---|
protected static Attr |
CanonicalizerBase.nullNode |
Modifier and Type | Method and Description |
---|---|
Attr |
NameSpaceSymbTable.getMapping(String prefix)
Gets the attribute node that defines the binding for the prefix.
|
Attr |
NameSpaceSymbTable.getMappingWithoutRendered(String prefix)
Gets a definition without mark it as render.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NameSpaceSymbTable.addMapping(String prefix,
String uri,
Attr n)
Adds the mapping for a prefix.
|
Node |
NameSpaceSymbTable.addMappingAndRender(String prefix,
String uri,
Attr n)
Adds a definition and mark it as render.
|
Modifier and Type | Class and Description |
---|---|
class |
AttrImpl |
Modifier and Type | Method and Description |
---|---|
Attr |
WrapperFactory.getAttribute(Object o,
OMElement parent) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.