Package de.atextor.turtle.formatter
Class FormattingStyle
java.lang.Object
de.atextor.turtle.formatter.FormattingStyle
public class FormattingStyle
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFormattingStyle.Alignmentstatic classFormattingStyle.Charsetstatic classFormattingStyle.EndOfLineStylestatic classFormattingStyle.GapStylestatic classFormattingStyle.IndentStylestatic classFormattingStyle.KnownPrefixstatic classFormattingStyle.WrappingStyle -
Field Summary
-
Constructor Summary
Constructors Constructor Description FormattingStyle() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PREFIX_FMT
-
PREFIX_RDF
-
PREFIX_RDFS
-
PREFIX_XSD
-
PREFIX_OWL
-
PREFIX_DCTERMS
-
DEFAULT
-
PREFIX_VANN
-
PREFIX_SKOS
-
PREFIX_EX
-
knownPrefixes
-
afterClosingParenthesis
-
afterClosingSquareBracket
-
afterComma
-
afterDot
-
afterOpeningParenthesis
-
afterOpeningSquareBracket
-
afterSemicolon
-
alignPrefixes
-
beforeClosingParenthesis
-
beforeClosingSquareBracket
-
beforeComma
-
beforeDot
-
beforeOpeningParenthesis
-
beforeOpeningSquareBracket
-
beforeSemicolon
-
charset
-
doubleFormat
public java.text.NumberFormat doubleFormat -
endOfLine
-
indentStyle
-
wrapListItems
-
firstPredicateInNewLine
public boolean firstPredicateInNewLine -
useAForRdfType
public boolean useAForRdfType -
useCommaByDefault
public boolean useCommaByDefault -
commaForPredicate
public java.util.Set<org.apache.jena.rdf.model.Property> commaForPredicate -
noCommaForPredicate
public java.util.Set<org.apache.jena.rdf.model.Property> noCommaForPredicate -
useShortLiterals
public boolean useShortLiterals -
alignBaseIRI
public boolean alignBaseIRI -
alignObjects
public boolean alignObjects -
alignPredicates
public boolean alignPredicates -
continuationIndentSize
public int continuationIndentSize -
indentPrediates
public boolean indentPrediates -
insertFinalNewline
public boolean insertFinalNewline -
indentSize
public int indentSize -
maxLineLength
public int maxLineLength -
trimTrailingWhitespace
public boolean trimTrailingWhitespace -
keepUnusedPrefixes
public boolean keepUnusedPrefixes -
prefixOrder
public java.util.List<java.lang.String> prefixOrder -
subjectOrder
public java.util.List<org.apache.jena.rdf.model.Resource> subjectOrder -
predicateOrder
public java.util.List<org.apache.jena.rdf.model.Property> predicateOrder -
objectOrder
public java.util.List<org.apache.jena.rdf.model.RDFNode> objectOrder -
anonymousNodeIdGenerator
public java.util.function.BiFunction<org.apache.jena.rdf.model.Resource,java.lang.Integer,java.lang.String> anonymousNodeIdGenerator
-
-
Constructor Details
-
FormattingStyle
public FormattingStyle()
-