com.bea.xml.stream.events

Class DTDEvent

public class DTDEvent extends BaseEvent implements DTD

Constructor Summary
DTDEvent()
DTDEvent(String dtd)
Method Summary
StringgetDocumentTypeDeclaration()
ListgetEntities()
ListgetNotations()
ObjectgetProcessedDTD()
protected voidinit()
voidsetDTD(String dtd)
StringtoString()

Constructor Detail

DTDEvent

public DTDEvent()

DTDEvent

public DTDEvent(String dtd)

Method Detail

getDocumentTypeDeclaration

public String getDocumentTypeDeclaration()

getEntities

public List getEntities()

getNotations

public List getNotations()

getProcessedDTD

public Object getProcessedDTD()

init

protected void init()

setDTD

public void setDTD(String dtd)

toString

public String toString()