org.apache.commons.jelly.tags.xml
Class TransformTag.TagBodyInputSource

java.lang.Object
  extended by org.xml.sax.InputSource
      extended by org.apache.commons.jelly.tags.xml.TransformTag.TagBodyInputSource
Enclosing class:
TransformTag

private class TransformTag.TagBodyInputSource
extends org.xml.sax.InputSource

A marker class used by the TagBodyXMLReader as a sanity check (i.e. The source is not actually used)


Constructor Summary
TransformTag.TagBodyInputSource()
          Construct an instance of this marker class
 
Method Summary
 
Methods inherited from class org.xml.sax.InputSource
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformTag.TagBodyInputSource

public TransformTag.TagBodyInputSource()
Construct an instance of this marker class