| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines common behavior expected of any class that validates URIs.
| Method Summary | |
|  boolean | getValidateURI()Gets whether to do URI validation for this object. | 
|  void | setValidateURI(boolean validate)Sets whether to do URI validation for this object. | 
| Method Detail | 
public void setValidateURI(boolean validate)
                    throws JAXRException
validate - true implies JAXR provider must perform validation
 	of URIs when they are set; false implies validation is turned off
JAXRException - If the JAXR provider encounters an internal error
public boolean getValidateURI()
                       throws JAXRException
true implies JAXR provider must perform validation
 	of URIs when they are set; false implies validation is turned off
JAXRException - If the JAXR provider encounters an internal error| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.