Uses of Class
org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter.Node
Packages that use RDFXMLPrettyWriter.Node
-
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.NodeModifier and TypeFieldDescriptionprivate final 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.NodeModifier and TypeMethodDescriptionprivate 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.