com.ibm.xml.xapi.ant

Class SimpleArg

  1. java.lang.Object
  2. extended bycom.ibm.xml.xapi.ant.SimpleArg
Direct known subclasses:
LocalPart, NameSpaceURI, TaskCompileXPath.Cpm, TaskCompileXPath.Dnet, TaskCompileXPath.Dnf, TaskCompileXPath.Ns, TaskCompileXPath.Schema, TaskCompileXQuery.Bsp, TaskCompileXQuery.Cnmi, TaskCompileXQuery.Cnmp, TaskCompileXQuery.Csm, TaskCompileXQuery.Dnet, TaskCompileXQuery.Dnf, TaskCompileXQuery.Eso, TaskCompileXQuery.Ordm, TaskCompileXSLT.BaseURI, TaskCompileXSLT.Dir, TaskCompileXSLT.Imm, TaskCompileXSLT.InputFile, TaskCompileXSLT.Out, TaskCompileXSLT.Pkg

  1. public class SimpleArg
  2. extends java.lang.Object

Field Summary

Modifier and Type Field and Description
  1. protected
  2. Project
myProject

Constructor Summary

Constructor and Description
SimpleArg()
SimpleArg(Project p)

Method Summary

Modifier and Type Method and Description
  1. void
addText(java.lang.String text)
  1. java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

myProject

  1. protected Project myProject

Constructor Detail

SimpleArg

  1. public SimpleArg()

SimpleArg

  1. public SimpleArg(Project p)

Method Detail

addText

  1. public void addText(java.lang.String text)

toString

  1. public java.lang.String toString( )
Overrides:
toString in class java.lang.Object