com.ctc.wstx.evt
Class WDTD

java.lang.Object
  extended by org.codehaus.stax2.ri.evt.BaseEventImpl
      extended by org.codehaus.stax2.ri.evt.DTDEventImpl
          extended by com.ctc.wstx.evt.WDTD
All Implemented Interfaces:
DTD, XMLEvent, XMLStreamConstants, org.codehaus.stax2.evt.DTD2, org.codehaus.stax2.evt.XMLEvent2

public class WDTD
extends org.codehaus.stax2.ri.evt.DTDEventImpl

Event that contains all StAX accessible information read from internal and external DTD subsets.


Field Summary
 
Fields inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl
mLocation
 
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
WDTD(Location loc, String fullText)
           
WDTD(Location loc, String rootName, String intSubset)
          Constructor used when only partial information is available...
WDTD(Location loc, String rootName, String sysId, String pubId, String intSubset)
           
WDTD(Location loc, String rootName, String sysId, String pubId, String intSubset, DTDSubset dtdSubset)
           
 
Method Summary
 List getEntities()
           
 List getNotations()
           
 
Methods inherited from class org.codehaus.stax2.ri.evt.DTDEventImpl
doGetDocumentTypeDeclaration, equals, getDocumentTypeDeclaration, getEventType, getInternalSubset, getProcessedDTD, getPublicId, getRootName, getSystemId, hashCode, writeAsEncodedUnicode, writeUsing
 
Methods inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.stream.events.XMLEvent
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
 

Constructor Detail

WDTD

public WDTD(Location loc,
            String rootName,
            String sysId,
            String pubId,
            String intSubset,
            DTDSubset dtdSubset)

WDTD

public WDTD(Location loc,
            String rootName,
            String sysId,
            String pubId,
            String intSubset)

WDTD

public WDTD(Location loc,
            String rootName,
            String intSubset)
Constructor used when only partial information is available...


WDTD

public WDTD(Location loc,
            String fullText)
Method Detail

getEntities

public List getEntities()
Specified by:
getEntities in interface DTD
Overrides:
getEntities in class org.codehaus.stax2.ri.evt.DTDEventImpl

getNotations

public List getNotations()
Specified by:
getNotations in interface DTD
Overrides:
getNotations in class org.codehaus.stax2.ri.evt.DTDEventImpl


Copyright © 2011 Codehaus. All Rights Reserved.