Package | Description |
---|---|
org.milyn.delivery |
Content Delivery.
|
org.milyn.delivery.dom |
DOM based Content Delivery.
|
org.milyn.delivery.sax |
SAX based Content Delivery.
|
Modifier and Type | Method and Description |
---|---|
static SmooksContentHandler |
SmooksContentHandler.getHandler(ExecutionContext executionContext) |
SmooksContentHandler |
SmooksContentHandler.getNestedContentHandler() |
SmooksContentHandler |
SmooksContentHandler.getParentContentHandler() |
Constructor and Description |
---|
SmooksContentHandler(ExecutionContext executionContext,
SmooksContentHandler parentContentHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DOMBuilder
DOM Document builder.
|
Constructor and Description |
---|
DOMBuilder(ExecutionContext execContext,
SmooksContentHandler parentContentHandler) |
Modifier and Type | Class and Description |
---|---|
class |
SAXHandler
SAX Handler.
|
Constructor and Description |
---|
SAXHandler(ExecutionContext executionContext,
Writer writer,
SmooksContentHandler parentContentHandler) |
Copyright © 2020. All rights reserved.