org.gcube.informationsystem.glitebridge.kimpl
Class KGLiteResource

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.kimpl.KGLiteResource

public class KGLiteResource
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Nested Class Summary
static class KGLiteResource.BooleanWrapper
           
static class KGLiteResource.SchemaResolver
           
 
Constructor Summary
KGLiteResource()
           
 
Method Summary
static javax.xml.validation.Schema getSchema(KGLiteResourceImpl component)
           
static void validate(java.io.Reader reader, javax.xml.validation.Schema schema)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KGLiteResource

public KGLiteResource()
Method Detail

getSchema

public static javax.xml.validation.Schema getSchema(KGLiteResourceImpl component)
                                             throws java.lang.Exception
Parameters:
component - KGLiteResourceImpl
Returns:
Schema
Throws:
java.lang.Exception - if fail

validate

public static void validate(java.io.Reader reader,
                            javax.xml.validation.Schema schema)
                     throws java.lang.Exception
Parameters:
reader - Reader
schema - Schema
Throws:
java.lang.Exception - if fails