com.bea.xml.stream.events
Class DTDEvent

java.lang.Object
  extended bycom.bea.xml.stream.events.BaseEvent
      extended bycom.bea.xml.stream.events.DTDEvent
All Implemented Interfaces:
DTD, Location, XMLEvent, XMLStreamConstants

public class DTDEvent
extends BaseEvent
implements DTD


Field Summary
 
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
 
Constructor Summary
DTDEvent()
           
DTDEvent(String dtd)
           
 
Method Summary
 String getDocumentTypeDeclaration()
           
 List getEntities()
           
 List getNotations()
           
 Object getProcessedDTD()
           
protected  void init()
           
 void setDTD(String dtd)
           
 String toString()
           
 
Methods inherited from class com.bea.xml.stream.events.BaseEvent
asCharacters, asEndElement, asStartElement, 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, writeAsEncodedUnicode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.stream.events.XMLEvent
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
 

Constructor Detail

DTDEvent

public DTDEvent()

DTDEvent

public DTDEvent(String dtd)
Method Detail

init

protected void init()

setDTD

public void setDTD(String dtd)

getProcessedDTD

public Object getProcessedDTD()
Specified by:
getProcessedDTD in interface DTD

getDocumentTypeDeclaration

public String getDocumentTypeDeclaration()
Specified by:
getDocumentTypeDeclaration in interface DTD

toString

public String toString()

getEntities

public List getEntities()
Specified by:
getEntities in interface DTD

getNotations

public List getNotations()
Specified by:
getNotations in interface DTD


Copyright © 2004 . All Rights Reserved.