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 |
|---|---|
java.lang.String |
getDTDInternalSubset() |
java.lang.String |
getDTDPublicId() |
java.lang.String |
getDTDRootName() |
java.lang.String |
getDTDSystemId() |
java.lang.Object |
getProcessedDTD() |
DTDValidationSchema |
getProcessedDTDSchema()
Method similar to
getProcessedDTD(), but type-safe. |
java.lang.Object getProcessedDTD()
java.lang.String getDTDRootName()
java.lang.String getDTDSystemId()
java.lang.String getDTDPublicId()
java.lang.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).