com.bea.xml.stream.events
Class DTDEvent
java.lang.Object
com.bea.xml.stream.events.BaseEvent
com.bea.xml.stream.events.DTDEvent
- All Implemented Interfaces:
- DTD, Location, XMLEvent, XMLStreamConstants
- public class DTDEvent
- extends BaseEvent
- implements DTD
| 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 |
| 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 interface javax.xml.stream.events.XMLEvent |
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode |
DTDEvent
public DTDEvent()
DTDEvent
public DTDEvent(String dtd)
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.