| 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 |
|---|---|
(package private) Attr |
NameSpaceSymbEntry.n
The attribute to include.
|
protected static Attr |
CanonicalizerBase.nullNode |
| Modifier and Type | Method and Description |
|---|---|
Attr |
NameSpaceSymbTable.getMapping(java.lang.String prefix)
Gets the attribute node that defines the binding for the prefix.
|
Attr |
NameSpaceSymbTable.getMappingWithoutRendered(java.lang.String prefix)
Gets a definition without mark it as render.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NameSpaceSymbTable.addMapping(java.lang.String prefix,
java.lang.String uri,
Attr n)
Adds the mapping for a prefix.
|
Node |
NameSpaceSymbTable.addMappingAndRender(java.lang.String prefix,
java.lang.String uri,
Attr n)
Adds a definition and mark it as render.
|
(package private) void |
Canonicalizer20010315.XmlAttrStack.addXmlnsAttr(Attr n) |
| Constructor and Description |
|---|
NameSpaceSymbEntry(java.lang.String name,
Attr n,
boolean rendered,
java.lang.String prefix) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttrImpl |
| Modifier and Type | Method and Description |
|---|---|
Attr |
WrapperFactory.getAttribute(java.lang.Object o,
OMElement parent) |