org.deegree.console.util
Class XMLValidator

java.lang.Object
  extended by org.deegree.console.util.XMLValidator
All Implemented Interfaces:
EventListener, javax.faces.validator.Validator

public class XMLValidator
extends Object
implements javax.faces.validator.Validator

The XMLValidator checks if a text is a XML document

Version:
$Revision: 29926 $, $Date: 2011-03-08 11:47:59 +0100 (Di, 08. Mär 2011) $
Author:
Lyn Buesching, last edited by: $Author: mschneider $

Field Summary
 
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
 
Constructor Summary
XMLValidator()
           
 
Method Summary
 void validate(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, Object arg2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLValidator

public XMLValidator()
Method Detail

validate

public void validate(javax.faces.context.FacesContext arg0,
                     javax.faces.component.UIComponent arg1,
                     Object arg2)
              throws javax.faces.validator.ValidatorException
Specified by:
validate in interface javax.faces.validator.Validator
Throws:
javax.faces.validator.ValidatorException


Copyright © 2011. All Rights Reserved.