diff options
author | Mark Wielaard <mark@klomp.org> | 2003-08-17 22:10:34 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2003-08-17 22:10:34 +0000 |
commit | b1fb6b277eaa6b6e7f7c81f0a4edfe2f8357f26d (patch) | |
tree | bb46f75f806f23a07002991bea59ca75d570abe1 /external | |
parent | 85733d3d29174898593ec5e015039a7221dfd7d0 (diff) | |
download | classpath-b1fb6b277eaa6b6e7f7c81f0a4edfe2f8357f26d.tar.gz |
* external/jaxp/source/javax/xml/transform/TransformerFactory.java:
Don't use in the api documentation.
external/jaxp/source/org/xml/sax/ext/Locator2.java: Likewise.
Diffstat (limited to 'external')
-rw-r--r-- | external/jaxp/source/javax/xml/transform/TransformerFactory.java | 4 | ||||
-rw-r--r-- | external/jaxp/source/org/xml/sax/ext/Locator2.java | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/external/jaxp/source/javax/xml/transform/TransformerFactory.java b/external/jaxp/source/javax/xml/transform/TransformerFactory.java index 9a8fba265..5422b180a 100644 --- a/external/jaxp/source/javax/xml/transform/TransformerFactory.java +++ b/external/jaxp/source/javax/xml/transform/TransformerFactory.java @@ -1,5 +1,5 @@ /* - * $Id: TransformerFactory.java,v 1.1 2003-02-01 02:10:28 cbj Exp $ + * $Id: TransformerFactory.java,v 1.2 2003-08-17 22:10:34 mark Exp $ * Copyright (C) 2001 Andrew Selkirk * Copyright (C) 2001 David Brownell * @@ -54,7 +54,7 @@ public abstract class TransformerFactory { //------------------------------------------------------------- /** - * Returns an object encapsulating the <?xml-stylesheet ?> + * Returns an object encapsulating the <?xml-stylesheet?> * processing instruction from the document that matches the * specified criteria. */ diff --git a/external/jaxp/source/org/xml/sax/ext/Locator2.java b/external/jaxp/source/org/xml/sax/ext/Locator2.java index 5c90fcb1b..3775f5f34 100644 --- a/external/jaxp/source/org/xml/sax/ext/Locator2.java +++ b/external/jaxp/source/org/xml/sax/ext/Locator2.java @@ -1,7 +1,7 @@ // Locator2.java - extended Locator // http://www.saxproject.org // Public Domain: no warranty. -// $Id: Locator2.java,v 1.1 2003-02-01 02:10:44 cbj Exp $ +// $Id: Locator2.java,v 1.2 2003-08-17 22:10:34 mark Exp $ package org.xml.sax.ext; @@ -35,7 +35,7 @@ public interface Locator2 extends Locator /** * Returns the version of XML used for the entity. This will * normally be the identifier from the current entity's - * <em><?xml version='...' ...?></em> declaration, + * <em><?xmlversion='...'...?></em> declaration, * or be defaulted by the parser. * * <p> At this writing, only one version ("1.0") is defined, but it @@ -51,7 +51,7 @@ public interface Locator2 extends Locator * Returns the name of the character encoding for the entity. * If the encoding was declared externally (for example, in a MIME * Content-Type header), that will be the name returned. Else if there - * was an <em><?xml ...encoding='...'?></em> declaration at + * was an <em><?xml...encoding='...'?></em> declaration at * the start of the document, that encoding name will be returned. * Otherwise the encoding will been inferred (normally to be UTF-8, or * some UTF-16 variant), and that inferred name will be returned. |