com.northconcepts.datapipeline.xml.builder
Class XmlAttribute

java.lang.Object
  extended by com.northconcepts.datapipeline.xml.builder.XmlAttribute

public class XmlAttribute
extends Object


Constructor Summary
XmlAttribute(String name, String value)
           
XmlAttribute(String name, String value, String condition)
           
 
Method Summary
 XmlLogicalExpression getCondition()
           
 XmlExpression getName()
           
 XmlExpression getValue()
           
 void write(ExpressionContext context, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlAttribute

public XmlAttribute(String name,
                    String value)

XmlAttribute

public XmlAttribute(String name,
                    String value,
                    String condition)
Method Detail

getName

public XmlExpression getName()

getValue

public XmlExpression getValue()

getCondition

public XmlLogicalExpression getCondition()

write

public void write(ExpressionContext context,
                  Writer writer)
           throws IOException
Throws:
IOException


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