public class WriterConst extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | GAP_P_OMinimum gap from P to O | 
| static int | GAP_S_PMinimum gap from S to P | 
| static int | INDENT_GDFTIndent for triples in default graph blocks | 
| static int | INDENT_GNMDIndent for trinples in named graph blocks | 
| static int | INDENT_OBJECTColumn for start of object | 
| static int | INDENT_PREDICATEColumn for start of predicate | 
| static int | LONG_PREDICATEPredicates longer than this have a NL after them. | 
| static int | LONG_SUBJECTSubjects longer than this have a NL after them. | 
| static int | MIN_GAPMinimum gap from S to P and from P to O | 
| static int | MIN_PREDICATEMinimum width of the predicate columns. | 
| static boolean | NL_GDFT_ENDWhether to put the closing } of a default graph block on a newline | 
| static boolean | NL_GDFT_STARTWhether to put in a newline after the opening { of a default graph block | 
| static boolean | NL_GNMD_ENDWhether to put the closing } of a named graph block on a newline | 
| static boolean | NL_GNMD_STARTWhether to put in a newline after the opening { of a named graph block | 
| static boolean | OBJECT_LISTS | 
| static int | PREFIX_IRIThe IRI column in a prefix. | 
| static Node | RDF_First | 
| static Node | RDF_Nil | 
| static Node | RDF_Rest | 
| static Node | RDF_type | 
| static String | rdfNS | 
| Constructor and Description | 
|---|
| WriterConst() | 
public static final int MIN_PREDICATE
public static final int LONG_SUBJECT
public static final int LONG_PREDICATE
public static final int PREFIX_IRI
public static boolean OBJECT_LISTS
public static final int INDENT_PREDICATE
public static final int INDENT_OBJECT
public static final int INDENT_GDFT
public static final int INDENT_GNMD
public static final int MIN_GAP
public static final int GAP_S_P
public static final int GAP_P_O
public static final boolean NL_GDFT_START
public static final boolean NL_GNMD_START
public static final boolean NL_GDFT_END
public static final boolean NL_GNMD_END
public static final String rdfNS
public static final Node RDF_type
public static final Node RDF_First
public static final Node RDF_Rest
public static final Node RDF_Nil
Licenced under the Apache License, Version 2.0