User Guide Conventions

This page describes the common conventions used throughout this user guide.

The following abbreviations are used:

Text formatting is used to highlight:

Java, XML and command-line excerpts are also shown using special formatting. For example:

import package.class.Class;

public class SomeClass {

  public void someMethod() {

    . . .
  }
}
<someElement someAttr="someValue">
  <someOtherElement>
    someContent
  </someOtherElement>
</someElement>
$ java -classpath .:$CLASSPATH some/java/Class.java