1 package test.prefs.example;
2 
3 /**
4  * A content interpreter for XML files. This class provides internal basis for
5  * XML-based content describers.
6  * <p>
7  * Note: do not add protected/public members to this class if you don't intend
8  * to make them public API.
9  * </p>
10  *
11  * @see org.eclipse.core.runtime.content.XMLRootElementContentDescriber
12  * @see "http://www.w3.org/TR/REC-xml *"
13  */
14 public class X11 {
15 
16 }
17