Class XSD
- java.lang.Object
-
- org.gatein.pc.portlet.impl.deployment.xml.XSD
-
public class XSD extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Field Summary
Fields Modifier and Type Field Description static XSDPORTLET_1_0.static XSDPORTLET_2_0.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSDfetch()XSDfetch(Executor executor)ValidatorgetValidator()voidvalidate(Source source)
-
-
-
Constructor Detail
-
XSD
public XSD(URL url)
-
-
Method Detail
-
fetch
public XSD fetch()
-
getValidator
public Validator getValidator()
-
validate
public void validate(Source source) throws SAXException, IOException
- Throws:
SAXExceptionIOException
-
-