public interface DTDInfo
Note: instances of DTDInfo are not guaranteed to persist when the reader that returned it is asked to provide the next event. Some implementations may let it persist, others might not.
Modifier and Type | Method and Description |
---|---|
String |
getDTDInternalSubset() |
String |
getDTDPublicId() |
String |
getDTDRootName() |
String |
getDTDSystemId() |
Object |
getProcessedDTD() |
DTDValidationSchema |
getProcessedDTDSchema()
Method similar to
getProcessedDTD() , but type-safe. |
Object getProcessedDTD()
String getDTDRootName()
String getDTDSystemId()
String getDTDPublicId()
String getDTDInternalSubset()
DTDValidationSchema getProcessedDTDSchema()
getProcessedDTD()
, but type-safe. Will
return the DTD schema instance that was read, if we are in mode
where it does get read (at least dtd-aware).Copyright © 2015 fasterxml.com. All Rights Reserved.