Modifier and Type | Method | Description |
---|---|---|
XMLSecNamespace |
AbstractOutputProcessor.createNamespace(String prefix,
String uri) |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractOutputProcessor.createStartElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain,
QName element,
List<XMLSecNamespace> namespaces,
List<XMLSecAttribute> attributes) |
Modifier and Type | Method | Description |
---|---|---|
static XMLSecNamespace |
XMLSecEventFactory.createXMLSecNamespace(String prefix,
String uri) |
|
XMLSecNamespace |
XMLSecAttribute.getAttributeNamespace() |
|
XMLSecNamespace |
XMLSecStartElement.getElementNamespace() |
Modifier and Type | Method | Description |
---|---|---|
List<XMLSecNamespace> |
XMLSecStartElement.getOnElementDeclaredNamespaces() |
Modifier and Type | Method | Description |
---|---|---|
void |
XMLSecStartElement.addNamespace(XMLSecNamespace xmlSecNamespace) |
Modifier and Type | Method | Description |
---|---|---|
void |
XMLSecStartElement.getNamespacesFromCurrentScope(List<XMLSecNamespace> comparableNamespaceList) |
Modifier and Type | Class | Description |
---|---|---|
class |
XMLSecNamespaceImpl |
Class to let XML-Namespaces be comparable how it is requested by C14N
|
Modifier and Type | Method | Description |
---|---|---|
XMLSecNamespace |
XMLSecAttributeImpl.getAttributeNamespace() |
|
XMLSecNamespace |
XMLSecStartElementImpl.getElementNamespace() |
|
static XMLSecNamespace |
XMLSecNamespaceImpl.getInstance(String prefix,
String uri) |
Modifier and Type | Method | Description |
---|---|---|
Iterator<XMLSecNamespace> |
XMLSecStartElementImpl.getNamespaces() |
|
List<XMLSecNamespace> |
XMLSecStartElementImpl.getOnElementDeclaredNamespaces() |
Modifier and Type | Method | Description |
---|---|---|
void |
XMLSecStartElementImpl.addNamespace(XMLSecNamespace xmlSecNamespace) |
|
int |
XMLSecNamespaceImpl.compareTo(XMLSecNamespace o) |
Modifier and Type | Method | Description |
---|---|---|
void |
XMLSecStartElementImpl.getNamespacesFromCurrentScope(List<XMLSecNamespace> comparableNamespaceList) |
Modifier and Type | Method | Description |
---|---|---|
protected List<XMLSecNamespace> |
Canonicalizer20010315_Excl.getCurrentUtilizedNamespaces(XMLSecStartElement xmlSecStartElement,
CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) |
|
protected List<XMLSecNamespace> |
CanonicalizerBase.getCurrentUtilizedNamespaces(XMLSecStartElement xmlSecStartElement,
CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) |
|
protected List<XMLSecNamespace> |
Canonicalizer20010315_Excl.getInitialUtilizedNamespaces(XMLSecStartElement xmlSecStartElement,
CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) |
|
protected List<XMLSecNamespace> |
CanonicalizerBase.getInitialUtilizedNamespaces(XMLSecStartElement xmlSecStartElement,
CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.