Uses of Class
com.topologi.diffx.sequence.PrefixMapping
Packages that use PrefixMapping
Package
Description
The core set of classes used by Diff-X.
Classes for formatting and text processing.
The set of classes used to produce the sequences that Diff-X will process.
Sequences and sequence utility tools.
-
Uses of PrefixMapping in com.topologi.diffx
Methods in com.topologi.diffx with parameters of type PrefixMappingModifier and TypeMethodDescriptionstatic voidDocx4jDriver.addToPrefixMapping(PrefixMapping to, PrefixMapping others) -
Uses of PrefixMapping in com.topologi.diffx.format
Methods in com.topologi.diffx.format with parameters of type PrefixMappingModifier and TypeMethodDescriptionvoidBasicXMLFormatter.declarePrefixMapping(PrefixMapping mapping) Adds the prefix mapping to this class.voidConvenientXMLFormatter.declarePrefixMapping(PrefixMapping mapping) Adds the prefix mapping to this class.voidSafeXMLFormatter.declarePrefixMapping(PrefixMapping mapping) Adds the prefix mapping to this class.voidSmartXMLFormatter.declarePrefixMapping(PrefixMapping mapping) Adds the prefix mapping to this class.voidStrictXMLFormatter.declarePrefixMapping(PrefixMapping mapping) Adds the prefix mapping to this class.voidXMLDiffXFormatter.declarePrefixMapping(PrefixMapping mapping) Adds the specified prefix mapping to the formatter so that they can be dclared when needed. -
Uses of PrefixMapping in com.topologi.diffx.load
Fields in com.topologi.diffx.load declared as PrefixMappingModifier and TypeFieldDescriptionprivate PrefixMappingDOMRecorder.mappingThe sequence of event for this recorder. -
Uses of PrefixMapping in com.topologi.diffx.sequence
Fields in com.topologi.diffx.sequence declared as PrefixMappingModifier and TypeFieldDescriptionprivate final PrefixMappingEventSequence.prefixMappingThe prefix mapping for the elements in this sequence.Methods in com.topologi.diffx.sequence that return PrefixMappingModifier and TypeMethodDescriptionEventSequence.getPrefixMapping()Returns the prefix mapping for the namespace URIs in this sequence.