|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidDataException | |
org.mindswap.rdfparser | |
org.mindswap.rdfparser.rdf |
Uses of InvalidDataException in org.mindswap.rdfparser |
Methods in org.mindswap.rdfparser that throw InvalidDataException | |
RDFFile |
RDFParser.recursiveRead(java.lang.String fn,
java.lang.String abbrev)
Similar to the read function, recursiveRead returns an RDFFile object the same as read does however, recursiveRead is intended to be called when in the middle of an invocation of read. |
void |
RDFParser.revalidate(RDFFile f)
Will cause the validation routines to be run against the parameter. |
Uses of InvalidDataException in org.mindswap.rdfparser.rdf |
Methods in org.mindswap.rdfparser.rdf that throw InvalidDataException | |
void |
RDFProperty.validate(java.util.Hashtable props)
|
void |
RDFClass.validate(java.util.Hashtable classes,
java.util.Hashtable props)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |