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 | 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 | Description |
---|---|---|
List<EntityDeclaration> |
getEntities() |
|
List<NotationDeclaration> |
getNotations() |
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString
doGetDocumentTypeDeclaration, equals, getDocumentTypeDeclaration, getEventType, getInternalSubset, getProcessedDTD, getPublicId, getRootName, getSystemId, hashCode, writeAsEncodedUnicode, writeUsing
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 class org.codehaus.stax2.ri.evt.DTDEventImpl
public List<NotationDeclaration> getNotations()
getNotations
in class org.codehaus.stax2.ri.evt.DTDEventImpl
Copyright © 2019 FasterXML. All rights reserved.