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

java.lang.Object
  extended byorg.xml.sax.InputSource
      extended byorg.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)


Field Summary
 
Fields inherited from class org.xml.sax.InputSource
 
Constructor Summary
TransformTag.TagBodyInputSource()
          Construct an instance of this marker class
 
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