| java.lang.Object com.hp.hpl.jena.xmloutput.impl.BaseXMLWriter com.hp.hpl.jena.xmloutput.impl.Abbreviated
Abbreviated | public class Abbreviated extends BaseXMLWriter implements RDFErrorHandler(Code) | | Writes out RDF in the abbreviated syntax, for human consumption
not only machine readable.
It is not normal to call the constructor directly, but to use
the method RDFWriterF.getWriter("RDF/XML-ABBREV").
Does not support the NSPREFIXPROPBASE system properties.
Use setNsPrefix .
For best results it is necessary to set the property
"prettyTypes" . See setProperty for information.
See Also: com.hp.hpl.jena.rdf.model.RDFWriterF.getWriter(String) author: jjc version: Release='$Name: $' Revision='$Revision: 1.22 $' Date='$Date: 2008/01/02 12:09:33 $' |
sDamlCollection | boolean sDamlCollection(Code) | | |
sListExpand | boolean sListExpand(Code) | | |
sParseTypeCollectionPropertyElt | boolean sParseTypeCollectionPropertyElt(Code) | | |
sParseTypeLiteralPropertyElt | boolean sParseTypeLiteralPropertyElt(Code) | | |
sParseTypeResourcePropertyElt | boolean sParseTypeResourcePropertyElt(Code) | | |
sPropertyAttr | boolean sPropertyAttr(Code) | | |
sReification | boolean sReification(Code) | | |
sResourcePropertyElt | boolean sResourcePropertyElt(Code) | | |
unblockAll | protected void unblockAll()(Code) | | |
Methods inherited from com.hp.hpl.jena.xmloutput.impl.BaseXMLWriter | void addNameSpace(String uri)(Code)(Java Doc) String anonId(Resource r)(Code)(Java Doc) protected String attributeQuoted(String s)(Code)(Java Doc) String attributeTag(String uriref)(Code)(Java Doc) String attributeTag(String uri, String local)(Code)(Java Doc) abstract protected void blockRule(Resource r)(Code)(Java Doc) String endElementTag(String uri, String local)(Code)(Java Doc) protected String endElementTag(String uriref)(Code)(Java Doc) final public String getPrefixFor(String uri)(Code)(Java Doc) boolean isDefaultNamespace(String uri)(Code)(Java Doc) public boolean isPredefinedEntityName(String name)(Code)(Java Doc) String rdfAt(String local)(Code)(Java Doc) String rdfEl(String local)(Code)(Java Doc) protected String relativize(String uri)(Code)(Java Doc) Resource[] setBlockRules(Object o)(Code)(Java Doc) public synchronized RDFErrorHandler setErrorHandler(RDFErrorHandler errHandler)(Code)(Java Doc) public static SimpleLogger setLogger(SimpleLogger lg)(Code)(Java Doc) final public synchronized void setNsPrefix(String prefix, String ns)(Code)(Java Doc) final public synchronized Object setProperty(String propName, Object propValue)(Code)(Java Doc) Resource[] setTypes(Resource x)(Code)(Java Doc) void setupMaps()(Code)(Java Doc) String splitTag(String uriref, int type)(Code)(Java Doc) String startElementTag(String uri, String local)(Code)(Java Doc) protected String startElementTag(String uriref)(Code)(Java Doc) public static int str2flags(String pv)(Code)(Java Doc) protected String substitutedAttribute(String s)(Code)(Java Doc) String tag(String namespace, String local, int type, boolean localIsQname)(Code)(Java Doc) abstract protected void unblockAll()(Code)(Java Doc) void workOutNamespaces()(Code)(Java Doc) final public void write(Model model, OutputStream out, String base)(Code)(Java Doc) public synchronized void write(Model baseModel, Writer out, String base)(Code)(Java Doc) abstract protected void writeBody(Model mdl, PrintWriter pw, String baseUri, boolean inclXMLBase)(Code)(Java Doc) String xmlnsDecl()(Code)(Java Doc)
|
|
|