Searched refs:toHtml (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DOQLQuery.java92 out.println(engine.toHtml(o));
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js626 * toHtml method that returns html description of the path.
654 (html? toHtml(ref) : ref.toString()) + ')';
661 desc += html? toHtml(obj) : obj.toString();
683 name == 'length' || name == 'toHtml' ||
692 } else if (name == 'toHtml') {
988 function toHtml(obj) { function
1016 res += toHtml(obj.nextElement()) + ", ";
1027 res += toHtml(obj[i]);
1035 // if the object has a toHtml function property
1037 if (typeof(obj.toHtml)
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/oql/
H A DOQLEngine.java247 public Object toHtml(Object obj) throws Exception { method in class:OQLEngine
248 return call("toHtml", new Object[] { obj });

Completed in 24 milliseconds