Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.test
Class Parser  view Parser download Parser.java

java.lang.Object
  extended bycom.vinculum.xml.VCMParser
      extended bycom.vinculum.test.Parser
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class Parser
extends com.vinculum.xml.VCMParser


Field Summary
 
Fields inherited from class com.vinculum.xml.VCMParser
BIG_PRIME, bOk, GRAMMAR_POOL, NAMESPACES_FEATURE_ID, SCHEMA_FULL_CHECKING_FEATURE_ID, SCHEMA_VALIDATION_FEATURE_ID, SYMBOL_TABLE, VALIDATION_FEATURE_ID
 
Constructor Summary
Parser()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void parse2(java.lang.String xmlFile, java.lang.String processName)
           
 
Methods inherited from class com.vinculum.xml.VCMParser
error, fatalError, handleDocument, parse, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Method Detail

parse2

public void parse2(java.lang.String xmlFile,
                   java.lang.String processName)

main

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