Uses of Class
org.mulgara.jena.rdf.arp.impl.AbsXMLContext

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

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

Subclasses of AbsXMLContext in org.mulgara.jena.rdf.arp.impl
 class XMLBaselessContext
           
 class XMLContext
          Both the baseURI and the lang may be tainted with errors.
 

Fields in org.mulgara.jena.rdf.arp.impl declared as AbsXMLContext
protected  AbsXMLContext AbsXMLContext.document
           
 AbsXMLContext ParserSupport.xml
           
 

Methods in org.mulgara.jena.rdf.arp.impl that return AbsXMLContext
 AbsXMLContext ParserSupport.getXMLContext()
           
protected  AbsXMLContext XMLHandler.initialContext(String base, String lang)
           
 AbsXMLContext XMLBaselessContext.withBase(XMLHandler forErrors, String b)
           
 AbsXMLContext AbsXMLContext.withBase(XMLHandler forErrors, String b)
           
protected  AbsXMLContext AbsXMLContext.withLang(XMLHandler forErrors, String l)
           
 AbsXMLContext AttributeLexer.xml(AbsXMLContext in)
           
 

Methods in org.mulgara.jena.rdf.arp.impl with parameters of type AbsXMLContext
protected  void ParserSupport.checkIdSymbol(Taint taintMe, AbsXMLContext ctxt, String str)
           
static URIReference URIReference.fromID(Frame f, AbsXMLContext x, String name)
           
static URIReference URIReference.resolve(Frame f, AbsXMLContext ctxt, String uri)
           
protected  String ParserSupport.resolve(Taint taintMe, AbsXMLContext x, String uri)
           
 AbsXMLContext AttributeLexer.xml(AbsXMLContext in)
           
 

Constructors in org.mulgara.jena.rdf.arp.impl with parameters of type AbsXMLContext
AbsXMLContext(boolean useDoc, AbsXMLContext document, com.hp.hpl.jena.iri.IRI uri, Taint baseT, String lang, Taint langT)
           
ARPString(Frame f, String value, AbsXMLContext forXMLLang)
           
ParserSupport(XMLHandler arp, AbsXMLContext xml)
           
 

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

Methods in org.mulgara.jena.rdf.arp.states that return AbsXMLContext
 AbsXMLContext FrameI.getXMLContext()
           
 

Constructors in org.mulgara.jena.rdf.arp.states with parameters of type AbsXMLContext
AbsXMLLiteral(FrameI p, AbsXMLContext x, StringBuffer r)
           
AbsXMLLiteral(XMLHandler h, AbsXMLContext x)
           
DAMLCollection(WantsObjectFrameI s, AbsXMLContext x)
           
Frame(FrameI p, AbsXMLContext x)
           
Frame(XMLHandler a, AbsXMLContext x)
           
LookingForRDF(XMLHandler s, AbsXMLContext x)
           
OuterXMLLiteral(WantsObjectFrameI s, AbsXMLContext x, String pt)
           
RDFCollection(WantsObjectFrameI s, AbsXMLContext x)
           
StartStateRDForDescription(XMLHandler handler, AbsXMLContext x)
           
WantDescription(FrameI s, AbsXMLContext x)
           
WantDescription(XMLHandler handler, AbsXMLContext x)
           
WantEmpty(FrameI s, AbsXMLContext x)
           
WantLiteralValueOrDescription(WantsObjectFrameI s, AbsXMLContext x)
           
WantPropertyElement(HasSubjectFrameI s, AbsXMLContext x)
           
WantTopLevelDescription(XMLHandler handler, AbsXMLContext x)
           
WantTypedLiteral(WantsObjectFrameI p, String datatypeURI, AbsXMLContext ap)
           
 



Copyright © 2011. All Rights Reserved.