Uses of Class
com.hp.hpl.jena.iri.Violation

Packages that use Violation
com.hp.hpl.jena.iri An implementation of RFC 3987, Internationalized Resource Identifiers, and of related standards. 
com.hp.hpl.jena.iri.impl   
 

Uses of Violation in com.hp.hpl.jena.iri
 

Methods in com.hp.hpl.jena.iri that return Violation
abstract  Violation IRIException.getViolation()
          Access details of the error in the IRI being processed.
 

Methods in com.hp.hpl.jena.iri that return types with arguments of type Violation
abstract  Iterator<Violation> IRI.violations(boolean includeWarnings)
          The error and warning conditions associated with this IRI violating the standards associated with its factory.
 

Uses of Violation in com.hp.hpl.jena.iri.impl
 

Subclasses of Violation in com.hp.hpl.jena.iri.impl
 class ViolationImpl
           
 

Methods in com.hp.hpl.jena.iri.impl that return Violation
 Violation IRIImplException.getViolation()
           
 

Methods in com.hp.hpl.jena.iri.impl that return types with arguments of type Violation
 Iterator<Violation> AbsIRIImpl.allViolations()
           
 Iterator<Violation> AbsIRIImpl.violations(boolean includeWarnings)
           
 

Constructors in com.hp.hpl.jena.iri.impl with parameters of type Violation
IRIImplException(Violation e)
           
 



Copyright ? 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP