| java.lang.Object com.hp.hpl.jena.rdf.arp.impl.AbsXMLContext com.hp.hpl.jena.rdf.arp.impl.XMLContext
XMLContext | public class XMLContext extends AbsXMLContext implements ARPErrorNumbers,LanguageTagCodes(Code) | | Both the baseURI and the lang may be tainted with errors. They should not be
accessed without providing a taint object to propogate such tainting.
author: jjc |
isSameAsDocument | boolean isSameAsDocument()(Code) | | |
Methods inherited from com.hp.hpl.jena.rdf.arp.impl.AbsXMLContext | abstract void checkBaseUse(XMLHandler forErrors, Taint taintMe, String relUri, IRI rslt) throws SAXParseException(Code)(Java Doc) protected static void checkURI(XMLHandler forErrors, Taint taintMe, IRI rslt) throws SAXParseException(Code)(Java Doc) abstract AbsXMLContext clone(IRI base, Taint baseT, String l, Taint langT)(Code)(Java Doc) public String getLang(Taint taint)(Code)(Java Doc) protected static Taint initTaint(XMLHandler h, IRI base) throws SAXParseException(Code)(Java Doc) abstract boolean keepDocument(XMLHandler forErrors)(Code)(Java Doc) public String resolve(XMLHandler forErrors, Taint taintMe, String u) throws SAXParseException(Code)(Java Doc) final IRI resolveAsURI(XMLHandler forErrors, Taint taintMe, String relUri) throws SAXParseException(Code)(Java Doc) final IRI resolveAsURI(XMLHandler forErrors, Taint taintMe, String relUri, boolean checkBaseUse) throws SAXParseException(Code)(Java Doc) public AbsXMLContext withBase(XMLHandler forErrors, String b) throws SAXParseException(Code)(Java Doc) protected AbsXMLContext withLang(XMLHandler forErrors, String l) throws SAXParseException(Code)(Java Doc)
|
|
|