941942943944945946947948
return super.getURI(); } public String getPrefixString() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getPrefixString(); }
963964965966967968969970
return ((TLDDocument)decl.getOwnerDocument()).getJspversion(); } public TagInfo[] getTags() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getTags(); }
969970971972973974975976
return super.getTags(); } public TagFileInfo[] getTagFiles() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getTagFiles(); }
975976977978979980981982
return super.getTagFiles(); } public TagInfo getTag(String shortname) { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getTag(shortname); }
981982983984985986987988
return super.getTag(shortname); } public TagFileInfo getTagFile(String shortname) { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getTagFile(shortname); }
987988989990991992993994
return super.getTagFile(shortname); } public FunctionInfo[] getFunctions() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getFunctions(); }
992993994995996997998999
new NotImplementedException().printStackTrace(); return super.getFunctions(); } public FunctionInfo getFunction(String name) { new NotImplementedException(name).printStackTrace(); return super.getFunction(name); }
998999100010011002100310041005
return super.getFunction(name); } public TagLibraryInfo[] getTagLibraryInfos() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return new TagLibraryInfo[] { this }; }