Uses of Class
org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter.Node
-
Packages that use RDFXMLPrettyWriter.Node Package Description org.eclipse.rdf4j.rio.rdfxml.util Pretty-printing for the RDF/XML format. -
-
Uses of RDFXMLPrettyWriter.Node in org.eclipse.rdf4j.rio.rdfxml.util
Fields in org.eclipse.rdf4j.rio.rdfxml.util with type parameters of type RDFXMLPrettyWriter.Node Modifier and Type Field Description private java.util.Stack<RDFXMLPrettyWriter.Node>
RDFXMLPrettyWriter. nodeStack
Stack for remembering the nodes (subjects/objects) of statements at each level.Methods in org.eclipse.rdf4j.rio.rdfxml.util with parameters of type RDFXMLPrettyWriter.Node Modifier and Type Method Description private void
RDFXMLPrettyWriter. writeNodeEmptyTag(RDFXMLPrettyWriter.Node node)
Write out an empty tag for the subject or object of a statement.private void
RDFXMLPrettyWriter. writeNodeEndTag(RDFXMLPrettyWriter.Node node)
Write out the closing tag for the subject or object of a statement.private void
RDFXMLPrettyWriter. writeNodeStartOfStartTag(RDFXMLPrettyWriter.Node node)
Write out the opening tag of the subject or object of a statement up to (but not including) the end of the tag.private void
RDFXMLPrettyWriter. writeNodeStartTag(RDFXMLPrettyWriter.Node node)
Write out the opening tag of the subject or object of a statement.
-