Package org.apache.jena.riot.writer
Class WriterConst
- java.lang.Object
-
- org.apache.jena.riot.writer.WriterConst
-
public class WriterConst extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGAP_P_OMinimum gap from P to Ostatic intGAP_S_PMinimum gap from S to Pstatic booleanGDFT_BRACEWhether to put in {} for the default graph when pretty writingstatic intINDENT_GDFTIndent for triples in default graph blocks if inside {}static intINDENT_GNMDIndent for trinples in named graph blocksstatic intINDENT_OBJECTColumn for start of objectstatic intINDENT_PREDICATEColumn for start of predicatestatic intLONG_PREDICATEPredicates longer than this have a NL after them.static intLONG_SUBJECTSubjects longer than this have a NL after them.static intMIN_GAPMinimum gap from S to P and from P to Ostatic intMIN_PREDICATEMinimum width of the predicate columns.static booleanNL_GDFT_ENDWhether to put the closing } of a default graph block on a newlinestatic booleanNL_GDFT_STARTWhether to put in a newline after the opening { of a default graph blockstatic booleanNL_GNMD_ENDWhether to put the closing } of a named graph block on a newlinestatic booleanNL_GNMD_STARTWhether to put in a newline after the opening { of a named graph blockstatic booleanOBJECT_LISTSstatic intPREFIX_IRIThe IRI column in a prefix.static NodeRDF_Firststatic NodeRDF_Nilstatic NodeRDF_Reststatic NodeRDF_typestatic java.lang.StringrdfNS
-
Constructor Summary
Constructors Constructor Description WriterConst()
-
-
-
Field Detail
-
MIN_PREDICATE
public static final int MIN_PREDICATE
Minimum width of the predicate columns.- See Also:
- Constant Field Values
-
LONG_SUBJECT
public static final int LONG_SUBJECT
Subjects longer than this have a NL after them.- See Also:
- Constant Field Values
-
LONG_PREDICATE
public static final int LONG_PREDICATE
Predicates longer than this have a NL after them.- See Also:
- Constant Field Values
-
PREFIX_IRI
public static final int PREFIX_IRI
The IRI column in a prefix.- See Also:
- Constant Field Values
-
OBJECT_LISTS
public static boolean OBJECT_LISTS
-
INDENT_PREDICATE
public static final int INDENT_PREDICATE
Column for start of predicate- See Also:
- Constant Field Values
-
INDENT_OBJECT
public static final int INDENT_OBJECT
Column for start of object- See Also:
- Constant Field Values
-
MIN_GAP
public static final int MIN_GAP
Minimum gap from S to P and from P to O- See Also:
- Constant Field Values
-
GAP_S_P
public static final int GAP_S_P
Minimum gap from S to P- See Also:
- Constant Field Values
-
GAP_P_O
public static final int GAP_P_O
Minimum gap from P to O- See Also:
- Constant Field Values
-
GDFT_BRACE
public static final boolean GDFT_BRACE
Whether to put in {} for the default graph when pretty writing- See Also:
- Constant Field Values
-
NL_GDFT_START
public static final boolean NL_GDFT_START
Whether to put in a newline after the opening { of a default graph block- See Also:
- Constant Field Values
-
NL_GNMD_START
public static final boolean NL_GNMD_START
Whether to put in a newline after the opening { of a named graph block- See Also:
- Constant Field Values
-
NL_GDFT_END
public static final boolean NL_GDFT_END
Whether to put the closing } of a default graph block on a newline- See Also:
- Constant Field Values
-
NL_GNMD_END
public static final boolean NL_GNMD_END
Whether to put the closing } of a named graph block on a newline- See Also:
- Constant Field Values
-
INDENT_GDFT
public static final int INDENT_GDFT
Indent for triples in default graph blocks if inside {}- See Also:
- Constant Field Values
-
INDENT_GNMD
public static final int INDENT_GNMD
Indent for trinples in named graph blocks- See Also:
- Constant Field Values
-
rdfNS
public static final java.lang.String rdfNS
-
RDF_type
public static final Node RDF_type
-
RDF_First
public static final Node RDF_First
-
RDF_Rest
public static final Node RDF_Rest
-
RDF_Nil
public static final Node RDF_Nil
-
-