* Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This code is free software; you can redistribute it and/or modify it
* This code is free software; you can redistribute it and/or modify it
...
@@ -42,7 +42,7 @@ import java.util.Properties;
...
@@ -42,7 +42,7 @@ import java.util.Properties;
* The most significant component is at index 0.
* The most significant component is at index 0.
* An empty composite name has no components.
* An empty composite name has no components.
*<p>
*<p>
* <h4>JNDI Composite Name Syntax</h4>
* <h1>JNDI Composite Name Syntax</h1>
* JNDI defines a standard string representation for composite names. This
* JNDI defines a standard string representation for composite names. This
* representation is the concatenation of the components of a composite name
* representation is the concatenation of the components of a composite name
* from left to right using the component separator (a forward
* from left to right using the component separator (a forward
...
@@ -73,12 +73,12 @@ import java.util.Properties;
...
@@ -73,12 +73,12 @@ import java.util.Properties;
* a separator) denotes a trailing empty component.
* a separator) denotes a trailing empty component.
* Adjacent component separators denote an empty component.
* Adjacent component separators denote an empty component.
*<p>
*<p>
*<h4>Composite Name Examples</h4>
*<h1>Composite Name Examples</h1>
*This table shows examples of some composite names. Each row shows
*This table shows examples of some composite names. Each row shows
*the string form of a composite name and its corresponding structural form
*the string form of a composite name and its corresponding structural form
*(<tt>CompositeName</tt>).
*(<tt>CompositeName</tt>).
*<p>
*<p>
<table border="1" cellpadding=3 width="70%" summary="examples showing string form of composite name and its corresponding structural form (CompositeName)">
<table border="1" cellpadding=3 summary="examples showing string form of composite name and its corresponding structural form (CompositeName)">