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 SmartXMLFormatter.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.