945946947948949950951952
this.decl = decl; } public String getURI() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getURI(); }
951952953954955956957958
return super.getURI(); } public String getPrefixString() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getPrefixString(); }
973974975976977978979980
return ((TLDDocument)decl.getOwnerDocument()).getJspversion(); } public TagInfo[] getTags() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getTags(); }
979980981982983984985986
return super.getTags(); } public TagFileInfo[] getTagFiles() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getTagFiles(); }
985986987988989990991992
return super.getTagFiles(); } public TagInfo getTag(String shortname) { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getTag(shortname); }
991992993994995996997998
return super.getTag(shortname); } public TagFileInfo getTagFile(String shortname) { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getTagFile(shortname); }
99799899910001001100210031004
return super.getTagFile(shortname); } public FunctionInfo[] getFunctions() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return super.getFunctions(); }
10021003100410051006100710081009
new NotImplementedException().printStackTrace(); return super.getFunctions(); } public FunctionInfo getFunction(String name) { new NotImplementedException(name).printStackTrace(); return super.getFunction(name); }
10081009101010111012101310141015
return super.getFunction(name); } public TagLibraryInfo[] getTagLibraryInfos() { if (Platform.inDebugMode()) new NotImplementedException().printStackTrace(); return new TagLibraryInfo[] { this }; }
935936937938939940941942