Uses of Interface
org.mulgara.jena.rdf.arp.impl.Taint

Packages that use Taint
org.mulgara.jena.rdf.arp   
org.mulgara.jena.rdf.arp.impl   
org.mulgara.jena.rdf.arp.states   
 

Uses of Taint in org.mulgara.jena.rdf.arp
 

Subinterfaces of Taint in org.mulgara.jena.rdf.arp
 interface ALiteral
          A string literal property value from an RDF/XML file.
 

Uses of Taint in org.mulgara.jena.rdf.arp.impl
 

Subinterfaces of Taint in org.mulgara.jena.rdf.arp.impl
 interface ANode
           
 interface AResourceInternal
          A resource from the input file.
 

Classes in org.mulgara.jena.rdf.arp.impl that implement Taint
 class ARPDatatypeLiteral
           
 class ARPResource
           
 class ARPString
           
 class TaintImpl
          Minimal implemantation of Taint
 class URIReference
           
 

Fields in org.mulgara.jena.rdf.arp.impl declared as Taint
protected  Taint AbsXMLContext.langTaint
           
 

Methods in org.mulgara.jena.rdf.arp.impl that return Taint
protected static Taint AbsXMLContext.initTaint(XMLHandler h, com.hp.hpl.jena.iri.IRI base)
           
 

Methods in org.mulgara.jena.rdf.arp.impl with parameters of type Taint
 void ParserSupport.checkComposingChar(Taint taintMe, char[] ch, int st, int ln)
           
 void ParserSupport.checkEncoding(Taint taintMe, String s)
           
protected  void ParserSupport.checkIdSymbol(Taint taintMe, AbsXMLContext ctxt, String str)
           
 void ParserSupport.checkString(Taint taintMe, String t)
           
protected static void AbsXMLContext.checkURI(XMLHandler forErrors, Taint taintMe, com.hp.hpl.jena.iri.IRI rslt)
           
protected  void ParserSupport.checkXMLName(Taint taintMe, String str)
           
 String AbsXMLContext.getLang(Taint taint)
           
 int AttributeLexer.processSpecials(Taint taintMe, Attributes a)
           
protected  String ParserSupport.resolve(Taint taintMe, AbsXMLContext x, String uri)
           
 String AbsXMLContext.resolve(XMLHandler forErrors, Taint taintMe, String u)
           
 void XMLHandler.warning(Taint taintMe, int id, String msg)
           
protected  void ParserSupport.warning(Taint taintMe, int i, String msg)
          whether this is a warning or an error is determined later.
 

Constructors in org.mulgara.jena.rdf.arp.impl with parameters of type Taint
AbsXMLContext(boolean useDoc, AbsXMLContext document, com.hp.hpl.jena.iri.IRI uri, Taint baseT, String lang, Taint langT)
           
ElementLexer(Taint t, Frame f, String uri, String localName, String qname, int good, int bad, boolean report_1)
           
XMLContext(XMLHandler h, com.hp.hpl.jena.iri.IRI uri, Taint baseT)
           
 

Uses of Taint in org.mulgara.jena.rdf.arp.states
 

Fields in org.mulgara.jena.rdf.arp.states declared as Taint
 Taint Frame.taint
           
 



Copyright © 2011. All Rights Reserved.