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. nodeStackStack 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 voidRDFXMLPrettyWriter. writeNodeEmptyTag(RDFXMLPrettyWriter.Node node)Write out an empty tag for the subject or object of a statement.private voidRDFXMLPrettyWriter. writeNodeEndTag(RDFXMLPrettyWriter.Node node)Write out the closing tag for the subject or object of a statement.private voidRDFXMLPrettyWriter. 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 voidRDFXMLPrettyWriter. writeNodeStartTag(RDFXMLPrettyWriter.Node node)Write out the opening tag of the subject or object of a statement.
-