com.bea.xml.stream.events
Class DTDEvent
- javax.xml.stream.events.DTD, javax.xml.stream.Location, javax.xml.stream.events.XMLEvent
public class DTDEvent
implements javax.xml.stream.events.DTD
asCharacters, asEndElement, asStartElement, doWriteAsEncodedUnicode, getCharacterOffset, getColumnNumber, getEventType, getLineNumber, getLocation, getLocationURI, getPublicId, getSchemaType, getSourceName, getSystemId, getTypeAsString, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, recycle, setCharacterOffset, setColumnNumber, setEventType, setLineNumber, setLocationURI, toString, writeAsEncodedUnicode |
DTDEvent
public DTDEvent()
DTDEvent
public DTDEvent(String dtd)
createEntityDeclaration
public static javax.xml.stream.events.EntityDeclaration createEntityDeclaration(com.wutka.dtd.DTDEntity dtdEntity)
createNotationDeclaration
public static javax.xml.stream.events.NotationDeclaration createNotationDeclaration(com.wutka.dtd.DTDNotation dtdNotation)
doWriteAsEncodedUnicode
protected void doWriteAsEncodedUnicode(java.io.Writer writer)
throws java.io.IOException
getDocumentTypeDeclaration
public String getDocumentTypeDeclaration()
- getDocumentTypeDeclaration in interface javax.xml.stream.events.DTD
getEntities
public List getEntities()
- getEntities in interface javax.xml.stream.events.DTD
getNotations
public List getNotations()
- getNotations in interface javax.xml.stream.events.DTD
getProcessedDTD
public Object getProcessedDTD()
- getProcessedDTD in interface javax.xml.stream.events.DTD
init
protected void init()
setDTD
public void setDTD(String dtd)
setEntities
public void setEntities(List l)
setNotations
public void setNotations(List l)