Uses of Class
com.topologi.diffx.sequence.PrefixMapping

Packages that use PrefixMapping
com.topologi.diffx.format Classes for formatting and text processing. 
com.topologi.diffx.sequence Sequences and sequence utility tools. 
 

Uses of PrefixMapping in com.topologi.diffx.format
 

Methods in com.topologi.diffx.format with parameters of type PrefixMapping
 void XMLDiffXFormatter.declarePrefixMapping(PrefixMapping mapping)
          Adds the specified prefix mapping to the formatter so that they can be dclared when needed.
 void StrictXMLFormatter.declarePrefixMapping(PrefixMapping mapping)
          Adds the prefix mapping to this class.
 void SmartXMLFormatter.declarePrefixMapping(PrefixMapping mapping)
          Adds the prefix mapping to this class.
 void SafeXMLFormatter.declarePrefixMapping(PrefixMapping mapping)
          Adds the prefix mapping to this class.
 void ConvenientXMLFormatter.declarePrefixMapping(PrefixMapping mapping)
          Adds the prefix mapping to this class.
 void BasicXMLFormatter.declarePrefixMapping(PrefixMapping mapping)
          Adds the prefix mapping to this class.
 

Uses of PrefixMapping in com.topologi.diffx.sequence
 

Methods in com.topologi.diffx.sequence that return PrefixMapping
 PrefixMapping EventSequence.getPrefixMapping()
          Returns the prefix mapping for the namespace URIs in this sequence.