com.northconcepts.datapipeline.xml.builder
Class XmlText

java.lang.Object
  extended by com.northconcepts.datapipeline.xml.builder.XmlNode
      extended by com.northconcepts.datapipeline.xml.builder.XmlText

public class XmlText
extends XmlNode


Constructor Summary
XmlText(String text)
           
 
Method Summary
 XmlExpression getText()
           
protected  void writeEndImpl(ExpressionContext context, Writer writer)
           
protected  void writeStartImpl(ExpressionContext context, Writer writer)
           
 
Methods inherited from class com.northconcepts.datapipeline.xml.builder.XmlNode
getChildNodes, hasChildNodes, isMarker, writeEnd, writeStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlText

public XmlText(String text)
Method Detail

getText

public XmlExpression getText()

writeStartImpl

protected void writeStartImpl(ExpressionContext context,
                              Writer writer)
                       throws Throwable
Specified by:
writeStartImpl in class XmlNode
Throws:
Throwable

writeEndImpl

protected void writeEndImpl(ExpressionContext context,
                            Writer writer)
                     throws Throwable
Specified by:
writeEndImpl in class XmlNode
Throws:
Throwable


Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.