| java.lang.Object com.hp.hpl.jena.xmloutput.impl.Unparser
Unparser | class Unparser (Code) | | An Unparser will output a model in the abbreviated syntax. *
version: Release='$Name: $' Revision='$Revision: 1.45 $' Date='$Date: version: 2005/07/13 15:33:51 $' |
codeCoverage | int codeCoverage(Code) | | |
logger | protected static Log logger(Code) | | |
Unparser | Unparser(Abbreviated parent, String localName, Model m, PrintWriter w)(Code) | | Creates an Unparser for the specified model. The localName is the URI
(typical URL) intended for the output file. No trailing "#" should be
used. This will control the use of ID or about or
resource on various rules.
Parameters: localName - The intended URI of the output file. No trailing "#". Parameters: m - The model. Parameters: w - The output. |
setTopLevelTypes | void setTopLevelTypes(Resource types)(Code) | | Set a list of types of objects that will be expanded at the top-level of
the file.
Parameters: types - An array of rdf:Class'es. |
write | void write()(Code) | | Should be called exactly once for each Unparser. Calling it a second time
will have undesired results.
|
|
|