Exemplo n.º 1
0
        protected void printValues(ISparqlPrinter p)
        {
            IValues values = getValues();

            if (values != null)
            {
                p.println();
                values.Print(p);
            }
        }