网友您好, 请在下方输入框内输入要搜索的题目:
Youarecreatingacontentmanagementsystem(CMS)withawebapplicationfront-end.TheJSPthatdisplaysagivendocumentintheCMShasthefollowinggeneralstructure:
1.<%--tagdeclaration--%>
2.<t:document>
...
11.<t:paragraph>...<t:citationdocID=’xyz’/>...</t:paragraph>...
99.</t:document>
Thecitationtagmuststoreinformationinthedocumenttagforthedocumenttagtogenerateareferencesectionattheendofthegeneratedwebpage.ThedocumenttaghandlerfollowstheClassictagmodelandthecitationtaghandlerfollowstheSimpletagmodel.Furthermore,thecitationtagcouldalsobeembeddedinothercustomtagsthatcouldhaveeithertheClassicorSimpletaghandlermodel.
Whichtaghandlermethodallowsthecitationtagtoaccessthedocumenttag?()
参考答案