137138139140141142143
* @return an <CODE>Unmarshaller</CODE> object * @throws JAXBException if an error was encountered while creating the * <code>Validator</code> object */ public Validator createValidator() throws JAXBException { return new ValidatorImpl(); }