| Interface | Description |
|---|---|
| DocumentProcessor |
Processes an XML DOM to modify or enhance it.
|
| Class | Description |
|---|---|
| AttributeAddingDocumentProcessor |
Created by alfonsovasquez on 23/8/16.
|
| DocumentProcessorChain |
Represents a chain of
DocumentProcessor. |
| FieldRenamingDocumentProcessor |
DocumentProcessor that renames elements or fields based on mappings, where a mapping is of the form:
XPath of fields to rename -> new field name. |
| FlatteningDocumentProcessor |
DocumentProcessor that parses the document for >include< elements and replaces them for the
actual referenced XML components. |
Copyright © 2016 CrafterCMS. All Rights Reserved.