Added @since tags.

This commit is contained in:
Arjen Poutsma
2007-08-17 13:46:21 +00:00
parent bca3292dc4
commit 3fce87be70
304 changed files with 305 additions and 305 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.util.ClassUtils;
* classes.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public abstract class JaxpVersion {

View File

@@ -22,7 +22,7 @@ import org.springframework.core.NestedRuntimeException;
* Root of the hierarchy of XML exception.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public abstract class XmlException extends NestedRuntimeException {

View File

@@ -34,7 +34,7 @@ import org.xml.sax.helpers.DefaultHandler;
*
* @author Arjen Poutsma
* @see org.w3c.dom.Node
* @since 1.0
* @since 1.0.0
*/
public class DomContentHandler extends DefaultHandler {

View File

@@ -43,7 +43,7 @@ import org.springframework.util.StringUtils;
* @see javax.xml.namespace.QName
* @see javax.xml.namespace.QName#toString()
* @see javax.xml.namespace.QName#valueOf(String)
* @since 1.0
* @since 1.0.0
*/
public class QNameEditor extends PropertyEditorSupport {

View File

@@ -27,7 +27,7 @@ import org.w3c.dom.Node;
*
* @author Arjen Poutsma
* @see javax.xml.namespace.QName
* @since 1.0
* @since 1.0.0
*/
public abstract class QNameUtils {

View File

@@ -33,7 +33,7 @@ import org.springframework.util.Assert;
* <code>java.util.Properties</code> object
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public class SimpleNamespaceContext implements NamespaceContext {

View File

@@ -33,7 +33,7 @@ import org.xml.sax.ext.LexicalHandler;
* @see #setDTDHandler(org.xml.sax.DTDHandler)
* @see #setEntityResolver(org.xml.sax.EntityResolver)
* @see #setErrorHandler(org.xml.sax.ErrorHandler)
* @since 1.0
* @since 1.0.0
*/
public abstract class AbstractXmlReader implements XMLReader {

View File

@@ -25,7 +25,7 @@ import org.xml.sax.InputSource;
* Convenient utility methods for dealing with SAX.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public abstract class SaxUtils {

View File

@@ -31,7 +31,7 @@ import org.xml.sax.SAXException;
* namespace context is used to keep track of declared namespaces.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public abstract class AbstractStaxContentHandler implements ContentHandler {

View File

@@ -34,7 +34,7 @@ import org.xml.sax.SAXParseException;
* @see #setDTDHandler(org.xml.sax.DTDHandler)
* @see #setEntityResolver(org.xml.sax.EntityResolver)
* @see #setErrorHandler(org.xml.sax.ErrorHandler)
* @since 1.0
* @since 1.0.0
*/
public abstract class AbstractStaxXmlReader extends AbstractXmlReader {

View File

@@ -27,7 +27,7 @@ import org.springframework.util.Assert;
* Abstract base class for <code>XMLStreamReader</code>s.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public abstract class AbstractXmlStreamReader implements XMLStreamReader {

View File

@@ -40,7 +40,7 @@ import org.xml.sax.Locator;
* @author Arjen Poutsma
* @see XMLEvent
* @see XMLEventConsumer
* @since 1.0
* @since 1.0.0
*/
public class StaxEventContentHandler extends AbstractStaxContentHandler {

View File

@@ -45,7 +45,7 @@ import org.xml.sax.helpers.AttributesImpl;
* @see #setDTDHandler(org.xml.sax.DTDHandler)
* @see #setEntityResolver(org.xml.sax.EntityResolver)
* @see #setErrorHandler(org.xml.sax.ErrorHandler)
* @since 1.0
* @since 1.0.0
*/
public class StaxEventXmlReader extends AbstractStaxXmlReader {

View File

@@ -32,7 +32,7 @@ import org.xml.sax.Locator;
*
* @author Arjen Poutsma
* @see XMLStreamWriter
* @since 1.0
* @since 1.0.0
*/
public class StaxStreamContentHandler extends AbstractStaxContentHandler {

View File

@@ -36,7 +36,7 @@ import org.xml.sax.helpers.AttributesImpl;
* @see #setDTDHandler(org.xml.sax.DTDHandler)
* @see #setEntityResolver(org.xml.sax.EntityResolver)
* @see #setErrorHandler(org.xml.sax.ErrorHandler)
* @since 1.0
* @since 1.0.0
*/
public class StaxStreamXmlReader extends AbstractStaxXmlReader {

View File

@@ -34,7 +34,7 @@ import javax.xml.stream.events.XMLEvent;
* vice-versa.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public class XmlEventStreamReader extends AbstractXmlStreamReader {

View File

@@ -27,7 +27,7 @@ import org.springframework.xml.sax.SaxUtils;
* set via the constructor.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public class ResourceSource extends SAXSource {

View File

@@ -43,7 +43,7 @@ import org.xml.sax.ContentHandler;
* @see XMLEventWriter
* @see XMLStreamWriter
* @see javax.xml.transform.Transformer
* @since 1.0
* @since 1.0.0
*/
public class StaxResult extends SAXResult {

View File

@@ -43,7 +43,7 @@ import org.xml.sax.XMLReader;
* @see XMLEventReader
* @see XMLStreamReader
* @see javax.xml.transform.Transformer
* @since 1.0
* @since 1.0.0
*/
public class StaxSource extends SAXSource {

View File

@@ -25,7 +25,7 @@ import javax.xml.transform.stream.StreamResult;
*
* @author Arjen Poutsma
* @see #toString()
* @since 1.0
* @since 1.0.0
*/
public class StringResult extends StreamResult {

View File

@@ -24,7 +24,7 @@ import javax.xml.transform.stream.StreamSource;
* can be set via the constructor.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public class StringSource extends StreamSource {

View File

@@ -34,7 +34,7 @@ import org.apache.commons.logging.LogFactory;
* @author Arjen Poutsma
* @see Transformer
* @see #createTransformer()
* @since 1.0
* @since 1.0.0
*/
public abstract class TransformerObjectSupport {

View File

@@ -43,7 +43,7 @@ import org.xml.sax.helpers.DefaultHandler;
* Internal class that uses JAXP 1.0 features to create <code>XmlValidator</code> instances.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
abstract class Jaxp10ValidatorFactory {

View File

@@ -31,7 +31,7 @@ import org.xml.sax.SAXParseException;
* Internal class that uses JAXP 1.0 features to create <code>XmlValidator</code> instances.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
abstract class Jaxp13ValidatorFactory {

View File

@@ -31,7 +31,7 @@ import org.xml.sax.SAXException;
* handling of input streams.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public abstract class SchemaLoaderUtils {

View File

@@ -22,7 +22,7 @@ import org.springframework.xml.XmlException;
* Expection thrown when a validation error occurs
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public class XmlValidationException extends XmlException {

View File

@@ -29,7 +29,7 @@ import org.xml.sax.SAXParseException;
*
* @author Arjen Poutsma
* @see XmlValidatorFactory#createValidator(org.springframework.core.io.Resource,String)
* @since 1.0
* @since 1.0.0
*/
public interface XmlValidator {

View File

@@ -33,7 +33,7 @@ import org.springframework.xml.JaxpVersion;
*
* @author Arjen Poutsma
* @see XmlValidator
* @since 1.0
* @since 1.0.0
*/
public abstract class XmlValidatorFactory {

View File

@@ -31,7 +31,7 @@ import org.w3c.dom.Node;
* Abstract base class for implementations of {@link XPathOperations}. Contains a namespaces property.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public abstract class AbstractXPathTemplate extends TransformerObjectSupport implements XPathOperations {

View File

@@ -32,7 +32,7 @@ import org.w3c.dom.Node;
*
* @author Arjen Poutsma
* @see #createXPathExpression(String)
* @since 1.0
* @since 1.0.0
*/
abstract class JaxenXPathExpressionFactory {

View File

@@ -36,7 +36,7 @@ import org.w3c.dom.Node;
*
* @author Arjen Poutsma
* @see <a href="http://www.jaxen.org/">Jaxen</a>
* @since 1.0
* @since 1.0.0
*/
public class JaxenXPathTemplate extends AbstractXPathTemplate {

View File

@@ -35,7 +35,7 @@ import org.w3c.dom.NodeList;
*
* @author Arjen Poutsma
* @see #createXPathExpression(String)
* @since 1.0
* @since 1.0.0
*/
abstract class Jaxp13XPathExpressionFactory {

View File

@@ -44,7 +44,7 @@ import org.xml.sax.InputSource;
*
* @author Arjen Poutsma
* @see #setNamespaces(java.util.Properties)
* @since 1.0
* @since 1.0.0
*/
public class Jaxp13XPathTemplate extends AbstractXPathTemplate {

View File

@@ -29,7 +29,7 @@ import org.w3c.dom.Node;
*
* @author Arjen Poutsma
* @see XPathOperations#evaluate(String,javax.xml.transform.Source,NodeCallbackHandler)
* @since 1.0
* @since 1.0.0
*/
public interface NodeCallbackHandler {

View File

@@ -29,7 +29,7 @@ import org.w3c.dom.Node;
* @see XPathOperations#evaluateAsObject(String,javax.xml.transform.Source,NodeMapper)
* @see XPathExpression#evaluate(org.w3c.dom.Node,NodeMapper)
* @see XPathExpression#evaluateAsObject(org.w3c.dom.Node,NodeMapper)
* @since 1.0
* @since 1.0.0
*/
public interface NodeMapper {

View File

@@ -22,7 +22,7 @@ import org.springframework.xml.XmlException;
* Exception thrown when an error occurs during XPath processing.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public class XPathException extends XmlException {

View File

@@ -28,7 +28,7 @@ import org.w3c.dom.Node;
* used by {@link XPathOperations} implementations.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public interface XPathExpression {

View File

@@ -34,7 +34,7 @@ import org.springframework.xml.JaxpVersion;
*
* @author Arjen Poutsma
* @see XPathExpression
* @since 1.0
* @since 1.0.0
*/
public abstract class XPathExpressionFactory {

View File

@@ -30,7 +30,7 @@ import org.springframework.util.Assert;
*
* @author Arjen Poutsma
* @see #setExpression(String)
* @since 1.0
* @since 1.0.0
*/
public class XPathExpressionFactoryBean implements FactoryBean, InitializingBean {

View File

@@ -31,7 +31,7 @@ import org.w3c.dom.Node;
* @author Arjen Poutsma
* @see Jaxp13XPathTemplate
* @see JaxenXPathTemplate
* @since 1.0
* @since 1.0.0
*/
public interface XPathOperations {

View File

@@ -20,7 +20,7 @@ package org.springframework.xml.xpath;
* Exception throws when a XPath expression cannot be parsed.
*
* @author Arjen Poutsma
* @since 1.0
* @since 1.0.0
*/
public class XPathParseException extends XPathException {