com.hp.hpl.jena.sparql.resultset
Interface XMLResults

All Known Implementing Classes:
XMLOutputASK, XMLOutputResultSet

public interface XMLResults


Field Summary
static String baseNamespace
           
static String dfAttrDatatype
           
static String dfAttrVarName
           
static String dfBinding
           
static String dfBNode
           
static String dfBoolean
           
static String dfHead
           
static String dfLink
           
static String dfLiteral
           
static String dfNamespace
           
static String dfResults
           
static String dfRootTag
           
static String dfSolution
           
static String dfUnbound
           
static String dfURI
           
static String dfVariable
           
static int INDENT
           
static String xsBaseURI
           
 

Field Detail

INDENT

static final int INDENT
See Also:
Constant Field Values

baseNamespace

static final String baseNamespace
See Also:
Constant Field Values

xsBaseURI

static final String xsBaseURI
See Also:
Constant Field Values

dfAttrVarName

static final String dfAttrVarName
See Also:
Constant Field Values

dfAttrDatatype

static final String dfAttrDatatype
See Also:
Constant Field Values

dfNamespace

static final String dfNamespace
See Also:
Constant Field Values

dfRootTag

static final String dfRootTag
See Also:
Constant Field Values

dfHead

static final String dfHead
See Also:
Constant Field Values

dfVariable

static final String dfVariable
See Also:
Constant Field Values

dfLink

static final String dfLink
See Also:
Constant Field Values

dfResults

static final String dfResults
See Also:
Constant Field Values

dfSolution

static final String dfSolution
See Also:
Constant Field Values

dfBinding

static final String dfBinding
See Also:
Constant Field Values

dfBNode

static final String dfBNode
See Also:
Constant Field Values

dfURI

static final String dfURI
See Also:
Constant Field Values

dfLiteral

static final String dfLiteral
See Also:
Constant Field Values

dfUnbound

static final String dfUnbound
See Also:
Constant Field Values

dfBoolean

static final String dfBoolean
See Also:
Constant Field Values


Licenced under the Apache License, Version 2.0