2

I was reading code of a java project where I found a class name like "UserSansXml". This class is dealing with user objects. I wanted to know the meaning of "sans".

3
  • 3
    FWIW, "sans" is the french translation of "without". Commented Nov 14, 2012 at 7:12
  • 1
    @FlorianMargaine it is also a perfectly good English word with the same meaning. Commented Nov 14, 2012 at 9:17
  • @jk. thanks to the Normans conquering England in 1066 Commented Nov 14, 2012 at 9:44

1 Answer 1

11

'Sans' means 'without'. Think of typefaces like 'Sans-Serif'.

Without context, it's hard to speculate what 'UserSansXml' means.

2
  • 10
    User without Xml, obviously :) Commented Nov 14, 2012 at 4:20
  • That helps. Reading the code, I figured out, User data comes from xml and later gets stored in db. UserSansXml class deals with the user objects found in xml and the methods in this class has public methods to access users without bothering xml tags. Commented Nov 14, 2012 at 4:34

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.