This commit is contained in:
Lana Steuck 2014-07-01 14:28:02 -07:00
commit f0610d9826
332 changed files with 282 additions and 602 deletions

View File

@ -78,7 +78,6 @@ import java.util.StringTokenizer;
* class file. Those interested in programatically generating classes
* should see the <a href="../generic/ClassGen.html">ClassGen</a> class.
* @version $Id: JavaClass.java,v 1.4 2007-07-19 04:34:42 ofung Exp $
* @see com.sun.org.apache.bcel.internal.generic.ClassGen
* @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
*/

View File

@ -82,7 +82,6 @@ import com.sun.org.apache.bcel.internal.Constants;
* method in the Method's frame will jump to the appropiate method in
* the Code frame.
*
* @version $Id: Class2HTML.java,v 1.3 2007-07-19 04:34:52 ofung Exp $
* @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
*/
public class Class2HTML implements Constants

View File

@ -66,7 +66,6 @@ import java.io.*;
* Responsible for loading (class) files from the CLASSPATH. Inspired by
* sun.tools.ClassPath.
*
* @version $Id: ClassPath.java,v 1.4 2007-07-19 04:34:52 ofung Exp $
* @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
*/
public class ClassPath implements Serializable {

View File

@ -72,7 +72,6 @@ import java.lang.reflect.*;
* <pre>java com.sun.org.apache.bcel.internal.util.JavaWrapper -Dbcel.classloader=foo.MyLoader &lt;real.class.name&gt; [arguments]</pre>
* </p>
*
* @version $Id: JavaWrapper.java,v 1.3 2007-07-19 04:34:52 ofung Exp $
* @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
* @see ClassLoader
*/

View File

@ -32,7 +32,6 @@ import com.sun.org.apache.xalan.internal.utils.SecuritySupport;
*
* @author Huizhe Wang, Oracle
*
* @version $Id: Constants.java,v 1.14 2011-06-07 04:39:40 joehw Exp $
*/
public final class XalanConstants {

View File

@ -32,7 +32,6 @@ package com.sun.org.apache.xalan.internal.utils;
* class and modified to be used as a general utility for creating objects
* dynamically.
*
* @version $Id: ObjectFactory.java,v 1.11 2010-11-01 04:34:25 joehw Exp $
*/
public class ObjectFactory {

View File

@ -92,7 +92,6 @@ import org.w3c.dom.Node;
* of thing but in a much simpler manner.</p>
*
* @author Shane_Curcuru@us.ibm.com
* @version $Id: EnvironmentCheck.java,v 1.10 2010-11-01 04:34:13 joehw Exp $
*/
public class EnvironmentCheck
{

View File

@ -109,7 +109,6 @@ import org.w3c.dom.Text;
* @author Arnaud Le Hors, IBM
* @author Joe Kesselman, IBM
* @author Andy Clark, IBM
* @version $Id: AttrImpl.java,v 1.5 2008/06/10 00:59:32 joehw Exp $
* @since PR-DOM-Level-1-19980818.
*
*/

View File

@ -37,7 +37,6 @@ import org.w3c.dom.DOMException;
* @author Arnaud Le Hors, IBM
* @author Andy Clark, IBM
* @author Ralf Pfeiffer, IBM
* @version $Id: AttrNSImpl.java,v 1.7 2010-11-01 04:39:37 joehw Exp $
*/
public class AttrNSImpl
extends AttrImpl {

View File

@ -40,7 +40,6 @@ import org.w3c.dom.Node;
*
* @xerces.internal
*
* @version $Id: AttributeMap.java,v 1.7 2010-11-01 04:39:37 joehw Exp $
*/
public class AttributeMap extends NamedNodeMapImpl {

View File

@ -52,7 +52,6 @@ import org.w3c.dom.ls.LSSerializer;
*
* @xerces.internal
*
* @version $Id: CoreDOMImplementationImpl.java,v 1.6 2010-11-01 04:39:37 joehw Exp $
* @since PR-DOM-Level-1-19980818.
*/
public class CoreDOMImplementationImpl

View File

@ -79,7 +79,6 @@ import org.w3c.dom.ls.LSSerializer;
* @author Joe Kesselman, IBM
* @author Andy Clark, IBM
* @author Ralf Pfeiffer, IBM
* @version $Id: CoreDocumentImpl.java,v 1.9 2010-11-01 04:39:37 joehw Exp $
* @since PR-DOM-Level-1-19980818.
*/

View File

@ -68,7 +68,6 @@ import org.w3c.dom.ls.LSResourceResolver;
*
* @author Elena Litani, IBM
* @author Neeraj Bajaj, Sun Microsystems.
* @version $Id: DOMConfigurationImpl.java,v 1.9 2010-11-01 04:39:37 joehw Exp $
*/
public class DOMConfigurationImpl extends ParserConfigurationSettings
implements XMLParserConfiguration, DOMConfiguration {

View File

@ -31,7 +31,6 @@ import java.util.ResourceBundle;
* @xerces.internal
*
* @author Sandy Gao, IBM
* @version $Id: DOMMessageFormatter.java,v 1.6 2010-11-01 04:39:38 joehw Exp $
*/
public class DOMMessageFormatter {
public static final String DOM_DOMAIN = "http://www.w3.org/dom/DOMTR";

View File

@ -94,7 +94,6 @@ import org.w3c.dom.Text;
*
* @author Elena Litani, IBM
* @author Neeraj Bajaj, Sun Microsystems, inc.
* @version $Id: DOMNormalizer.java,v 1.9 2010-11-01 04:39:38 joehw Exp $
*/
public class DOMNormalizer implements XMLDocumentHandler {

View File

@ -40,7 +40,6 @@ import org.w3c.dom.Node;
*
* @xerces.internal
*
* @version $Id: DeferredDocumentImpl.java,v 1.11 2010-11-01 04:39:38 joehw Exp $
* @since PR-DOM-Level-1-19980818.
*/
public class DeferredDocumentImpl

View File

@ -76,7 +76,6 @@ import org.w3c.dom.traversal.TreeWalker;
* @author Joe Kesselman, IBM
* @author Andy Clark, IBM
* @author Ralf Pfeiffer, IBM
* @version $Id: DocumentImpl.java,v 1.6 2010/07/20 20:25:24 joehw Exp $
* @since PR-DOM-Level-1-19980818.
*/
public class DocumentImpl

View File

@ -42,7 +42,6 @@ import org.w3c.dom.DOMException;
*
* @author Elena litani, IBM
* @author Neeraj Bajaj, Sun Microsystems
* @version $Id: ElementNSImpl.java,v 1.7 2010-11-01 04:39:39 joehw Exp $
*/
public class ElementNSImpl
extends ElementImpl {

View File

@ -56,7 +56,6 @@ import org.w3c.dom.Node;
*
* @xerces.internal
*
* @version $Id: NamedNodeMapImpl.java,v 1.8 2010-11-01 04:39:39 joehw Exp $
* @since PR-DOM-Level-1-19980818.
*/
public class NamedNodeMapImpl

View File

@ -30,7 +30,6 @@ import java.io.Serializable;
*
* @author Arnaud Le Hors, IBM
*
* @version $Id: NodeListCache.java,v 1.6 2010/07/20 20:25:25 joehw Exp $
*/
class NodeListCache implements Serializable {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.xs.*;
*
* @author Sandy Gao, IBM
*
* @version $Id: PSVIElementNSImpl.java,v 1.6 2010/08/20 18:51:54 joehw Exp $
*/
public class PSVIElementNSImpl extends ElementNSImpl implements ElementPSVI {

View File

@ -68,7 +68,6 @@ import org.w3c.dom.UserDataHandler;
* @author Arnaud Le Hors, IBM
* @author Joe Kesselman, IBM
* @author Andy Clark, IBM
* @version $Id: ParentNode.java,v 1.6 2009/07/21 20:30:28 joehw Exp $
*/
public abstract class ParentNode
extends ChildNode {

View File

@ -31,7 +31,6 @@ import java.util.NoSuchElementException;
*
* @author Andy Clark, IBM
*
* @version $Id: Constants.java,v 1.14 2010-11-01 04:39:40 joehw Exp $
*/
public final class Constants {

View File

@ -64,7 +64,6 @@ package com.sun.org.apache.xerces.internal.impl;
/**
* This class defines the version number of the parser.
*
* @version $Id: Version.java,v 1.4 2010-11-01 04:39:40 joehw Exp $
*/
public class Version {

View File

@ -96,7 +96,6 @@ import com.sun.org.apache.xerces.internal.xni.XNIException;
* @author Arnaud Le Hors, IBM
* @author Eric Ye, IBM
*
* @version $Id: XML11DocumentScannerImpl.java,v 1.5 2010/08/04 20:59:09 joehw Exp $
*/
public class XML11DocumentScannerImpl
extends XMLDocumentScannerImpl {

View File

@ -77,7 +77,6 @@ import java.io.IOException;
*
* @author Michael Glavassevich, IBM
* @author Neil Graham, IBM
* @version $Id: XML11EntityScanner.java,v 1.5 2010-11-01 04:39:40 joehw Exp $
*/
public class XML11EntityScanner

View File

@ -108,7 +108,6 @@ import javax.xml.stream.events.XMLEvent;
* @author Elena Litani, IBM
* @author Michael Glavassevich, IBM
* @author Sunitha Reddy, Sun Microsystems
* @version $Id: XML11NSDocumentScannerImpl.java,v 1.6 2010-11-01 04:39:40 joehw Exp $
*/
public class XML11NSDocumentScannerImpl extends XML11DocumentScannerImpl {

View File

@ -69,7 +69,6 @@ import com.sun.xml.internal.stream.Entity;
* @author Glenn Marcy, IBM
* @author Eric Ye, IBM
*
* @version $Id: XMLDTDScannerImpl.java,v 1.8 2010-11-01 04:39:41 joehw Exp $
*/
public class XMLDTDScannerImpl
extends XMLScanner

View File

@ -78,7 +78,6 @@ import javax.xml.stream.events.XMLEvent;
* @author Arnaud Le Hors, IBM
* @author Eric Ye, IBM
* @author Sunitha Reddy, SUN Microsystems
* @version $Id: XMLDocumentFragmentScannerImpl.java,v 1.19 2010-11-02 19:54:55 joehw Exp $
*
*/
public class XMLDocumentFragmentScannerImpl

View File

@ -65,7 +65,6 @@ import javax.xml.stream.events.XMLEvent;
* Refer to the table in unit-test javax.xml.stream.XMLStreamReaderTest.SupportDTD for changes
* related to property SupportDTD.
* @author Joe Wang, Sun Microsystems
* @version $Id: XMLDocumentScannerImpl.java,v 1.17 2010-11-01 04:39:41 joehw Exp $
*/
public class XMLDocumentScannerImpl
extends XMLDocumentFragmentScannerImpl{

View File

@ -83,7 +83,6 @@ import java.util.StringTokenizer;
* @author K.Venugopal SUN Microsystems
* @author Neeraj Bajaj SUN Microsystems
* @author Sunitha Reddy SUN Microsystems
* @version $Id: XMLEntityManager.java,v 1.17 2010-11-01 04:39:41 joehw Exp $
*/
public class XMLEntityManager implements XMLComponent, XMLEntityResolver {

View File

@ -111,7 +111,6 @@ import org.xml.sax.ErrorHandler;
* @author Eric Ye, IBM
* @author Andy Clark, IBM
*
* @version $Id: XMLErrorReporter.java,v 1.5 2010-11-01 04:39:41 joehw Exp $
*/
public class XMLErrorReporter
implements XMLComponent {

View File

@ -58,7 +58,6 @@ import javax.xml.stream.events.XMLEvent;
* @author Neeraj Bajaj, Sun Microsystems
* @author Venugopal Rao K, Sun Microsystems
* @author Elena Litani, IBM
* @version $Id: XMLNSDocumentScannerImpl.java,v 1.11 2010-11-01 04:39:41 joehw Exp $
*/
public class XMLNSDocumentScannerImpl
extends XMLDocumentScannerImpl {

View File

@ -97,7 +97,6 @@ import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
*
* @author Andy Clark, IBM
*
* @version $Id: XMLNamespaceBinder.java,v 1.4 2010-11-01 04:39:41 joehw Exp $
*/
public class XMLNamespaceBinder
implements XMLComponent, XMLDocumentFilter {

View File

@ -69,7 +69,6 @@ import com.sun.xml.internal.stream.Entity;
* @author Eric Ye, IBM
* @author K.Venugopal SUN Microsystems
* @author Sunitha Reddy, SUN Microsystems
* @version $Id: XMLScanner.java,v 1.12 2010-11-01 04:39:41 joehw Exp $
*/
public abstract class XMLScanner
implements XMLComponent {

View File

@ -32,7 +32,6 @@ import com.sun.org.apache.xerces.internal.xni.XNIException;
* @xerces.internal
*
* @author Michael Glavassevich, IBM
* @version $Id: BalancedDTDGrammar.java,v 1.1 2010/08/11 07:18:38 joehw Exp $
*/
final class BalancedDTDGrammar extends DTDGrammar {

View File

@ -101,7 +101,6 @@ import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDSource;
* @author Andy Clark, IBM
* @author Neil Graham, IBM
*
* @version $Id: DTDGrammar.java,v 1.4 2010/08/11 07:18:37 joehw Exp $
*/
public class DTDGrammar
implements XMLDTDHandler, XMLDTDContentModelHandler, EntityState, Grammar {

View File

@ -75,7 +75,6 @@ import com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl;
* @xerces.internal
*
* @author Neil Graham, IBM
* @version $Id: XMLDTDDescription.java,v 1.4 2010/08/11 07:18:38 joehw Exp $
*/
public class XMLDTDDescription extends XMLResourceIdentifierImpl
implements com.sun.org.apache.xerces.internal.xni.grammars.XMLDTDDescription {

View File

@ -108,7 +108,6 @@ import com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource;
* @author Neil Graham, IBM
* @author Michael Glavassevich, IBM
*
* @version $Id: XMLDTDLoader.java,v 1.6 2010-11-01 04:39:42 joehw Exp $
*/
public class XMLDTDLoader
extends XMLDTDProcessor

View File

@ -113,7 +113,6 @@ import com.sun.org.apache.xerces.internal.xni.parser.XMLDTDSource;
*
* @author Neil Graham, IBM
*
* @version $Id: XMLDTDProcessor.java,v 1.5 2010-11-01 04:39:42 joehw Exp $
*/
public class XMLDTDProcessor
implements XMLComponent, XMLDTDFilter, XMLDTDContentModelFilter {

View File

@ -83,7 +83,6 @@ import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
* @author Jeffrey Rodriguez IBM
* @author Neil Graham, IBM
*
* @version $Id: XMLDTDValidator.java,v 1.8 2010-11-01 04:39:42 joehw Exp $
*/
public class XMLDTDValidator
implements XMLComponent, XMLDocumentFilter, XMLDTDValidatorFilter, RevalidationHandler {

View File

@ -68,7 +68,6 @@ import com.sun.org.apache.xerces.internal.xni.QName;
/**
* @version $Id: DFAContentModel.java,v 1.4 2010/08/06 23:49:43 joehw Exp $
* DFAContentModel is the derivative of ContentModel that does
* all of the non-trivial element content validation. This class does
* the conversion from the regular expression to the DFA that
@ -82,7 +81,6 @@ import com.sun.org.apache.xerces.internal.xni.QName;
*
* @xerces.internal
*
* @version $Id: DFAContentModel.java,v 1.4 2010/08/06 23:49:43 joehw Exp $
*/
public class DFAContentModel
implements ContentModelValidator {

View File

@ -32,7 +32,6 @@ import com.sun.org.apache.xerces.internal.utils.ObjectFactory;
*
* @author Sandy Gao, IBM
*
* @version $Id: DTDDVFactory.java,v 1.6 2010-11-01 04:39:43 joehw Exp $
*/
public abstract class DTDDVFactory {

View File

@ -35,7 +35,6 @@ import java.util.MissingResourceException;
*
* @author Sandy Gao, IBM
*
* @version $Id: DatatypeException.java,v 1.6 2010-11-01 04:39:43 joehw Exp $
*/
public class DatatypeException extends Exception {

View File

@ -40,7 +40,6 @@ import com.sun.org.apache.xerces.internal.utils.ObjectFactory;
*
* @author Sandy Gao, IBM
*
* @version $Id: SchemaDVFactory.java,v 1.6 2010-11-01 04:39:43 joehw Exp $
*/
public abstract class SchemaDVFactory {

View File

@ -29,7 +29,6 @@ import java.util.Locale;
* @xerces.internal
*
* @author Sandy Gao, IBM
* @version $Id: ValidationContext.java,v 1.6 2010/07/23 02:09:29 joehw Exp $
*/
public interface ValidationContext {
// whether to validate against facets

View File

@ -31,7 +31,6 @@ import com.sun.org.apache.xerces.internal.xs.datatypes.ByteList;
*
* @author Ankit Pasricha, IBM
*
* @version $Id: ByteListImpl.java,v 1.7 2010-11-01 04:39:46 joehw Exp $
*/
public class ByteListImpl extends AbstractList implements ByteList {

View File

@ -47,7 +47,6 @@ import com.sun.org.apache.xerces.internal.xs.datatypes.XSDateTime;
* @author Len Berman
* @author Gopal Sharma, SUN Microsystems Inc.
*
* @version $Id: AbstractDateTimeDV.java,v 1.7 2010-11-01 04:39:46 joehw Exp $
*/
public abstract class AbstractDateTimeDV extends TypeValidator {

View File

@ -33,7 +33,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.util.ByteListImpl;
* @author Neeraj Bajaj, Sun Microsystems, inc.
* @author Sandy Gao, IBM
*
* @version $Id: Base64BinaryDV.java,v 1.7 2010-11-01 04:39:46 joehw Exp $
*/
public class Base64BinaryDV extends TypeValidator {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.xs.XSObjectList;
* @author Neeraj Bajaj, Sun Microsystems, inc.
* @author Sandy Gao, IBM
*
* @version $Id: BaseDVFactory.java,v 1.7 2010-11-01 04:39:46 joehw Exp $
*/
public class BaseDVFactory extends SchemaDVFactory {

View File

@ -38,7 +38,6 @@ import com.sun.org.apache.xerces.internal.xs.XSObjectList;
* @author Sandy Gao, IBM
* @author Khaled Noaman, IBM
*
* @version $Id: BaseSchemaDVFactory.java,v 1.2 2010-10-26 23:01:03 joehw Exp $
*/
public abstract class BaseSchemaDVFactory extends SchemaDVFactory {

View File

@ -34,7 +34,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
* @author Elena Litani
* @author Gopal Sharma, SUN Microsystems Inc.
*
* @version $Id: DateDV.java,v 1.7 2010-11-01 04:39:46 joehw Exp $
*/
public class DateDV extends DateTimeDV {

View File

@ -36,7 +36,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
* @author Elena Litani
* @author Gopal Sharma, SUN Microsystem Inc.
*
* @version $Id: DateTimeDV.java,v 1.7 2010-11-01 04:39:46 joehw Exp $
*/
public class DateTimeDV extends AbstractDateTimeDV {

View File

@ -33,7 +33,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
*
* @author Elena Litani
* @author Gopal Sharma, SUN Microsystem Inc.
* @version $Id: DayDV.java,v 1.7 2010-11-01 04:39:46 joehw Exp $
*/
public class DayDV extends AbstractDateTimeDV {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
*
* @author Ankit Pasricha, IBM
*
* @version $Id: DayTimeDurationDV.java,v 1.6 2010-11-01 04:39:46 joehw Exp $
*/
class DayTimeDurationDV extends DurationDV {

View File

@ -32,7 +32,6 @@ import com.sun.org.apache.xerces.internal.xs.datatypes.XSDouble;
* @author Neeraj Bajaj, Sun Microsystems, inc.
* @author Sandy Gao, IBM
*
* @version $Id: DoubleDV.java,v 1.7 2010-11-01 04:39:46 joehw Exp $
*/
public class DoubleDV extends TypeValidator {

View File

@ -36,7 +36,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
*
* @author Elena Litani
* @author Gopal Sharma, SUN Microsystem Inc.
* @version $Id: DurationDV.java,v 1.7 2010-11-01 04:39:47 joehw Exp $
*/
public class DurationDV extends AbstractDateTimeDV {

View File

@ -32,7 +32,6 @@ import com.sun.org.apache.xerces.internal.util.SymbolHash;
*
* @author Khaled Noaman, IBM
*
* @version $Id: ExtendedSchemaDVFactoryImpl.java,v 1.2 2010-10-26 23:01:03 joehw Exp $
*/
public class ExtendedSchemaDVFactoryImpl extends BaseSchemaDVFactory {

View File

@ -32,7 +32,6 @@ import com.sun.org.apache.xerces.internal.xs.datatypes.XSFloat;
* @author Neeraj Bajaj, Sun Microsystems, inc.
* @author Sandy Gao, IBM
*
* @version $Id: FloatDV.java,v 1.7 2010-11-01 04:39:47 joehw Exp $
*/
public class FloatDV extends TypeValidator {

View File

@ -33,7 +33,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.util.HexBin;
* @author Neeraj Bajaj, Sun Microsystems, inc.
* @author Sandy Gao, IBM
*
* @version $Id: HexBinaryDV.java,v 1.7 2010-11-01 04:39:47 joehw Exp $
*/
public class HexBinaryDV extends TypeValidator {

View File

@ -34,7 +34,6 @@ import com.sun.org.apache.xerces.internal.xs.datatypes.ObjectList;
* @author Neeraj Bajaj, Sun Microsystems, inc.
* @author Sandy Gao, IBM
*
* @version $Id: ListDV.java,v 1.7 2010-11-01 04:39:47 joehw Exp $
*/
public class ListDV extends TypeValidator{

View File

@ -34,7 +34,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
* @author Elena Litani
* @author Gopal Sharma, SUN Microsystem Inc.
*
* @version $Id: MonthDV.java,v 1.8 2010-11-01 04:39:47 joehw Exp $
*/
public class MonthDV extends AbstractDateTimeDV {

View File

@ -34,7 +34,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
* @author Elena Litani
* @author Gopal Sharma, SUN Microsystem Inc.
*
* @version $Id: MonthDayDV.java,v 1.7 2010-11-01 04:39:47 joehw Exp $
*/
public class MonthDayDV extends AbstractDateTimeDV {

View File

@ -32,7 +32,6 @@ import com.sun.org.apache.xerces.internal.util.SymbolHash;
* @author Neeraj Bajaj, Sun Microsystems, inc.
* @author Sandy Gao, IBM
*
* @version $Id: SchemaDVFactoryImpl.java,v 1.7 2010-11-01 04:39:47 joehw Exp $
*/
public class SchemaDVFactoryImpl extends BaseSchemaDVFactory {

View File

@ -34,7 +34,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
* @author Elena Litani
* @author Gopal Sharma, SUN Microsystem Inc.
*
* @version $Id: TimeDV.java,v 1.7 2010-11-01 04:39:47 joehw Exp $
*/
public class TimeDV extends AbstractDateTimeDV {

View File

@ -60,7 +60,6 @@ import org.w3c.dom.TypeInfo;
* @author Sandy Gao, IBM
* @author Neeraj Bajaj, Sun Microsystems, inc.
*
* @version $Id: XSSimpleTypeDecl.java 3029 2011-04-24 17:50:18Z joehw $
*/
public class XSSimpleTypeDecl implements XSSimpleType, TypeInfo {

View File

@ -39,7 +39,6 @@ import com.sun.org.apache.xerces.internal.xs.XSTypeDefinition;
*
* @xerces.internal
*
* @version $Id: XSSimpleTypeDelegate.java,v 1.3 2010-11-01 04:39:47 joehw Exp $
*/
public class XSSimpleTypeDelegate
implements XSSimpleType {

View File

@ -34,7 +34,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
* @author Elena Litani
* @author Gopal Sharma, SUN Microsystem Inc.
*
* @version $Id: YearDV.java,v 1.7 2010-11-01 04:39:47 joehw Exp $
*/
public class YearDV extends AbstractDateTimeDV {

View File

@ -34,7 +34,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
* @author Elena Litani
* @author Gopal Sharma, SUN Microsystem Inc.
*
* @version $Id: YearMonthDV.java,v 1.7 2010-11-01 04:39:47 joehw Exp $
*/
public class YearMonthDV extends AbstractDateTimeDV{

View File

@ -34,7 +34,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.ValidationContext;
*
* @author Ankit Pasricha, IBM
*
* @version $Id: YearMonthDurationDV.java,v 1.6 2010-11-01 04:39:47 joehw Exp $
*/
class YearMonthDurationDV extends DurationDV {

View File

@ -33,7 +33,6 @@ import java.util.ResourceBundle;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter implements MessageFormatter {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter_de.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter_de implements MessageFormatter {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter_es.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter_es implements MessageFormatter {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter_fr.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter_fr implements MessageFormatter {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter_it.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter_it implements MessageFormatter {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter_ja.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter_ja implements MessageFormatter {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter_ko.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter_ko implements MessageFormatter {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter_pt_BR.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter_pt_BR implements MessageFormatter {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter_sv.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter_sv implements MessageFormatter {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter_zh_CN.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter_zh_CN implements MessageFormatter {

View File

@ -35,7 +35,6 @@ import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
* @xerces.internal
*
* @author Eric Ye, IBM
* @version $Id: XMLMessageFormatter_zh_TW.java 3094 2012-03-21 05:50:01Z joehw $
*
*/
public class XMLMessageFormatter_zh_TW implements MessageFormatter {

View File

@ -34,7 +34,6 @@ import java.util.Locale;
* @xerces.internal
*
* @author Elena Litani, IBM
* @version $Id: ValidationState.java,v 1.7 2010-11-01 04:39:53 joehw Exp $
*/
public class ValidationState implements ValidationContext {

View File

@ -22,7 +22,6 @@
package com.sun.org.apache.xerces.internal.impl.xpath.regex;
/**
* @version $Id: CaseInsensitiveMap.java,v 1.1 2010/07/27 06:29:27 joehw Exp $
*/
public class CaseInsensitiveMap {

View File

@ -29,7 +29,6 @@ import java.util.Locale;
* @xerces.internal
*
* @author TAMURA Kent &lt;kent@trl.ibm.co.jp&gt;
* @version $Id: ParserForXMLSchema.java,v 1.9 2010-11-12 18:09:45 joehw Exp $
*/
class ParserForXMLSchema extends RegexParser {

View File

@ -31,7 +31,6 @@ import java.util.Vector;
*
* @xerces.internal
*
* @version $Id: RegexParser.java,v 1.8 2010-11-01 04:39:54 joehw Exp $
*/
class RegexParser {
static final int T_CHAR = 0;

View File

@ -486,7 +486,6 @@ import com.sun.org.apache.xerces.internal.util.IntStack;
* @xerces.internal
*
* @author TAMURA Kent &lt;kent@trl.ibm.co.jp&gt;
* @version $Id: RegularExpression.java,v 1.9 2010/07/27 05:02:34 joehw Exp $
*/
public class RegularExpression implements java.io.Serializable {

View File

@ -28,7 +28,6 @@ import java.util.Hashtable;
*
* @xerces.internal
*
* @version $Id: Token.java,v 1.7 2010/07/27 05:02:34 joehw Exp $
*/
class Token implements java.io.Serializable {

View File

@ -75,7 +75,6 @@ import org.xml.sax.SAXException;
* @author Sandy Gao, IBM
* @author Elena Litani, IBM
*
* @version $Id: SchemaGrammar.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
*/
public class SchemaGrammar implements XSGrammar, XSNamespaceItem {

View File

@ -35,7 +35,6 @@ import java.util.Vector;
*
* @author Sandy Gao, IBM
*
* @version $Id: SubstitutionGroupHandler.java,v 1.6 2010-11-01 04:39:55 joehw Exp $
*/
public class SubstitutionGroupHandler {

View File

@ -98,7 +98,6 @@ import org.xml.sax.InputSource;
* @xerces.internal
*
* @author Neil Graham, IBM
* @version $Id: XMLSchemaLoader.java,v 1.10 2010-11-01 04:39:55 joehw Exp $
*/
public class XMLSchemaLoader implements XMLGrammarLoader, XMLComponent,

View File

@ -107,7 +107,6 @@ import com.sun.org.apache.xerces.internal.parsers.XMLParser;
* @author Elena Litani IBM
* @author Andy Clark IBM
* @author Neeraj Bajaj, Sun Microsystems, inc.
* @version $Id: XMLSchemaValidator.java,v 1.16 2010-11-01 04:39:55 joehw Exp $
*/
public class XMLSchemaValidator
implements XMLComponent, XMLDocumentFilter, FieldActivator, RevalidationHandler {

View File

@ -41,7 +41,6 @@ import com.sun.org.apache.xerces.internal.xs.XSSimpleTypeDefinition;
*
* @author Elena Litani, IBM
* @author Sandy Gao, IBM
* @version $Id: XSAttributeDecl.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
*/
public class XSAttributeDecl implements XSAttributeDeclaration {

View File

@ -39,7 +39,6 @@ import com.sun.org.apache.xerces.internal.xs.XSWildcard;
* @author Sandy Gao, IBM
* @author Rahul Srivastava, Sun Microsystems Inc.
*
* @version $Id: XSAttributeGroupDecl.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
*/
public class XSAttributeGroupDecl implements XSAttributeGroupDefinition {

View File

@ -36,7 +36,6 @@ import com.sun.org.apache.xerces.internal.xs.XSObjectList;
* @xerces.internal
*
* @author Sandy Gao, IBM
* @version $Id: XSAttributeUseImpl.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
*/
public class XSAttributeUseImpl implements XSAttributeUse {

View File

@ -36,7 +36,6 @@ import org.w3c.dom.TypeInfo;
*
* @author Elena Litani, IBM
* @author Sandy Gao, IBM
* @version $Id: XSComplexTypeDecl.java,v 1.8 2010-11-01 04:39:55 joehw Exp $
*/
public class XSComplexTypeDecl implements XSComplexTypeDefinition, TypeInfo {

View File

@ -45,7 +45,6 @@ import com.sun.org.apache.xerces.internal.xs.XSTypeDefinition;
*
* @author Sandy Gao, IBM
*
* @version $Id: XSConstraints.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
*/
public class XSConstraints {

View File

@ -34,7 +34,6 @@ import com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription;
* @author Neil Graham, IBM
* @author Neeraj Bajaj, SUN Microsystems.
*
* @version $Id: XSDDescription.java,v 1.6 2010-11-01 04:39:55 joehw Exp $
*/
public class XSDDescription extends XMLResourceIdentifierImpl
implements XMLSchemaDescription {

View File

@ -33,7 +33,6 @@ import com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl;
* @xerces.internal
*
* @author Elena Litani, IBM
* @version $Id: XSDeclarationPool.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
*/
public final class XSDeclarationPool {
/** Chunk shift (8). */

View File

@ -43,7 +43,6 @@ import com.sun.org.apache.xerces.internal.xs.XSTypeDefinition;
*
* @author Elena Litani, IBM
* @author Sandy Gao, IBM
* @version $Id: XSElementDecl.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
*/
public class XSElementDecl implements XSElementDeclaration {

View File

@ -31,7 +31,6 @@ import java.util.Vector;
* @xerces.internal
*
* @author Sandy Gao, IBM
* @version $Id: XSGrammarBucket.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
*/
public class XSGrammarBucket {

Some files were not shown because too many files have changed in this diff Show More