com.ctc.wstx.evt
Class WDTD
java.lang.Object
org.codehaus.stax2.ri.evt.BaseEventImpl
org.codehaus.stax2.ri.evt.DTDEventImpl
com.ctc.wstx.evt.WDTD
- All Implemented Interfaces:
- DTD, XMLEvent, XMLStreamConstants, DTD2, XMLEvent2
public class WDTD
- extends DTDEventImpl
Event that contains all StAX accessible information read from internal
and external DTD subsets.
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)
|
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 interface javax.xml.stream.events.XMLEvent |
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
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)
getEntities
public List getEntities()
- Specified by:
getEntities
in interface DTD
- Overrides:
getEntities
in class DTDEventImpl
getNotations
public List getNotations()
- Specified by:
getNotations
in interface DTD
- Overrides:
getNotations
in class DTDEventImpl