java.lang.Object
org.apache.jena.riot.writer.WriterConst
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Minimum gap from P to Ostatic final int
Minimum gap from S to Pstatic final boolean
Whether to put in {} for the default graph when pretty writingstatic final int
Indent for triples in default graph blocks if inside {}static final int
Indent for trinples in named graph blocksstatic final int
Column for start of objectstatic final int
Column for start of predicatestatic final int
Predicates longer than this have a NL after them.static final int
Subjects longer than this have a NL after them.static final int
Minimum gap from S to P and from P to Ostatic final int
Minimum width of the predicate columns.static final boolean
Whether to put the closing } of a default graph block on a newlinestatic final boolean
Whether to put in a newline after the opening { of a default graph blockstatic final boolean
Whether to put the closing } of a named graph block on a newlinestatic final boolean
Whether to put in a newline after the opening { of a named graph blockstatic boolean
static final int
The IRI column in a prefix.static final org.apache.jena.graph.Node
static final org.apache.jena.graph.Node
static final org.apache.jena.graph.Node
static final org.apache.jena.graph.Node
static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
MIN_PREDICATE
public static final int MIN_PREDICATEMinimum width of the predicate columns.- See Also:
-
LONG_SUBJECT
public static final int LONG_SUBJECTSubjects longer than this have a NL after them.- See Also:
-
LONG_PREDICATE
public static final int LONG_PREDICATEPredicates longer than this have a NL after them.- See Also:
-
PREFIX_IRI
public static final int PREFIX_IRIThe IRI column in a prefix.- See Also:
-
OBJECT_LISTS
public static boolean OBJECT_LISTS -
INDENT_PREDICATE
public static final int INDENT_PREDICATEColumn for start of predicate- See Also:
-
INDENT_OBJECT
public static final int INDENT_OBJECTColumn for start of object- See Also:
-
MIN_GAP
public static final int MIN_GAPMinimum gap from S to P and from P to O- See Also:
-
GAP_S_P
public static final int GAP_S_PMinimum gap from S to P- See Also:
-
GAP_P_O
public static final int GAP_P_OMinimum gap from P to O- See Also:
-
GDFT_BRACE
public static final boolean GDFT_BRACEWhether to put in {} for the default graph when pretty writing- See Also:
-
NL_GDFT_START
public static final boolean NL_GDFT_STARTWhether to put in a newline after the opening { of a default graph block- See Also:
-
NL_GNMD_START
public static final boolean NL_GNMD_STARTWhether to put in a newline after the opening { of a named graph block- See Also:
-
NL_GDFT_END
public static final boolean NL_GDFT_ENDWhether to put the closing } of a default graph block on a newline- See Also:
-
NL_GNMD_END
public static final boolean NL_GNMD_ENDWhether to put the closing } of a named graph block on a newline- See Also:
-
INDENT_GDFT
public static final int INDENT_GDFTIndent for triples in default graph blocks if inside {}- See Also:
-
INDENT_GNMD
public static final int INDENT_GNMDIndent for trinples in named graph blocks- See Also:
-
rdfNS
-
RDF_type
public static final org.apache.jena.graph.Node RDF_type -
RDF_First
public static final org.apache.jena.graph.Node RDF_First -
RDF_Rest
public static final org.apache.jena.graph.Node RDF_Rest -
RDF_Nil
public static final org.apache.jena.graph.Node RDF_Nil
-
-
Constructor Details
-
WriterConst
public WriterConst()
-