Descripción
Sintaxis
public abstract Schema newSchema() throws SAXException
public Schema newSchema(File schema) throws SAXException
public Schema newSchema(URL schema) throws SAXException
public Schema newSchema(Source schema) throws SAXException
public abstract Schema newSchema(Source[] schemas) throws SAXException
Parámetros
- File schema,
- Source[] schemas,
- Source schema,
- URL schema,
Excepciones
SAXException, IllegalArgumentException, NullPointerException, UnsupportedOperationException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.