lacam.container
Class DTDInputSource

java.lang.Object
  extended byorg.xml.sax.InputSource
      extended bylacam.container.DTDInputSource

public class DTDInputSource
extends org.xml.sax.InputSource

Simply says a DOM parser where to find the dtd.

Author:
Dimitrij Zub

Constructor Summary
DTDInputSource(byte[] s)
           
DTDInputSource(java.io.InputStream in_stream)
           
DTDInputSource(java.lang.StringBuffer s)
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDInputSource

public DTDInputSource(java.lang.StringBuffer s)

DTDInputSource

public DTDInputSource(byte[] s)

DTDInputSource

public DTDInputSource(java.io.InputStream in_stream)