Uses of Class
facets.util.TextLines

Packages that use TextLines
facets.facet.app.tree Generic tree viewer application classes. 
facets.util General-purpose utilities and non-Superficial interfaces. 
facets.util.datatree Simple XML-compatible trees. 
 

Uses of TextLines in facets.facet.app.tree
 

Methods in facets.facet.app.tree that return TextLines
static TextLines TreeTargets.newTableRowsXml(java.io.File tabbed)
           
 

Uses of TextLines in facets.util
 

Methods in facets.util that return TextLines
static TextLines TextLines.newBuffer()
           
static TextLines TextLines.newBuffer(java.lang.String[] lines)
           
 

Uses of TextLines in facets.util.datatree
 

Methods in facets.util.datatree that return TextLines
static TextLines XmlDocRoot.newDocumentXml(org.w3c.dom.Document document)
          Creates XML text from a Document.
 

Methods in facets.util.datatree with parameters of type TextLines
static org.w3c.dom.Document XmlDocRoot.newXmlDocument(TextLines xml)
          Reads XML text into a Document.