public class WDTD
extends org.codehaus.stax2.ri.evt.DTDEventImpl
mDTD, mFullText, mInternalSubset, mPublicId, mRootName, mSystemIdATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor and Description | 
|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EntityDeclaration> | getEntities() | 
| List<NotationDeclaration> | getNotations() | 
doGetDocumentTypeDeclaration, equals, getDocumentTypeDeclaration, getEventType, getInternalSubset, getProcessedDTD, getPublicId, getRootName, getSystemId, hashCode, writeAsEncodedUnicode, writeUsingaddHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElementpublic WDTD(Location loc, String rootName, String sysId, String pubId, String intSubset, DTDSubset dtdSubset)
public WDTD(Location loc, String rootName, String intSubset)
public List<EntityDeclaration> getEntities()
getEntities in interface DTDgetEntities in class org.codehaus.stax2.ri.evt.DTDEventImplpublic List<NotationDeclaration> getNotations()
getNotations in interface DTDgetNotations in class org.codehaus.stax2.ri.evt.DTDEventImplCopyright © 2018 FasterXML. All rights reserved.