8186675: Javadoc of SAXSource contains implementation detail
Reviewed-by: lancea
This commit is contained in:
parent
f59bf06228
commit
cc64db776c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2000, 2017, 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
|
||||||
@ -85,8 +85,7 @@ public class SAXSource implements Source {
|
|||||||
* Create a <code>SAXSource</code>, using a SAX <code>InputSource</code>.
|
* Create a <code>SAXSource</code>, using a SAX <code>InputSource</code>.
|
||||||
* The {@link javax.xml.transform.Transformer} or
|
* The {@link javax.xml.transform.Transformer} or
|
||||||
* {@link javax.xml.transform.sax.SAXTransformerFactory} creates a
|
* {@link javax.xml.transform.sax.SAXTransformerFactory} creates a
|
||||||
* reader via {@link org.xml.sax.helpers.XMLReaderFactory}
|
* reader (if setXMLReader is not used), sets itself as
|
||||||
* (if setXMLReader is not used), sets itself as
|
|
||||||
* the reader's {@link org.xml.sax.ContentHandler}, and calls
|
* the reader's {@link org.xml.sax.ContentHandler}, and calls
|
||||||
* reader.parse(inputSource).
|
* reader.parse(inputSource).
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user