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.

Version:
$Revision: 1.4 $ ($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 © 2003-2005 Fabrizio Giustina. All Rights Reserved.