|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DTDInfo
Interface that specifies additional access functionality to parsed DTD information (if any); these methods are encapsulated on a separate interface to keep the main reader interface from exploding.
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.
| Method Summary | |
|---|---|
String |
getDTDInternalSubset()
|
String |
getDTDPublicId()
|
String |
getDTDRootName()
|
String |
getDTDSystemId()
|
Object |
getProcessedDTD()
|
DTDValidationSchema |
getProcessedDTDSchema()
Method similar to getProcessedDTD(), but type-safe. |
| Method Detail |
|---|
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).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||