com.hp.hpl.jena.xmloutput.impl |
|
Java Source File Name | Type | Comment |
Abbreviated.java | Class | 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" . |
BaseXMLWriter.java | Class | This is not part of the public API.
Base class for XML serializers.
All methods with side-effects should be synchronized in this class and its
subclasses. |
Basic.java | Class | Writes out an XML serialization of a model. |
PairEntry.java | Class | |
Relation.java | Class | A sparse 2 dimensional array of boolean indexed by Object. |
SimpleLogger.java | Interface | |
Unparser.java | Class | An Unparser will output a model in the abbreviated syntax. |