public class WDTD
extends org.codehaus.stax2.ri.evt.DTDEventImpl
mDTD, mFullText, mInternalSubset, mPublicId, mRootName, mSystemId
ATTRIBUTE, 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, writeUsing
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
public 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 DTD
getEntities
in class org.codehaus.stax2.ri.evt.DTDEventImpl
public List<NotationDeclaration> getNotations()
getNotations
in interface DTD
getNotations
in class org.codehaus.stax2.ri.evt.DTDEventImpl
Copyright © 2018 FasterXML. All rights reserved.