net.sf.maventaglib.checker
Class TldParser

java.lang.Object
  extended by net.sf.maventaglib.checker.TldParser

public final class TldParser
extends java.lang.Object

Reads a tld file and generates a Tld object. This "manual" parser takes in account different versions of the tlds

Version:
$Revision: 189 $ ($Author: fgiust $)
Author:
Fabrizio Giustina

Method Summary
static Tld parse(org.w3c.dom.Document tldDoc, java.lang.String tldName)
          Parse a Tld object from a document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static Tld parse(org.w3c.dom.Document tldDoc,
                        java.lang.String tldName)
Parse a Tld object from a document.

Parameters:
tldDoc - Document for the parsed tld
tldName - of the tld file
Returns:
Tld instance


Copyright © 2004-2008 Fabrizio Giustina. All Rights Reserved.