Uses of Class
textbender.g.util.UUIDStringifier

Packages that use UUIDStringifier
textbender.a.u.branch   
textbender.a.u.encoding   
textbender.a.u.transfer.clipboard   
 

Uses of UUIDStringifier in textbender.a.u.branch
 

Constructors in textbender.a.u.branch with parameters of type UUIDStringifier
Brancher(Element gg, List<Element> gList, DOMImplementationLS domLS, MutantAbstractor mutantAbstractor, LSParser parser, StringBuilder stringBuilder, TransformerFactory transformerFactory, UUIDStringifier uuidStringifier)
          Creates a Brancher for a document.
 

Uses of UUIDStringifier in textbender.a.u.encoding
 

Constructors in textbender.a.u.encoding with parameters of type UUIDStringifier
Encoder(Element gg, List<Element> gList, Replacer clipGeneReplacer, StringBuilder stringBuilder, UUIDStringifier uuidStringifier)
          Creates an Encoder for a document.
 

Uses of UUIDStringifier in textbender.a.u.transfer.clipboard
 

Methods in textbender.a.u.transfer.clipboard with parameters of type UUIDStringifier
(package private)  IndexBlock.SourceParse IndexBlock.sourceParse(DOMImplementationLS domLS, LSParser parser, StringBuilder b, UUIDStringifier uuidStringifier)
          Returns parser results for the document, and caches them for later calls.
 

Constructors in textbender.a.u.transfer.clipboard with parameters of type UUIDStringifier
Replacer(Element gg, List<Element> gList, StringBuilder b, DOMImplementationLS domLS, MutantAbstractor mutantAbstractor, LSParser parser, TransformerFactory transformerFactory, UUIDStringifier uuidStringifier)
          Creates a Replacer for a document.