org.apache.lenya.xml
Class RelaxNG

java.lang.Object
  extended by org.apache.lenya.xml.RelaxNG

public class RelaxNG
extends java.lang.Object

Validate XML Document with RELAX NG Schema


Constructor Summary
RelaxNG()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.lang.String validate(java.io.File schema, java.io.File xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelaxNG

public RelaxNG()
Method Detail

main

public static void main(java.lang.String[] args)

validate

public static java.lang.String validate(java.io.File schema,
                                        java.io.File xml)
                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.