Uses of Class
com.taursys.xml.render.TextNodeRenderer

Packages that use TextNodeRenderer
com.taursys.xml This package contains the core Mapper XML components and containers. 
 

Uses of TextNodeRenderer in com.taursys.xml
 

Methods in com.taursys.xml that return TextNodeRenderer
protected  TextNodeRenderer TextNode.createDefaultRenderer()
          Creates the default TextNodeRenderer for this component.
 TextNodeRenderer TextNode.getRenderer()
          Returns the renderer subcomponent used to render the value to the Document.
 

Methods in com.taursys.xml with parameters of type TextNodeRenderer
 void TextNode.setRenderer(TextNodeRenderer newRenderer)
          Sets the renderer subcomponent used to render the value to the Document.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.