elena 2003/11/14 11:33:19
Modified: java/src/org/apache/xerces/xs PSVIProvider.java
XSIDCDefinition.java XSImplementation.java
XSLoader.java XSNamedMap.java
Log:
Fix Java docs. Also remove setRecognizedVersions method -- the interface is
read-only, the
method was added by mistake.
Revision Changes Path
1.3 +1 -1 xml-xerces/java/src/org/apache/xerces/xs/PSVIProvider.java
Index: PSVIProvider.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xs/PSVIProvider.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PSVIProvider.java 12 Nov 2003 23:17:34 -0000 1.2
+++ PSVIProvider.java 14 Nov 2003 19:33:19 -0000 1.3
@@ -59,7 +59,7 @@
/**
* This interface provides access to the post schema validation infoset for an
- * API that provides a streaming document infoset, such as , XNI, and
+ * API that provides a streaming document infoset, such as SAX, XNI, and
* others.
* <p>For implementations that would like to provide access to the PSVI in a
* streaming model, a parser object should also implement the
1.3 +2 -2 xml-xerces/java/src/org/apache/xerces/xs/XSIDCDefinition.java
Index: XSIDCDefinition.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xs/XSIDCDefinition.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSIDCDefinition.java 12 Nov 2003 23:17:34 -0000 1.2
+++ XSIDCDefinition.java 14 Nov 2003 19:33:19 -0000 1.3
@@ -85,12 +85,12 @@
public short getCategory();
/**
- * [selector]: a restricted expression.
+ * [selector]: a restricted XPath 1.0 expression.
*/
public String getSelectorStr();
/**
- * [fields]: a non-empty list of restricted expressions.
+ * [fields]: a non-empty list of restricted XPath 1.0 expressions.
*/
public StringList getFieldStrs();
1.2 +1 -5 xml-xerces/java/src/org/apache/xerces/xs/XSImplementation.java
Index: XSImplementation.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xs/XSImplementation.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XSImplementation.java 12 Nov 2003 23:17:34 -0000 1.1
+++ XSImplementation.java 14 Nov 2003 19:33:19 -0000 1.2
@@ -68,11 +68,7 @@
* this <code>XSImplemenation</code>.
*/
public StringList getRecognizedVersions();
- /**
- * A list containing the versions of XML Schema documents recognized by
- * this <code>XSImplemenation</code>.
- */
- public void setRecognizedVersions(StringList recognizedVersions);
+
/**
* Creates a new XSLoader. The newly constructed loader may then be
1.2 +4 -4 xml-xerces/java/src/org/apache/xerces/xs/XSLoader.java
Index: XSLoader.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xs/XSLoader.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XSLoader.java 12 Nov 2003 23:17:34 -0000 1.1
+++ XSLoader.java 14 Nov 2003 19:33:19 -0000 1.2
@@ -72,7 +72,7 @@
* setting of and the retrieval of the following non-boolean parameters
* defined on the <code>DOMConfiguration</code> interface:
* <code>error-handler</code> (<code>DOMErrorHandler</code>) and
- * <code>entity-resolver</code> (<code>DOMEntityResolver</code>).
+ * <code>resource-resolver</code> (<code>LSResourceResolver</code>).
* <br> The following list of boolean parameters is defined:
* <dl>
* <dt>
@@ -80,11 +80,11 @@
* <dd>
* <dl>
* <dt><code>true</code></dt>
- * <dd>[optional] Validate an XML
+ * <dd>[required] (default) Validate an XML
* Schema during loading. If validation errors are found, the error
* handler is notified. </dd>
* <dt><code>false</code></dt>
- * <dd>[required] (default) Do not
+ * <dd>[optional] Do not
* report errors during the loading of an XML Schema document. </dd>
* </dl></dd>
* </dl>
@@ -98,7 +98,7 @@
* @param uri The list of URI locations.
* @return An XSModel representing the schema documents.
*/
- public XSModel loadURIList(StringList uri);
+ public XSModel loadURIList(StringList uriList);
/**
* Parses the content of XML Schema documents specified as a list of
1.3 +1 -1 xml-xerces/java/src/org/apache/xerces/xs/XSNamedMap.java
Index: XSNamedMap.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xs/XSNamedMap.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSNamedMap.java 12 Nov 2003 23:17:34 -0000 1.2
+++ XSNamedMap.java 14 Nov 2003 19:33:19 -0000 1.3
@@ -86,7 +86,7 @@
/**
* Retrieves an <code>XSObject</code> specified by local name and
* namespace URI.
- * <br>Per , applications must use the value <code>null</code> as the
+ * <br>Per XML Namespaces, applications must use the value <code>null</code> as
the
* <code>namespace</code> parameter for methods if they wish to specify
* no namespace.
* @param namespace The namespace URI of the <code>XSObject</code> to
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]