Package | Description |
---|---|
org.milyn.delivery |
Content Delivery.
|
org.milyn.edisax |
EdiSax main package.
|
org.milyn.edisax.interchange | |
org.milyn.edisax.unedifact | |
org.milyn.namespace | |
org.milyn.smooks.edi.unedifact | |
org.milyn.xml |
XML helper classes.
|
Modifier and Type | Method and Description |
---|---|
NamespaceDeclarationStack |
SmooksContentHandler.getNamespaceDeclarationStack() |
Modifier and Type | Method and Description |
---|---|
void |
EDIParser.setNamespaceDeclarationStack(NamespaceDeclarationStack nsStack)
Set the
NamespaceDeclarationStack to be used by the reader instance. |
Modifier and Type | Method and Description |
---|---|
NamespaceDeclarationStack |
InterchangeContext.getNamespaceDeclarationStack() |
Constructor and Description |
---|
InterchangeContext(BufferedSegmentReader segmentReader,
MappingsRegistry registry,
ContentHandler contentHandler,
Map<String,Boolean> parserFeatures,
ControlBlockHandlerFactory controlBlockHandlerFactory,
NamespaceDeclarationStack namespaceDeclarationStack,
boolean validate)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
protected InterchangeContext |
UNEdifactInterchangeParser.createInterchangeContext(BufferedSegmentReader segmentReader,
boolean validate,
ControlBlockHandlerFactory controlBlockHandlerFactory,
NamespaceDeclarationStack namespaceDeclarationStack) |
void |
UNEdifactInterchangeParser.setNamespaceDeclarationStack(NamespaceDeclarationStack namespaceDeclarationStack) |
Modifier and Type | Method and Description |
---|---|
void |
NamespaceDeclarationStackAware.setNamespaceDeclarationStack(NamespaceDeclarationStack namespaceDeclarationStack)
Set the Namespace Declaration Stack on the implementing class.
|
Constructor and Description |
---|
NamespaceAwareHandler(DefaultHandler2 baseHandler,
NamespaceDeclarationStack namespaceDeclarationStack) |
Modifier and Type | Method and Description |
---|---|
protected InterchangeContext |
UNEdifactReader.createInterchangeContext(BufferedSegmentReader segmentReader,
boolean validate,
ControlBlockHandlerFactory controlBlockHandlerFactory,
NamespaceDeclarationStack namespaceDeclarationStack) |
Modifier and Type | Method and Description |
---|---|
static NamespaceDeclarationStack |
NamespaceMappings.getNamespaceDeclarationStack(ExecutionContext executionContext)
Get the
NamespaceDeclarationStack for the current message from the current ExecutionContext . |
Modifier and Type | Method and Description |
---|---|
static void |
NamespaceMappings.setNamespaceDeclarationStack(NamespaceDeclarationStack namespaceDeclarationStack,
ExecutionContext executionContext)
Set the
NamespaceDeclarationStack for the current message on the current ExecutionContext . |
Copyright © 2020. All rights reserved.