See: Description
Interface | Description |
---|---|
ConfigurableXMLRewriter.IMergeLinkAdjuster |
When using merge mode, users must
supply an implementation of this interface to adjust links and IDs such
that all IDs in the documents to merge are unique.
|
ILinkRewriter |
A link rewriter can rewrite links according to a mapping file.
|
Class | Description |
---|---|
AbstractReplacement |
The base class for replacements used in the link rewriter.
|
AbstractRewriter |
Abstract implementation of
ILinkRewriter that can serve as a base
class. |
ConfigurableXMLRewriter |
The configurable XML rewriter allows you to configure where in an XML file
link rewriting may occur.
|
ConfigurableXMLRewriter.DefaultMergeLinkAdjuster |
A default implementation of
ConfigurableXMLRewriter.IMergeLinkAdjuster , intended for use
with TextGrid URIs. |
ImportMapping |
Maps both TextGrid and local URIs to each other and to the corresponding
entries in the
ImportSpec . |
SimpleTextRewriter |
A simple rewriter for plain-text files.
|
TokenReplacement |
A replacement that replaces on a token-by-token basis.
|
XMLLinkRewriter |
ImportMapping
contains a 1:1 mapping between objects in TextGrid and other (local) objects, both represented by URIs. Its configuration is available as a (serializable) ImportSpec
.
Copyright © 2015 TextGrid. All rights reserved.