(chars,start,length)
| 3027 | } |
| 3028 | } |
| 3029 | function _toString(chars,start,length){ |
| 3030 | if(typeof chars == 'string'){ |
| 3031 | return chars.substr(start,length) |
| 3032 | }else{//java sax connect width xmldom on rhino(what about: "? && !(chars instanceof String)") |
| 3033 | if(chars.length >= start+length || start){ |
| 3034 | return new java.lang.String(chars,start,length)+''; |
| 3035 | } |
| 3036 | return chars; |
| 3037 | } |
| 3038 | } |
| 3039 | "endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(key){ |
| 3040 | DOMHandler.prototype[key] = function(){return null} |
| 3041 | }) |
no outgoing calls
no test coverage detected