File: ParserTest.java

package info (click to toggle)
libxt-java 0.19991105-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,908 kB
  • ctags: 2,762
  • sloc: java: 12,823; makefile: 52; xml: 46
file content (9 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
package com.jclark.xsl.expr;

import com.jclark.xsl.om.*;

class ParserTest {
  static public void main(String args[]) throws XSLException {
    ExprParser.parseStringExpr(null, args[0], new EmptyVariableSet());
  }
}