[kaffe] kaffe-1.1.6 fails to compile xerces-2.6.2

Joshua Nichols joshua.nichols at gmail.com
Tue Sep 20 19:58:37 PDT 2005


I'm trying to get xerces-2.6.2 to compile with kaffe-1.1.6, and I get
severe compile errors, as follows this message.

I spoke with dalibor in #kaffe a bit, and suggested that it might be
related to some new Java 1.5 XML stuff. Sure enough, it fails pretty
similarly with Sun's JDK.

dalibor also suggested prepending the Jar from gnu-jaxp to the
bootclasspath, but that doesn't seem to improve anything.

Incidentally, I'm working with Gentoo to get kaffe working as a system
VM used for build our other packages, so I'm sure you'll be hearing
more from me :)

-Josh Nichols

init:
     [echo] ---------------- Xerces-J 2.6.2 [1999-2004] ---------------

prepare:

prepare-common:

prepare-src:

compile:
    [javac] Compiling 422 source files to /root/xerces-2_6_2/build/classes

    [javac] Found 13 semantic errors and issued 5 warnings compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/NodeImpl.java":

    [javac]                               <-------
    [javac]    118. public abstract class NodeImpl
    [javac]    119.     implements Node, NodeList, EventTarget,
Cloneable, Serializable{
    [javac]        
------------------------------------------------------------------>
    [javac] *** Semantic Error: The return type of method
"org.apache.xerces.dom3.TypeInfo getSchemaTypeInfo();" does not match
the return type of the accessible method "org.w3c.dom.TypeInfo
getSchemaTypeInfo();" declared in type "org.w3c.dom.Element".


    [javac]                               <-------
    [javac]    118. public abstract class NodeImpl
    [javac]    119.     implements Node, NodeList, EventTarget,
Cloneable, Serializable{
    [javac]        
------------------------------------------------------------------>
    [javac] *** Semantic Error: The return type of method
"org.apache.xerces.dom3.TypeInfo getSchemaTypeInfo();" does not match
the return type of the accessible method "org.w3c.dom.TypeInfo
getSchemaTypeInfo();" declared in type "org.w3c.dom.Attr".


    [javac]                               <-------
    [javac]    118. public abstract class NodeImpl
    [javac]    119.     implements Node, NodeList, EventTarget,
Cloneable, Serializable{
    [javac]        
------------------------------------------------------------------>
    [javac] *** Semantic Error: The return type of method
"org.apache.xerces.dom3.DOMConfiguration getDomConfig();" does not
match the return type of the accessible method
"org.w3c.dom.DOMConfiguration getDomConfig();" declared in type
"org.w3c.dom.Document".


    [javac]    163.     public static final short
DOCUMENT_POSITION_DISCONNECTED = 0x01;
    [javac]                                       ^----------------------------^
    [javac] *** Semantic Warning: Field
"DOCUMENT_POSITION_DISCONNECTED" shadows a field of the same name in
"org.w3c.dom.Node".


    [javac]    164.     public static final short
DOCUMENT_POSITION_PRECEDING = 0x02;
    [javac]                                       ^-------------------------^
    [javac] *** Semantic Warning: Field "DOCUMENT_POSITION_PRECEDING"
shadows a field of the same name in "org.w3c.dom.Node".


    [javac]    165.     public static final short
DOCUMENT_POSITION_FOLLOWING = 0x04;
    [javac]                                       ^-------------------------^
    [javac] *** Semantic Warning: Field "DOCUMENT_POSITION_FOLLOWING"
shadows a field of the same name in "org.w3c.dom.Node".


    [javac]    166.     public static final short
DOCUMENT_POSITION_CONTAINS = 0x08;
    [javac]                                       ^------------------------^
    [javac] *** Semantic Warning: Field "DOCUMENT_POSITION_CONTAINS"
shadows a field of the same name in "org.w3c.dom.Node".


    [javac]    168.     public static final short
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20;
    [javac]                                      
^---------------------------------------^
    [javac] *** Semantic Warning: Field
"DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" shadows a field of the
same name in "org.w3c.dom.Node".


    [javac]    355.             return (CoreDocumentImpl) ownerNode;
    [javac]                             ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    379.         CoreDocumentImpl cd =
(CoreDocumentImpl)(this.getOwnerDocument());
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    379.         CoreDocumentImpl cd =
(CoreDocumentImpl)(this.getOwnerDocument());
    [javac]                                        ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    897.            otherNode =
((AttrImpl)otherAncestor).getOwnerElement();
    [javac]                                  ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1040.           int otherDocNum =
((CoreDocumentImpl)otherOwnerDoc).getNodeNumber();
    [javac]                                       ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]   1041.           int thisDocNum =
((CoreDocumentImpl)thisOwnerDoc).getNodeNumber();
    [javac]                                      ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]   1138.             thisNode =
((AttrImpl)thisAncestor).getOwnerElement();
    [javac]                                  ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1140.               otherNode =
((AttrImpl)otherAncestor).getOwnerElement();
    [javac]                                     ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1184.             otherNode =
((AttrImpl)otherAncestor).getOwnerElement();
    [javac]                                   ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1515.                 return
lookupNamespacePrefix(namespaceURI, (ElementImpl)this);
    [javac]                                                           
         ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.

    [javac] Found 2 semantic errors and issued 1 warning compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/ParentNode.java":

    [javac]    330.         boolean errorChecking = ownerDocument.errorChecking;
    [javac]                                                       ^-----------^
    [javac] *** Semantic Error: The field "errorChecking" in type
"org.apache.xerces.dom.CoreDocumentImpl" has protected access and is
not accessible here.


    [javac]    524.         CoreDocumentImpl ownerDocument = ownerDocument();
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    524.         CoreDocumentImpl ownerDocument = ownerDocument();
    [javac]                                  ^-----------^
    [javac] *** Semantic Warning: Local "ownerDocument" shadows a
field of the same name in "org.apache.xerces.dom.ParentNode".

    [javac] Found 10 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/ElementImpl.java":

    [javac]    122.         this.name = name;
    [javac]                      ^--^
    [javac] *** Semantic Error: The instance field "name" in class
"org.apache.xerces.dom.ElementImpl" has protected access, but the
qualifying expression is not of type
"org.apache.xerces.dom.ElementImpl" or any of its enclosing types.


    [javac]    190.         ElementImpl newnode = (ElementImpl)
super.cloneNode(deep);
    [javac]                 ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    190.         ElementImpl newnode = (ElementImpl)
super.cloneNode(deep);
    [javac]                                        ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    193.             newnode.attributes = (AttributeMap)
attributes.cloneMap(newnode);
    [javac]                                                        
^--------------------------^
    [javac] *** Semantic Error: Ambiguous invocation of method
"cloneMap". At least two methods are accessible from here:
"org.apache.xerces.dom.NamedNodeMapImpl
cloneMap(org.apache.xerces.dom.NodeImpl ownerNode);" declared in type
"org.apache.xerces.dom.AttributeMap" and "java.util.Vector
cloneMap(java.util.Vector $1);" declared in type
"org.apache.xerces.dom.NamedNodeMapImpl".


    [javac]    692.                 ((AttrNSImpl)newAttr).name=
(prefix!=null)?(prefix+":"+localName):localName;
    [javac]                                               ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.AttrNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    701.                 newAttr = new
AttrNSImpl((CoreDocumentImpl)getOwnerDocument(), namespaceURI,
qualifiedName, localName);
    [javac]                                  
^------------------------------------------------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "AttrNSImpl(??, java.lang.String,
java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.AttrNSImpl". Perhaps you wanted the overloaded
version "AttrNSImpl(?? ownerDocument, java.lang.String namespaceURI,
java.lang.String qualifiedName, java.lang.String localName);" instead?


    [javac]    701.                 newAttr = new
AttrNSImpl((CoreDocumentImpl)getOwnerDocument(), namespaceURI,
qualifiedName, localName);
    [javac]                                                   ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    961.         ((AttrImpl) at).isIdAttribute(makeId);
    [javac]                   ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1000.         ((AttrImpl) at).isIdAttribute(makeId);
    [javac]                   ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1039.         ((AttrImpl) at).isIdAttribute(makeId);
    [javac]                   ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.

    [javac] Found 1 semantic error compiling
"/root/xerces-2_6_2/build/src/org/apache/html/dom/HTMLElementImpl.java":

    [javac]    219.         return super.getAttributeNode(
attrName.toLowerCase(Locale.ENGLISH) );
    [javac]                       
^------------------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload for a method
with signature "getAttributeNode(java.lang.String)" was found in type
"org.apache.xerces.dom.ElementImpl". Perhaps you wanted the overloaded
version "org.w3c.dom.Attr getAttributeNode(java.lang.String name);"
instead?

    [javac] Found 1 semantic error compiling
"/root/xerces-2_6_2/build/src/org/apache/html/dom/HTMLAnchorElementImpl.java":

    [javac]    182.         return capitalize( getAttribute( "shape" ) );
    [javac]                        ^-----------------------------------^
    [javac] *** Semantic Error: The method "java.lang.String
capitalize(java.lang.String value);" in type
"org.apache.html.dom.HTMLElementImpl" has default access and is not
accessible here.

    [javac] Found 44 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/CoreDocumentImpl.java":

    [javac]    347.         CoreDocumentImpl newdoc = new CoreDocumentImpl();
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    347.         CoreDocumentImpl newdoc = new CoreDocumentImpl();
    [javac]                                               ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    429.             docElement = (ElementImpl)newChild;
    [javac]                                   ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    482.             docElement = (ElementImpl)newChild;
    [javac]                                   ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    557.         return new AttrImpl(this, name);
    [javac]                            ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    572.         return new CDATASectionImpl(this, data);
    [javac]                        ^------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"CDATASectionImpl(org.apache.xerces.dom.CoreDocumentImpl,
java.lang.String)" in type "org.apache.xerces.dom.CDATASectionImpl".
Perhaps you wanted the overloaded version "CDATASectionImpl(??
ownerDoc, java.lang.String data);" instead?


    [javac]    581.         return new CommentImpl(this, data);
    [javac]                        ^-------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"CommentImpl(org.apache.xerces.dom.CoreDocumentImpl,
java.lang.String)" in type "org.apache.xerces.dom.CommentImpl".
Perhaps you wanted the overloaded version "CommentImpl(?? ownerDoc,
java.lang.String data);" instead?


    [javac]    589.         return new DocumentFragmentImpl(this);
    [javac]                        ^----------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DocumentFragmentImpl(org.apache.xerces.dom.CoreDocumentImpl)" in type
"org.apache.xerces.dom.DocumentFragmentImpl". Perhaps you wanted the
overloaded version "DocumentFragmentImpl(?? ownerDoc);" instead?


    [javac]    611.         return new ElementImpl(this, tagName);
    [javac]                            ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    632.         return new EntityReferenceImpl(this, name);
    [javac]                        ^---------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"EntityReferenceImpl(org.apache.xerces.dom.CoreDocumentImpl,
java.lang.String)" in type
"org.apache.xerces.dom.EntityReferenceImpl". Perhaps you wanted the
overloaded version "EntityReferenceImpl(?? ownerDoc, java.lang.String
name);" instead?


    [javac]    657.         return new ProcessingInstructionImpl(this,
target, data);
    [javac]                       
^-----------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"ProcessingInstructionImpl(org.apache.xerces.dom.CoreDocumentImpl,
java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.ProcessingInstructionImpl". Perhaps you wanted
the overloaded version "ProcessingInstructionImpl(?? ownerDoc,
java.lang.String target, java.lang.String data);" instead?


    [javac]    915.                 ElementImpl el = (ElementImpl) n;
    [javac]                         ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    915.                 ElementImpl el = (ElementImpl) n;
    [javac]                                           ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    942.                         new ElementNSImpl(this,
namespaceURI, name);
    [javac]                                
^-----------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"ElementNSImpl(org.apache.xerces.dom.CoreDocumentImpl,
java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.ElementNSImpl". Perhaps you wanted the
overloaded version "ElementNSImpl(?? ownerDocument, java.lang.String
namespaceURI, java.lang.String qualifiedName) throws
org.w3c.dom.DOMException;" instead?


    [javac]    945.                         copyEventListeners(el, nel);
    [javac]                                 ^-------------------------^
    [javac] *** Semantic Error: No applicable overload for a method
with signature "copyEventListeners(??,
org.apache.xerces.dom.ElementNSImpl)" was found in type
"org.apache.xerces.dom.CoreDocumentImpl". Perhaps you wanted the
overloaded version "void
copyEventListeners(org.apache.xerces.dom.NodeImpl src,
org.apache.xerces.dom.NodeImpl tgt);" instead?


    [javac]    960.                             nel.appendChild(child);
    [javac]                                     ^--------------------^
    [javac] *** Semantic Error: No accessible method with signature
"appendChild(org.w3c.dom.Node)" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    964.                         nel.moveSpecifiedAttributes(el);
    [javac]                                 ^-----------------------------^
    [javac] *** Semantic Error: No accessible method with signature
"moveSpecifiedAttributes(??)" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    967.                         setUserDataTable(nel, data);
    [javac]                                 ^-------------------------^
    [javac] *** Semantic Error: No applicable overload for a method
with signature "setUserDataTable(org.apache.xerces.dom.ElementNSImpl,
java.util.Hashtable)" was found in type
"org.apache.xerces.dom.CoreDocumentImpl". Perhaps you wanted the
overloaded version "void setUserDataTable(org.w3c.dom.Node n,
java.util.Hashtable data);" instead?


    [javac]                                 <----------------------------
    [javac]    970.                         callUserDataHandlers(el, nel,
    [javac]    971.                         UserDataHandler.NODE_RENAMED);
    [javac]         ---------------------------------------------------->
    [javac] *** Semantic Error: No applicable overload for a method
with signature "callUserDataHandlers(??,
org.apache.xerces.dom.ElementNSImpl, short)" was found in type
"org.apache.xerces.dom.CoreDocumentImpl". Perhaps you wanted the
overloaded version "void callUserDataHandlers(org.w3c.dom.Node n,
org.w3c.dom.Node c, short operation);" instead?


    [javac]    975.                            
parent.insertBefore(nel, nextSib);
    [javac]                                    
^-------------------------------^
    [javac] *** Semantic Error: No applicable overload for a method
with signature "insertBefore(org.apache.xerces.dom.ElementNSImpl,
org.w3c.dom.Node)" was found in type "org.w3c.dom.Node". Perhaps you
wanted the overloaded version "org.w3c.dom.Node
insertBefore(org.w3c.dom.Node $1, org.w3c.dom.Node $2) throws
org.w3c.dom.DOMException;" instead?


    [javac]    985.                 AttrImpl at = (AttrImpl) n;
    [javac]                         ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    985.                 AttrImpl at = (AttrImpl) n;
    [javac]                                        ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1010.                         new AttrNSImpl(this,
namespaceURI, name);
    [javac]                                
^--------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"AttrNSImpl(org.apache.xerces.dom.CoreDocumentImpl, java.lang.String,
java.lang.String)" in type "org.apache.xerces.dom.AttrNSImpl". Perhaps
you wanted the overloaded version "AttrNSImpl(?? ownerDocument,
java.lang.String namespaceURI, java.lang.String qualifiedName);"
instead?


    [javac]   1013.                         copyEventListeners(at, nat);
    [javac]                                 ^-------------------------^
    [javac] *** Semantic Error: No applicable overload for a method
with signature "copyEventListeners(??,
org.apache.xerces.dom.AttrNSImpl)" was found in type
"org.apache.xerces.dom.CoreDocumentImpl". Perhaps you wanted the
overloaded version "void
copyEventListeners(org.apache.xerces.dom.NodeImpl src,
org.apache.xerces.dom.NodeImpl tgt);" instead?


    [javac]   1022.                             nat.appendChild(child);
    [javac]                                     ^--------------------^
    [javac] *** Semantic Error: No accessible method with signature
"appendChild(org.w3c.dom.Node)" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]   1027.                         setUserDataTable(nat, data);
    [javac]                                 ^-------------------------^
    [javac] *** Semantic Error: No applicable overload for a method
with signature "setUserDataTable(org.apache.xerces.dom.AttrNSImpl,
java.util.Hashtable)" was found in type
"org.apache.xerces.dom.CoreDocumentImpl". Perhaps you wanted the
overloaded version "void setUserDataTable(org.w3c.dom.Node n,
java.util.Hashtable data);" instead?


    [javac]                                 <----------------------------
    [javac]   1030.                         callUserDataHandlers(at, nat,
    [javac]   1031.                         UserDataHandler.NODE_RENAMED);
    [javac]         ---------------------------------------------------->
    [javac] *** Semantic Error: No applicable overload for a method
with signature "callUserDataHandlers(??,
org.apache.xerces.dom.AttrNSImpl, short)" was found in type
"org.apache.xerces.dom.CoreDocumentImpl". Perhaps you wanted the
overloaded version "void callUserDataHandlers(org.w3c.dom.Node n,
org.w3c.dom.Node c, short operation);" instead?


    [javac]   1035.                             el.setAttributeNode(nat);
    [javac]                                     ^----------------------^
    [javac] *** Semantic Error: No applicable overload for a method
with signature "setAttributeNode(org.apache.xerces.dom.AttrNSImpl)"
was found in type "org.w3c.dom.Element". Perhaps you wanted the
overloaded version "org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr
$1) throws org.w3c.dom.DOMException;" instead?


    [javac]   1314.         return new EntityImpl(this, name);
    [javac]                        ^------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"EntityImpl(org.apache.xerces.dom.CoreDocumentImpl, java.lang.String)"
in type "org.apache.xerces.dom.EntityImpl". Perhaps you wanted the
overloaded version "EntityImpl(?? ownerDoc, java.lang.String name);"
instead?


    [javac]   1337.         return new NotationImpl(this, name);
    [javac]                        ^--------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"NotationImpl(org.apache.xerces.dom.CoreDocumentImpl,
java.lang.String)" in type "org.apache.xerces.dom.NotationImpl".
Perhaps you wanted the overloaded version "NotationImpl(?? ownerDoc,
java.lang.String name);" instead?


    [javac]   1511.                 if (source instanceof AttrImpl) {
    [javac]                                               ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1512.                     AttrImpl attr = (AttrImpl) source;
    [javac]                             ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1512.                     AttrImpl attr = (AttrImpl) source;
    [javac]                                              ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1514.                         AttrImpl newattr =
(AttrImpl) newnode;
    [javac]                                 ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1514.                         AttrImpl newattr =
(AttrImpl) newnode;
    [javac]                                                     ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1679.                 AttrImpl attr = (AttrImpl) node;
    [javac]                         ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1679.                 AttrImpl attr = (AttrImpl) node;
    [javac]                                          ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1746.                
((ElementImpl)node).reconcileDefaultAttributes();
    [javac]                           ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]   1916.         return new ElementNSImpl(this,
namespaceURI, qualifiedName);
    [javac]                       
^--------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"ElementNSImpl(org.apache.xerces.dom.CoreDocumentImpl,
java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.ElementNSImpl". Perhaps you wanted the
overloaded version "ElementNSImpl(?? ownerDocument, java.lang.String
namespaceURI, java.lang.String qualifiedName) throws
org.w3c.dom.DOMException;" instead?


    [javac]   1936.         return new ElementNSImpl(this,
namespaceURI, qualifiedName, localpart);
    [javac]                       
^-------------------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"ElementNSImpl(org.apache.xerces.dom.CoreDocumentImpl,
java.lang.String, java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.ElementNSImpl". Perhaps you wanted the
overloaded version "ElementNSImpl(?? ownerDocument, java.lang.String
namespaceURI, java.lang.String qualifiedName, java.lang.String
localName) throws org.w3c.dom.DOMException;" instead?


    [javac]   1959.         return new AttrNSImpl(this, namespaceURI,
qualifiedName);
    [javac]                       
^-----------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"AttrNSImpl(org.apache.xerces.dom.CoreDocumentImpl, java.lang.String,
java.lang.String)" in type "org.apache.xerces.dom.AttrNSImpl". Perhaps
you wanted the overloaded version "AttrNSImpl(?? ownerDocument,
java.lang.String namespaceURI, java.lang.String qualifiedName);"
instead?


    [javac]   1980.         return new AttrNSImpl(this, namespaceURI,
qualifiedName, localpart);
    [javac]                       
^----------------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"AttrNSImpl(org.apache.xerces.dom.CoreDocumentImpl, java.lang.String,
java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.AttrNSImpl". Perhaps you wanted the overloaded
version "AttrNSImpl(?? ownerDocument, java.lang.String namespaceURI,
java.lang.String qualifiedName, java.lang.String localName);" instead?


    [javac]   2010.         CoreDocumentImpl newdoc =
(CoreDocumentImpl) super.clone();
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]   2010.         CoreDocumentImpl newdoc =
(CoreDocumentImpl) super.clone();
    [javac]                                            ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 9 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/DocumentImpl.java":

    [javac]    192.         DocumentImpl newdoc = new DocumentImpl();
    [javac]                 ^----------^
    [javac] *** Semantic Error: Type "DocumentImpl" was not found.


    [javac]    192.         DocumentImpl newdoc = new DocumentImpl();
    [javac]                                           ^----------^
    [javac] *** Semantic Error: Type "DocumentImpl" was not found.


    [javac]    193.         callUserDataHandlers(this, newdoc,
UserDataHandler.NODE_CLONED);
    [javac]                
^-------------------------------------------------------------^
    [javac] *** Semantic Error: The method "void
callUserDataHandlers(org.w3c.dom.Node n, org.w3c.dom.Node c, short
operation);" in type "org.apache.xerces.dom.CoreDocumentImpl" has
default access and is not accessible here.


    [javac]    194.         cloneNode(newdoc, deep);
    [javac]                 ^---------------------^
    [javac] *** Semantic Error: No applicable overload for a method
with signature "cloneNode(??, boolean)" was found in type
"org.apache.xerces.dom.DocumentImpl". Perhaps you wanted the
overloaded version "org.w3c.dom.Node cloneNode(boolean deep);"
instead?


    [javac]                                         <-------------------------
    [javac]    259.         NodeIterator iterator = new NodeIteratorImpl(this,
    [javac]    . . .
    [javac]    263.                                                   
  entityReferenceExpansion);
    [javac]        
----------------------------------------------------------------------------->
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"NodeIteratorImpl(org.apache.xerces.dom.DocumentImpl,
org.w3c.dom.Node, int, org.w3c.dom.traversal.NodeFilter, boolean)" in
type "org.apache.xerces.dom.NodeIteratorImpl". Perhaps you wanted the
overloaded version "NodeIteratorImpl(?? document, org.w3c.dom.Node
root, int whatToShow, org.w3c.dom.traversal.NodeFilter nodeFilter,
boolean entityReferenceExpansion);" instead?


    [javac]    339.         Range range = new RangeImpl(this);
    [javac]                               ^-----------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"RangeImpl(org.apache.xerces.dom.DocumentImpl)" in type
"org.apache.xerces.dom.RangeImpl". Perhaps you wanted the overloaded
version "RangeImpl(?? document);" instead?


    [javac]    990.                     retval.node = (AttrImpl) eventAncestor;
    [javac]                                            ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1079.                         if (p.getNodeType() ==
ATTRIBUTE_NODE) {
    [javac]                                                       
^------------^
    [javac] *** Semantic Error: The field "ATTRIBUTE_NODE" in type
"org.w3c.dom.Node" has public access and is not accessible here.


    [javac]   1080.                             p = (NodeImpl)
((AttrImpl)p).getOwnerElement();
    [javac]                                                      ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.

    [javac] Found 10 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/html/dom/HTMLDocumentImpl.java":

    [javac]    169.                 new Class[] {
HTMLDocumentImpl.class, String.class };
    [javac]                                       ^--------------^
    [javac] *** Semantic Error: Type "HTMLDocumentImpl" was not found.


    [javac]    227.         html = new HTMLHtmlElementImpl( this, "HTML" );
    [javac]                        ^-------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"HTMLHtmlElementImpl(org.apache.html.dom.HTMLDocumentImpl,
java.lang.String)" in type "org.apache.html.dom.HTMLHtmlElementImpl".
Perhaps you wanted the overloaded version "HTMLHtmlElementImpl(??
owner, java.lang.String name);" instead?


    [javac]    288.             head = new HTMLHeadElementImpl( this, "HEAD" );
    [javac]                            ^-------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"HTMLHeadElementImpl(org.apache.html.dom.HTMLDocumentImpl,
java.lang.String)" in type "org.apache.html.dom.HTMLHeadElementImpl".
Perhaps you wanted the overloaded version "HTMLHeadElementImpl(??
owner, java.lang.String name);" instead?


    [javac]    337.             title = new HTMLTitleElementImpl(
this, "TITLE" );
    [javac]                            
^---------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"HTMLTitleElementImpl(org.apache.html.dom.HTMLDocumentImpl,
java.lang.String)" in type "org.apache.html.dom.HTMLTitleElementImpl".
Perhaps you wanted the overloaded version "HTMLTitleElementImpl(??
owner, java.lang.String name);" instead?


    [javac]    383.             body = new HTMLBodyElementImpl( this, "BODY" );
    [javac]                            ^-------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"HTMLBodyElementImpl(org.apache.html.dom.HTMLDocumentImpl,
java.lang.String)" in type "org.apache.html.dom.HTMLBodyElementImpl".
Perhaps you wanted the overloaded version "HTMLBodyElementImpl(??
owner, java.lang.String name);" instead?


    [javac]    408.                 if ( list.getLength() > 0 ) {
    [javac]                              ^--^
    [javac] *** Semantic Error: The variable "list" may be accessed
here before having been definitely assigned a value.


    [javac]    533.         return new HTMLElementImpl( this, tagName );
    [javac]                            ^-------------^
    [javac] *** Semantic Error: Type "HTMLElementImpl" was not found.


    [javac]    670.         HTMLDocumentImpl    clone;
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "HTMLDocumentImpl" was not found.


    [javac]    673.         clone = new HTMLDocumentImpl();
    [javac]                             ^--------------^
    [javac] *** Semantic Error: Type "HTMLDocumentImpl" was not found.


    [javac]    805.                    
HTMLDocumentImpl.class.getClassLoader(), true) );
    [javac]                             ^--------------^
    [javac] *** Semantic Error: Type "HTMLDocumentImpl" was not found.

    [javac] Found 28 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/AttributeMap.java":

    [javac]    126.         AttrImpl argn = (AttrImpl)arg;
    [javac]                 ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    126.         AttrImpl argn = (AttrImpl)arg;
    [javac]                                  ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    142.         AttrImpl previous = null;
    [javac]                 ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    144.             previous = (AttrImpl) nodes.elementAt(i);
    [javac]                                 ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    194.         AttrImpl argn = (AttrImpl)arg;
    [javac]                 ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    194.         AttrImpl argn = (AttrImpl)arg;
    [javac]                                  ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    210.         AttrImpl previous = null;
    [javac]                 ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    212.             previous = (AttrImpl) nodes.elementAt(i);
    [javac]                                 ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    223.                 previous = (AttrImpl) nodes.elementAt(i);
    [javac]                                     ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    303.         return remove((AttrImpl)item, index, addDefault);
    [javac]                                ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    325.         return
remove((AttrImpl)nodes.elementAt(i), i, true);
    [javac]                                ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    332.         CoreDocumentImpl ownerDocument =
ownerNode.ownerDocument();
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    341.                 ((ElementImpl)
ownerNode).getDefaultAttributes();
    [javac]                           ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    353.                            
((AttrNSImpl)clone).namespaceURI = attr.getNamespaceURI();
    [javac]                                                  ^---^
    [javac] *** Semantic Error: An expression of type
"org.apache.xerces.dom.NodeImpl" cannot be cast into type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    362.                                                
(ElementImpl)ownerNode);
    [javac]                                                          ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    439.         AttrImpl n = (AttrImpl)nodes.elementAt(i);
    [javac]                 ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    439.         AttrImpl n = (AttrImpl)nodes.elementAt(i);
    [javac]                               ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    440.         CoreDocumentImpl ownerDocument =
ownerNode.ownerDocument();
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    448.             NamedNodeMapImpl defaults =
((ElementImpl) ownerNode).getDefaultAttributes();
    [javac]                                                   ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    462.                            
((AttrNSImpl)clone).namespaceURI = namespaceURI;
    [javac]                                                  ^---^
    [javac] *** Semantic Error: An expression of type
"org.apache.xerces.dom.NodeImpl" cannot be cast into type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    469.                                                   
         (ElementImpl)ownerNode);
    [javac]                                                           
          ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    510.             new AttributeMap((ElementImpl) ownerNode, null);
    [javac]                                       ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    547.             AttrImpl attr = (AttrImpl)
srcmap.nodes.elementAt(i);
    [javac]                     ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    547.             AttrImpl attr = (AttrImpl)
srcmap.nodes.elementAt(i);
    [javac]                                      ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    570.             AttrImpl attr = (AttrImpl) nodes.elementAt(i);
    [javac]                     ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    570.             AttrImpl attr = (AttrImpl) nodes.elementAt(i);
    [javac]                                      ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    585.                 AttrImpl d = (AttrImpl)
defaults.nodes.elementAt(n);
    [javac]                         ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    585.                 AttrImpl d = (AttrImpl)
defaults.nodes.elementAt(n);
    [javac]                                       ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.

    [javac] Found 18 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/DOMNormalizer.java":

    [javac]    230.             fDocument.clearIdentifiers();
    [javac]                     ^--------------------------^
    [javac] *** Semantic Error: No applicable overload for a method
with signature "clearIdentifiers()" was found in type
"org.apache.xerces.dom.CoreDocumentImpl". Perhaps you wanted the
overloaded version "void clearIdentifiers();" instead?


    [javac]    328.                 ElementImpl elem = (ElementImpl)node;
    [javac]                         ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    328.                 ElementImpl elem = (ElementImpl)node;
    [javac]                                             ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    347.                                    
isAttrValueWF(fErrorHandler, fError, fLocator, attributes,
(AttrImpl)attr, attr.getValue(), fDocument.isXML11Version());
    [javac]                                                           
                                             ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    822.                            
isAttrValueWF(fErrorHandler, fError, fLocator, attributes,
(AttrImpl)attr, attr.getValue(), fDocument.isXML11Version());
    [javac]                                                           
                                     ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    848.                     ((AttrImpl)attr).setIdAttribute(false);
    [javac]                               ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    904.                     ((AttrImpl)attr).setIdAttribute(false);
    [javac]                               ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1327.                                 AttrImpl attr = (AttrImpl)
    [javac]                                         ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1327.                                 AttrImpl attr = (AttrImpl)
    [javac]                                                          ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1328.                                        
((CoreDocumentImpl) fElement.getOwnerDocument()).createAttributeNS(
    [javac]                                                   ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]   1435.                 AttrImpl attr =
(AttrImpl)fAttributes.getItem(attrIndex);
    [javac]                         ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1435.                 AttrImpl attr =
(AttrImpl)fAttributes.getItem(attrIndex);
    [javac]                                          ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1478.             AttrImpl attr =
(AttrImpl)fAttributes.getItem(attrIndex);
    [javac]                     ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1478.             AttrImpl attr =
(AttrImpl)fAttributes.getItem(attrIndex);
    [javac]                                      ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1659.                    
((ElementImpl)currentElement).setIdAttributeNode(attr, true);
    [javac]                               ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]   1674.                                                
((AttrImpl) attr).setSpecified(specified);
    [javac]                                                           ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1806.                         ElementImpl elementNode =
(ElementImpl) fCurrentNode;
    [javac]                                 ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]   1806.                         ElementImpl elementNode =
(ElementImpl) fCurrentNode;
    [javac]                                                           
^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.

    [javac] Found 1 semantic error compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/DocumentTypeImpl.java":

    [javac]     88. public class DocumentTypeImpl 
    [javac]                      ^--------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.xerces.dom.DocumentTypeImpl".

    [javac] Found 7 semantic errors and issued 1 warning compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/AttrImpl.java":

    [javac]    191.         this.name = name;
    [javac]                      ^--^
    [javac] *** Semantic Error: The instance field "name" in class
"org.apache.xerces.dom.AttrImpl" has protected access, but the
qualifying expression is not of type "org.apache.xerces.dom.AttrImpl"
or any of its enclosing types.


    [javac]    272.         AttrImpl clone = (AttrImpl) super.cloneNode(deep);
    [javac]                 ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    272.         AttrImpl clone = (AttrImpl) super.cloneNode(deep);
    [javac]                                   ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    383.         CoreDocumentImpl ownerDocument = ownerDocument();
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    502.         StringBuffer value = new StringBuffer(data);
    [javac]                              ^---^
    [javac] *** Semantic Warning: Local "value" shadows a field of the
same name in "org.apache.xerces.dom.AttrImpl".


    [javac]    749.         CoreDocumentImpl ownerDocument = ownerDocument();
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    933.         CoreDocumentImpl ownerDocument = ownerDocument();
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]   1029.         CoreDocumentImpl ownerDocument = ownerDocument();
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 1 semantic error compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/ElementDefinitionImpl.java":

    [javac]     72. public class ElementDefinitionImpl 
    [javac]                      ^-------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.xerces.dom.ElementDefinitionImpl".

    [javac] Found 1 semantic error compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/CharacterDataImpl.java":

    [javac]    153.         CoreDocumentImpl ownerDocument = ownerDocument();
    [javac]                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 1 semantic error compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/TextImpl.java":

    [javac]     81. public class TextImpl 
    [javac]                      ^------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.xerces.dom.TextImpl".

    [javac] Found 5 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/DeepNodeListImpl.java":

    [javac]    236.                                 ((ElementImpl)
current).getTagName().equals(tagName))
    [javac]                                           ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    246.                                     ElementImpl el
= (ElementImpl) current;
    [javac]                                             ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    246.                                     ElementImpl el
= (ElementImpl) current;
    [javac]                                                           
   ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    256.                                 ElementImpl el =
(ElementImpl) current;
    [javac]                                         ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    256.                                 ElementImpl el =
(ElementImpl) current;
    [javac]                                                          
^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.

    [javac] Found 50 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/AttrNSImpl.java":

    [javac]     77.     extends AttrImpl {
    [javac]                     ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    107.     protected AttrNSImpl(CoreDocumentImpl ownerDocument, 
    [javac]                                  ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    111.         super(ownerDocument, qualifiedName);
    [javac]                 ^----------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "Object(??, java.lang.String)" in type
"java.lang.Object". Perhaps you wanted the overloaded version
"Object();" instead?


    [javac]    127.                
ownerDocument().checkNamespaceWF(qname, colon1, colon2);
    [javac]                         ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    131.                        
ownerDocument().checkQName(null, localName);
    [javac]                                 ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    132.                         if (ownerDocument().errorChecking) {
    [javac]                                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    150.                        
ownerDocument().checkQName(prefix, localName);
    [javac]                                 ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    151.             ownerDocument().checkDOMNSErr(prefix,
namespaceURI);
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    156.     public AttrNSImpl(CoreDocumentImpl ownerDocument, 
    [javac]                               ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    160.         super(ownerDocument, qualifiedName);
    [javac]                 ^----------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "Object(??, java.lang.String)" in type
"java.lang.Object". Perhaps you wanted the overloaded version
"Object();" instead?


    [javac]    167.     protected AttrNSImpl(CoreDocumentImpl ownerDocument, 
    [javac]                                  ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    169.         super(ownerDocument, value);
    [javac]                 ^--------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "Object(??, java.lang.String)" in type
"java.lang.Object". Perhaps you wanted the overloaded version
"Object();" instead?


    [javac]    177.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    178.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    180.                 this.name = qualifiedName;
    [javac]                              ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.AttrNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    192.     public void setValues (CoreDocumentImpl ownerDocument, 
    [javac]                                    ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    197.         super.textNode = null;
    [javac]                       ^------^
    [javac] *** Semantic Error: No accessible field named "textNode"
was found in type "java.lang.Object".


    [javac]    198.         super.flags = 0;
    [javac]                       ^---^
    [javac] *** Semantic Error: No accessible field named "flags" was
found in type "java.lang.Object".


    [javac]    199.         isSpecified(true);
    [javac]                 ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"isSpecified(boolean)" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    200.         hasStringValue(true);
    [javac]                 ^------------------^
    [javac] *** Semantic Error: No accessible method with signature
"hasStringValue(boolean)" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    201.         super.setOwnerDocument(ownerDocument);
    [javac]                 ^-----------------------------------^
    [javac] *** Semantic Error: No accessible method with signature
"setOwnerDocument(??)" was found in type "java.lang.Object".


    [javac]    204.         super.name = qualifiedName;
    [javac]                       ^--^
    [javac] *** Semantic Error: No accessible field named "name" was
found in type "java.lang.Object".


    [javac]    205.         super.value = null;
    [javac]                       ^---^
    [javac] *** Semantic Error: No accessible field named "value" was
found in type "java.lang.Object".


    [javac]    227.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    228.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    248.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    249.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    251.         int index = name.indexOf(':');
    [javac]                             ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.AttrNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    252.         return index < 0 ? null : name.substring(0, index); 
    [javac]                                           ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.AttrNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    273.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    274.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    276.         if (ownerDocument().errorChecking) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    277.             if (isReadOnly()) {
    [javac]                         ^----------^
    [javac] *** Semantic Error: No accessible method with signature
"isReadOnly()" was found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    283.                 if
(!CoreDocumentImpl.isXMLName(prefix,ownerDocument().isXML11Version()))
{
    [javac]                                                           
    ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    302.                 }else if (name.equals("xmlns")) {
    [javac]                                   ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.AttrNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    311.             name = prefix + ":" + localName;
    [javac]                     ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.AttrNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    314.             name = localName;
    [javac]                     ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.AttrNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    326.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    327.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.AttrNSImpl".


    [javac]    337.         if (type !=null){
    [javac]                     ^--^
    [javac] *** Semantic Error: No accessible field named "type" was
found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    338.             if (type instanceof XSSimpleTypeDecl){
    [javac]                         ^--^
    [javac] *** Semantic Error: No accessible field named "type" was
found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    339.                 return ((XSSimpleTypeDecl)type).getName();
    [javac]                                                   ^--^
    [javac] *** Semantic Error: No accessible field named "type" was
found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    341.             return (String)type;
    [javac]                                    ^--^
    [javac] *** Semantic Error: No accessible field named "type" was
found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    354.         if (type !=null){
    [javac]                     ^--^
    [javac] *** Semantic Error: No accessible field named "type" was
found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    355.             if (type instanceof XSSimpleTypeDefinition){
    [javac]                         ^--^
    [javac] *** Semantic Error: No accessible field named "type" was
found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    356.                 return
((XSSimpleTypeDefinition)type).derivedFrom(typeNamespaceArg,typeNameArg,(short)derivationMethod);
    [javac]                                                         ^--^
    [javac] *** Semantic Error: No accessible field named "type" was
found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    366.         if (type !=null) {
    [javac]                     ^--^
    [javac] *** Semantic Error: No accessible field named "type" was
found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    367.             if (type instanceof XSSimpleTypeDecl){
    [javac]                         ^--^
    [javac] *** Semantic Error: No accessible field named "type" was
found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    368.                 return
((XSSimpleTypeDecl)type).getNamespace();
    [javac]                                                   ^--^
    [javac] *** Semantic Error: No accessible field named "type" was
found in type "org.apache.xerces.dom.AttrNSImpl".


    [javac]    370.             return DTD_URI;
    [javac]                            ^-----^
    [javac] *** Semantic Error: No accessible field named "DTD_URI"
was found in type "org.apache.xerces.dom.AttrNSImpl".

    [javac] Found 2 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/CDATASectionImpl.java":

    [javac]     88. public class CDATASectionImpl 
    [javac]                      ^--------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.xerces.dom.CDATASectionImpl".


    [javac]    104.     public CDATASectionImpl(CoreDocumentImpl
ownerDoc, String data) {
    [javac]                                     ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 2 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/CommentImpl.java":

    [javac]     70. public class CommentImpl 
    [javac]                      ^---------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.xerces.dom.CommentImpl".


    [javac]     86.     public CommentImpl(CoreDocumentImpl ownerDoc,
String data) {
    [javac]                                ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 2 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/DocumentFragmentImpl.java":

    [javac]    104. public class DocumentFragmentImpl 
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.xerces.dom.DocumentFragmentImpl".


    [javac]    120.     public DocumentFragmentImpl(CoreDocumentImpl ownerDoc) {
    [javac]                                         ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 2 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/EntityReferenceImpl.java":

    [javac]    120. public class EntityReferenceImpl 
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.xerces.dom.EntityReferenceImpl".


    [javac]    152.     public EntityReferenceImpl(CoreDocumentImpl
ownerDoc, String name) {
    [javac]                                        ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 2 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/ProcessingInstructionImpl.java":

    [javac]     73. public class ProcessingInstructionImpl
    [javac]                      ^-----------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.xerces.dom.ProcessingInstructionImpl".


    [javac]     95.     public
ProcessingInstructionImpl(CoreDocumentImpl ownerDoc,
    [javac]                                              ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 2 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xml/serialize/DOMSerializerImpl.java":

    [javac]   1055.                         wellformed =
CoreDocumentImpl.isValidQName(node.getPrefix() , node.getLocalName(),
xml11Version) ;
    [javac]                                             
^---------------------------------------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload for a method
with signature "isValidQName(java.lang.String, java.lang.String,
boolean)" was found in type "org.apache.xerces.dom.CoreDocumentImpl".
Perhaps you wanted the overloaded version "boolean
isValidQName(java.lang.String prefix, java.lang.String local, boolean
xml11Version);" instead?


    [javac]   1080.                                      
attributes,(AttrImpl) attr, attr.getValue(), xml11Version);
    [javac]                                                           ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.

    [javac] Found 48 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/ElementNSImpl.java":

    [javac]     79.     extends ElementImpl {
    [javac]                     ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]    109.     protected ElementNSImpl(CoreDocumentImpl ownerDocument,
    [javac]                                     ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    114.         super(ownerDocument, qualifiedName);
    [javac]                 ^----------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "Object(??, java.lang.String)" in type
"java.lang.Object". Perhaps you wanted the overloaded version
"Object();" instead?


    [javac]    147.                
ownerDocument().checkNamespaceWF(qname, colon1, colon2);
    [javac]                         ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    151.                        
ownerDocument().checkQName(null, localName);
    [javac]                                 ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    184.                        
ownerDocument().checkQName(prefix, localName);
    [javac]                                 ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    185.                        
ownerDocument().checkDOMNSErr(prefix, namespaceURI);
    [javac]                                 ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    190.     protected ElementNSImpl(CoreDocumentImpl ownerDocument,
    [javac]                                     ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    195.         super(ownerDocument, qualifiedName);
    [javac]                 ^----------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "Object(??, java.lang.String)" in type
"java.lang.Object". Perhaps you wanted the overloaded version
"Object();" instead?


    [javac]    202.     protected ElementNSImpl(CoreDocumentImpl ownerDocument,
    [javac]                                     ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    204.         super(ownerDocument, value);
    [javac]                 ^--------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "Object(??, java.lang.String)" in type
"java.lang.Object". Perhaps you wanted the overloaded version
"Object();" instead?


    [javac]    212.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    213.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    215.                 this.name = qualifiedName;
    [javac]                              ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.ElementNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    217.         reconcileDefaultAttributes();
    [javac]                 ^--------------------------^
    [javac] *** Semantic Error: No accessible method with signature
"reconcileDefaultAttributes()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    228.     protected void setValues (CoreDocumentImpl
ownerDocument,
    [javac]                                       ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    233.         firstChild = null;
    [javac]                 ^--------^
    [javac] *** Semantic Error: No accessible field named "firstChild"
was found in type "org.apache.xerces.dom.ElementNSImpl".


    [javac]    234.         previousSibling = null;
    [javac]                 ^-------------^
    [javac] *** Semantic Error: No accessible field named
"previousSibling" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    235.         nextSibling = null;
    [javac]                 ^---------^
    [javac] *** Semantic Error: No accessible field named
"nextSibling" was found in type "org.apache.xerces.dom.ElementNSImpl".


    [javac]    236.         fNodeListCache = null;
    [javac]                 ^------------^
    [javac] *** Semantic Error: No accessible field named
"fNodeListCache" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    239.         attributes = null;
    [javac]                 ^--------^
    [javac] *** Semantic Error: No accessible field named "attributes"
was found in type "org.apache.xerces.dom.ElementNSImpl".


    [javac]    240.         super.flags = 0;
    [javac]                       ^---^
    [javac] *** Semantic Error: No accessible field named "flags" was
found in type "java.lang.Object".


    [javac]    241.         setOwnerDocument(ownerDocument);
    [javac]                 ^-----------------------------^
    [javac] *** Semantic Error: No accessible method with signature
"setOwnerDocument(??)" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    244.         needsSyncData(true);
    [javac]                 ^-----------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData(boolean)" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    245.         super.name = qualifiedName;
    [javac]                       ^--^
    [javac] *** Semantic Error: No accessible field named "name" was
found in type "java.lang.Object".


    [javac]    276.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    277.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    295.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    296.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    298.         int index = name.indexOf(':');
    [javac]                             ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.ElementNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    299.         return index < 0 ? null : name.substring(0, index);
    [javac]                                           ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.ElementNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    320.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    321.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    323.         if (ownerDocument().errorChecking) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    324.             if (isReadOnly()) {
    [javac]                         ^----------^
    [javac] *** Semantic Error: No accessible method with signature
"isReadOnly()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    331.                 if
(!CoreDocumentImpl.isXMLName(prefix,ownerDocument().isXML11Version()))
{
    [javac]                                                           
    ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"ownerDocument()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    349.             name = prefix + ":" + localName;
    [javac]                     ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.ElementNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    352.             name = localName;
    [javac]                     ^--^
    [javac] *** Semantic Error: No field named "name" was found in
type "org.apache.xerces.dom.ElementNSImpl". However, there is an
accessible field "namespaceURI" whose name closely matches the name
"name".


    [javac]    364.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    365.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    377.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: No accessible method with signature
"needsSyncData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    378.             synchronizeData();
    [javac]                     ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"synchronizeData()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    384.         if (attributes != null) {
    [javac]                     ^--------^
    [javac] *** Semantic Error: No accessible field named "attributes"
was found in type "org.apache.xerces.dom.ElementNSImpl".


    [javac]    385.             Attr attrNode =
(Attr)attributes.getNamedItemNS("http://www.w3.org/XML/1998/namespace",
"base");
    [javac]                                           ^--------^
    [javac] *** Semantic Error: No accessible field named "attributes"
was found in type "org.apache.xerces.dom.ElementNSImpl".


    [javac]    403.         String parentElementBaseURI =
(this.parentNode() != null) ? this.parentNode().getBaseURI() : null ;
    [javac]                                                ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"parentNode()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    403.         String parentElementBaseURI =
(this.parentNode() != null) ? this.parentNode().getBaseURI() : null ;
    [javac]                                                           
                 ^---------------^
    [javac] *** Semantic Error: No accessible method with signature
"parentNode()" was found in type
"org.apache.xerces.dom.ElementNSImpl".


    [javac]    417.         String baseURI = (this.ownerNode != null)
? this.ownerNode.getBaseURI() : null ;
    [javac]                                        ^-------^
    [javac] *** Semantic Error: No accessible field named "ownerNode"
was found in type "org.apache.xerces.dom.ElementNSImpl".


    [javac]    417.         String baseURI = (this.ownerNode != null)
? this.ownerNode.getBaseURI() : null ;
    [javac]                                                           
      ^-------^
    [javac] *** Semantic Error: No accessible field named "ownerNode"
was found in type "org.apache.xerces.dom.ElementNSImpl".

    [javac] Found 4 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/PSVIElementNSImpl.java":

    [javac]     83.     public PSVIElementNSImpl(CoreDocumentImpl
ownerDocument, String namespaceURI,
    [javac]                                      ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]     85.         super(ownerDocument, namespaceURI,
qualifiedName, localName);
    [javac]                
^-----------------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "ElementNSImpl(??, java.lang.String,
java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.ElementNSImpl". Perhaps you wanted the
overloaded version "ElementNSImpl(?? ownerDocument, java.lang.String
namespaceURI, java.lang.String qualifiedName, java.lang.String
localName) throws org.w3c.dom.DOMException;" instead?


    [javac]     91.     public PSVIElementNSImpl(CoreDocumentImpl
ownerDocument, String namespaceURI,
    [javac]                                      ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]     93.         super(ownerDocument, namespaceURI, qualifiedName);
    [javac]                 ^------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "ElementNSImpl(??, java.lang.String,
java.lang.String)" in type "org.apache.xerces.dom.ElementNSImpl".
Perhaps you wanted the overloaded version "ElementNSImpl(??
ownerDocument, java.lang.String namespaceURI, java.lang.String
qualifiedName) throws org.w3c.dom.DOMException;" instead?

    [javac] Found 7 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/PSVIDocumentImpl.java":

    [javac]    115.         return new PSVIElementNSImpl(this,
namespaceURI, qualifiedName);
    [javac]                       
^------------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"PSVIElementNSImpl(org.apache.xerces.dom.PSVIDocumentImpl,
java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.PSVIElementNSImpl". Perhaps you wanted the
overloaded version "PSVIElementNSImpl(?? ownerDocument,
java.lang.String namespaceURI, java.lang.String qualifiedName);"
instead?


    [javac]    123.         return new PSVIElementNSImpl(this,
namespaceURI, qualifiedName, localpart);
    [javac]                       
^-----------------------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"PSVIElementNSImpl(org.apache.xerces.dom.PSVIDocumentImpl,
java.lang.String, java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.PSVIElementNSImpl". Perhaps you wanted the
overloaded version "PSVIElementNSImpl(?? ownerDocument,
java.lang.String namespaceURI, java.lang.String qualifiedName,
java.lang.String localName);" instead?


    [javac]    131.         return new PSVIAttrNSImpl(this,
namespaceURI, qualifiedName);
    [javac]                       
^---------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"PSVIAttrNSImpl(org.apache.xerces.dom.PSVIDocumentImpl,
java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.PSVIAttrNSImpl". Perhaps you wanted the
overloaded version "PSVIAttrNSImpl(?? ownerDocument, java.lang.String
namespaceURI, java.lang.String qualifiedName);" instead?


    [javac]    139.         return new PSVIAttrNSImpl(this,
namespaceURI, qualifiedName, localName);
    [javac]                       
^--------------------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"PSVIAttrNSImpl(org.apache.xerces.dom.PSVIDocumentImpl,
java.lang.String, java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.PSVIAttrNSImpl". Perhaps you wanted the
overloaded version "PSVIAttrNSImpl(?? ownerDocument, java.lang.String
namespaceURI, java.lang.String qualifiedName, java.lang.String
localName);" instead?


    [javac]    150.         return fConfiguration;
    [javac]                        ^------------^
    [javac] *** Semantic Error: The field "fConfiguration" in type
"org.apache.xerces.dom.CoreDocumentImpl" has default access and is not
accessible here.


    [javac]    158.         throw new
NotSerializableException(getClass().getName());
    [javac]                                                    ^--------^
    [javac] *** Semantic Error: The method "java.lang.Class
getClass();" in type "java.lang.Object" has public access and is not
accessible here.


    [javac]    163.         throw new
NotSerializableException(getClass().getName());
    [javac]                                                    ^--------^
    [javac] *** Semantic Error: The method "java.lang.Class
getClass();" in type "java.lang.Object" has public access and is not
accessible here.

    [javac] Found 4 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/PSVIAttrNSImpl.java":

    [javac]     83.     public PSVIAttrNSImpl(CoreDocumentImpl
ownerDocument, String namespaceURI,
    [javac]                                   ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]     85.         super(ownerDocument, namespaceURI,
qualifiedName, localName);
    [javac]                
^-----------------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "AttrNSImpl(??, java.lang.String,
java.lang.String, java.lang.String)" in type
"org.apache.xerces.dom.AttrNSImpl". Perhaps you wanted the overloaded
version "AttrNSImpl(?? ownerDocument, java.lang.String namespaceURI,
java.lang.String qualifiedName, java.lang.String localName);" instead?


    [javac]     91.     public PSVIAttrNSImpl(CoreDocumentImpl
ownerDocument, String namespaceURI,
    [javac]                                   ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]     93.         super(ownerDocument, namespaceURI, qualifiedName);
    [javac]                 ^------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "AttrNSImpl(??, java.lang.String,
java.lang.String)" in type "org.apache.xerces.dom.AttrNSImpl". Perhaps
you wanted the overloaded version "AttrNSImpl(?? ownerDocument,
java.lang.String namespaceURI, java.lang.String qualifiedName);"
instead?

    [javac] Found 2 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/NotationImpl.java":

    [javac]     85. public class NotationImpl 
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.xerces.dom.NotationImpl".


    [javac]    117.     public NotationImpl(CoreDocumentImpl ownerDoc,
String name) {
    [javac]                                 ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 3 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/EntityImpl.java":

    [javac]     97. public class EntityImpl 
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.xerces.dom.EntityImpl".


    [javac]    143.     public EntityImpl(CoreDocumentImpl ownerDoc,
String name) {
    [javac]                               ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    361.         return
(baseURI!=null)?baseURI:((CoreDocumentImpl)getOwnerDocument()).getBaseURI();
    [javac]                                                  ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 45 semantic errors and issued 1 warning compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/DeferredDocumentImpl.java":

    [javac]    169.     private transient final StringBuffer
fBufferStr = new StringBuffer();
    [javac]                                                  ^--------^
    [javac] *** Semantic Warning: Field "fBufferStr" shadows a field
of the same name in "org.apache.xerces.dom.ChildNode".


    [javac]    196.         needsSyncData(true);
    [javac]                 ^-----------------^
    [javac] *** Semantic Error: The method "void needsSyncData(boolean
value);" in type "org.apache.xerces.dom.NodeImpl" has default access
and is not accessible here.


    [javac]    197.         needsSyncChildren(true);
    [javac]                 ^---------------------^
    [javac] *** Semantic Error: The method "void
needsSyncChildren(boolean value);" in type
"org.apache.xerces.dom.NodeImpl" has public access and is not
accessible here.


    [javac]    465.                         extra = extra | ID;
    [javac]                                                 ^^
    [javac] *** Semantic Error: The field "ID" in type
"org.apache.xerces.dom.NodeImpl" has protected access and is not
accessible here.


    [javac]    535.         int extra = specified ? SPECIFIED : 0;
    [javac]                                         ^-------^
    [javac] *** Semantic Error: The field "SPECIFIED" in type
"org.apache.xerces.dom.NodeImpl" has protected access and is not
accessible here.


    [javac]    748.         extra = extra | ID;
    [javac]                                 ^^
    [javac] *** Semantic Error: The field "ID" in type
"org.apache.xerces.dom.NodeImpl" has protected access and is not
accessible here.


    [javac]    762.         extra = extra | ID;
    [javac]                                 ^^
    [javac] *** Semantic Error: The field "ID" in type
"org.apache.xerces.dom.NodeImpl" has protected access and is not
accessible here.


    [javac]    984.                     node = new
DeferredAttrNSImpl(this, nodeIndex);
    [javac]                                   
^-------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredAttrNSImpl(org.apache.xerces.dom.DeferredDocumentImpl, int)"
in type "org.apache.xerces.dom.DeferredAttrNSImpl". Perhaps you wanted
the overloaded version "DeferredAttrNSImpl(?? ownerDocument, int
nodeIndex);" instead?


    [javac]    986.                     node = new
DeferredAttrImpl(this, nodeIndex);
    [javac]                                   
^-----------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredAttrImpl(org.apache.xerces.dom.DeferredDocumentImpl, int)" in
type "org.apache.xerces.dom.DeferredAttrImpl". Perhaps you wanted the
overloaded version "DeferredAttrImpl(?? ownerDocument, int
nodeIndex);" instead?


    [javac]    992.                 node = new
DeferredCDATASectionImpl(this, nodeIndex);
    [javac]                               
^-------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredCDATASectionImpl(org.apache.xerces.dom.DeferredDocumentImpl,
int)" in type "org.apache.xerces.dom.DeferredCDATASectionImpl".
Perhaps you wanted the overloaded version "DeferredCDATASectionImpl(??
ownerDocument, int nodeIndex);" instead?


    [javac]    997.                 node = new
DeferredCommentImpl(this, nodeIndex);
    [javac]                               
^--------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredCommentImpl(org.apache.xerces.dom.DeferredDocumentImpl, int)"
in type "org.apache.xerces.dom.DeferredCommentImpl". Perhaps you
wanted the overloaded version "DeferredCommentImpl(?? ownerDocument,
int nodeIndex);" instead?


    [javac]   1015.                 node = new
DeferredDocumentTypeImpl(this, nodeIndex);
    [javac]                               
^-------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredDocumentTypeImpl(org.apache.xerces.dom.DeferredDocumentImpl,
int)" in type "org.apache.xerces.dom.DeferredDocumentTypeImpl".
Perhaps you wanted the overloaded version "DeferredDocumentTypeImpl(??
ownerDocument, int nodeIndex);" instead?


    [javac]   1017.                 docType = (DocumentTypeImpl)node;
    [javac]                         ^-----^
    [javac] *** Semantic Error: The instance field "docType" in class
"org.apache.xerces.dom.CoreDocumentImpl" has protected access, but the
qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   1029.                     node = new
DeferredElementNSImpl(this, nodeIndex);
    [javac]                                   
^----------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredElementNSImpl(org.apache.xerces.dom.DeferredDocumentImpl,
int)" in type "org.apache.xerces.dom.DeferredElementNSImpl". Perhaps
you wanted the overloaded version "DeferredElementNSImpl(?? ownerDoc,
int nodeIndex);" instead?


    [javac]   1031.                     node = new
DeferredElementImpl(this, nodeIndex);
    [javac]                                   
^--------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredElementImpl(org.apache.xerces.dom.DeferredDocumentImpl, int)"
in type "org.apache.xerces.dom.DeferredElementImpl". Perhaps you
wanted the overloaded version "DeferredElementImpl(?? ownerDoc, int
nodeIndex);" instead?


    [javac]   1035.                 if (docElement == null) {
    [javac]                             ^--------^
    [javac] *** Semantic Error: The instance field "docElement" in
class "org.apache.xerces.dom.CoreDocumentImpl" has protected access,
but the qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   1036.                     docElement = (ElementImpl)node;
    [javac]                             ^--------^
    [javac] *** Semantic Error: The instance field "docElement" in
class "org.apache.xerces.dom.CoreDocumentImpl" has protected access,
but the qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   1036.                     docElement = (ElementImpl)node;
    [javac]                                           ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]   1078.                 node = new
DeferredEntityImpl(this, nodeIndex);
    [javac]                               
^-------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredEntityImpl(org.apache.xerces.dom.DeferredDocumentImpl, int)"
in type "org.apache.xerces.dom.DeferredEntityImpl". Perhaps you wanted
the overloaded version "DeferredEntityImpl(?? ownerDocument, int
nodeIndex);" instead?


    [javac]   1083.                 node = new
DeferredEntityReferenceImpl(this, nodeIndex);
    [javac]                               
^----------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredEntityReferenceImpl(org.apache.xerces.dom.DeferredDocumentImpl,
int)" in type "org.apache.xerces.dom.DeferredEntityReferenceImpl".
Perhaps you wanted the overloaded version
"DeferredEntityReferenceImpl(?? ownerDocument, int nodeIndex);"
instead?


    [javac]   1088.                 node = new
DeferredNotationImpl(this, nodeIndex);
    [javac]                               
^---------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredNotationImpl(org.apache.xerces.dom.DeferredDocumentImpl,
int)" in type "org.apache.xerces.dom.DeferredNotationImpl". Perhaps
you wanted the overloaded version "DeferredNotationImpl(??
ownerDocument, int nodeIndex);" instead?


    [javac]   1093.                 node = new
DeferredProcessingInstructionImpl(this, nodeIndex);
    [javac]                               
^----------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredProcessingInstructionImpl(org.apache.xerces.dom.DeferredDocumentImpl,
int)" in type "org.apache.xerces.dom.DeferredProcessingInstructionImpl".
Perhaps you wanted the overloaded version
"DeferredProcessingInstructionImpl(?? ownerDocument, int nodeIndex);"
instead?


    [javac]   1098.                 node = new DeferredTextImpl(this,
nodeIndex);
    [javac]                                ^-----------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredTextImpl(org.apache.xerces.dom.DeferredDocumentImpl, int)" in
type "org.apache.xerces.dom.DeferredTextImpl". Perhaps you wanted the
overloaded version "DeferredTextImpl(?? ownerDocument, int
nodeIndex);" instead?


    [javac]   1107.                 node = new
DeferredElementDefinitionImpl(this, nodeIndex);
    [javac]                               
^------------------------------------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature
"DeferredElementDefinitionImpl(org.apache.xerces.dom.DeferredDocumentImpl,
int)" in type "org.apache.xerces.dom.DeferredElementDefinitionImpl".
Perhaps you wanted the overloaded version
"DeferredElementDefinitionImpl(?? ownerDocument, int nodeIndex);"
instead?


    [javac]   1549.         needsSyncData(false);
    [javac]                 ^------------------^
    [javac] *** Semantic Error: The method "void needsSyncData(boolean
value);" in type "org.apache.xerces.dom.NodeImpl" has default access
and is not accessible here.


    [javac]   1630.         if (needsSyncData()) {
    [javac]                     ^-------------^
    [javac] *** Semantic Error: The method "boolean needsSyncData();"
in type "org.apache.xerces.dom.NodeImpl" has default access and is not
accessible here.


    [javac]   1637.             if (!needsSyncChildren()) {
    [javac]                          ^-----------------^
    [javac] *** Semantic Error: The method "boolean
needsSyncChildren();" in type "org.apache.xerces.dom.NodeImpl" has
default access and is not accessible here.


    [javac]   1643.         boolean orig = mutationEvents;
    [javac]                                ^------------^
    [javac] *** Semantic Error: The instance field "mutationEvents" in
class "org.apache.xerces.dom.DocumentImpl" has protected access, but
the qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   1644.         mutationEvents = false;
    [javac]                 ^------------^
    [javac] *** Semantic Error: The instance field "mutationEvents" in
class "org.apache.xerces.dom.DocumentImpl" has protected access, but
the qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   1647.         needsSyncChildren(false);
    [javac]                 ^----------------------^
    [javac] *** Semantic Error: The method "void
needsSyncChildren(boolean value);" in type
"org.apache.xerces.dom.NodeImpl" has public access and is not
accessible here.


    [javac]   1673.                 docElement = (ElementImpl)node;
    [javac]                         ^--------^
    [javac] *** Semantic Error: The instance field "docElement" in
class "org.apache.xerces.dom.CoreDocumentImpl" has protected access,
but the qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   1673.                 docElement = (ElementImpl)node;
    [javac]                                       ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]   1676.                 docType = (DocumentTypeImpl)node;
    [javac]                         ^-----^
    [javac] *** Semantic Error: The instance field "docType" in class
"org.apache.xerces.dom.CoreDocumentImpl" has protected access, but the
qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   1681.             firstChild = first;
    [javac]                     ^--------^
    [javac] *** Semantic Error: The instance field "firstChild" in
class "org.apache.xerces.dom.ParentNode" has protected access, but the
qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   1683.             lastChild(last);
    [javac]                     ^-------------^
    [javac] *** Semantic Error: The method "void
lastChild(org.apache.xerces.dom.ChildNode node);" in type
"org.apache.xerces.dom.ParentNode" has default access and is not
accessible here.


    [javac]   1687.         mutationEvents = orig;
    [javac]                 ^------------^
    [javac] *** Semantic Error: The instance field "mutationEvents" in
class "org.apache.xerces.dom.DocumentImpl" has protected access, but
the qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   1699.     protected final void
synchronizeChildren(AttrImpl a, int nodeIndex) {
    [javac]                                                      ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1702.         boolean orig = getMutationEvents();
    [javac]                                ^-----------------^
    [javac] *** Semantic Error: The method "boolean
getMutationEvents();" in type "org.apache.xerces.dom.DocumentImpl" has
default access and is not accessible here.


    [javac]   1703.         setMutationEvents(false);
    [javac]                 ^----------------------^
    [javac] *** Semantic Error: The method "void
setMutationEvents(boolean set);" in type
"org.apache.xerces.dom.DocumentImpl" has default access and is not
accessible here.


    [javac]   1743.         setMutationEvents(orig);
    [javac]                 ^---------------------^
    [javac] *** Semantic Error: The method "void
setMutationEvents(boolean set);" in type
"org.apache.xerces.dom.DocumentImpl" has default access and is not
accessible here.


    [javac]   1759.         boolean orig = getMutationEvents();
    [javac]                                ^-----------------^
    [javac] *** Semantic Error: The method "boolean
getMutationEvents();" in type "org.apache.xerces.dom.DocumentImpl" has
default access and is not accessible here.


    [javac]   1760.         setMutationEvents(false);
    [javac]                 ^----------------------^
    [javac] *** Semantic Error: The method "void
setMutationEvents(boolean set);" in type
"org.apache.xerces.dom.DocumentImpl" has default access and is not
accessible here.


    [javac]   1791.         setMutationEvents(orig);
    [javac]                 ^---------------------^
    [javac] *** Semantic Error: The method "void
setMutationEvents(boolean set);" in type
"org.apache.xerces.dom.DocumentImpl" has default access and is not
accessible here.


    [javac]   2066.         if (identifiers == null) {
    [javac]                     ^---------^
    [javac] *** Semantic Error: The instance field "identifiers" in
class "org.apache.xerces.dom.CoreDocumentImpl" has protected access,
but the qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   2067.             identifiers = new java.util.Hashtable();
    [javac]                     ^---------^
    [javac] *** Semantic Error: The instance field "identifiers" in
class "org.apache.xerces.dom.CoreDocumentImpl" has protected access,
but the qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.


    [javac]   2071.         identifiers.put(idName, element);
    [javac]                 ^---------^
    [javac] *** Semantic Error: The instance field "identifiers" in
class "org.apache.xerces.dom.CoreDocumentImpl" has protected access,
but the qualifying expression is not of type
"org.apache.xerces.dom.DeferredDocumentImpl" or any of its enclosing
types.

    [javac] Found 13 semantic errors and issued 5 warnings compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/parsers/AbstractDOMParser.java":

    [javac]    216.     protected boolean fInDTD;
    [javac]                               ^----^
    [javac] *** Semantic Warning: Field "fInDTD" shadows a field of
the same name in
"org.apache.xerces.parsers.AbstractXMLDocumentParser".


    [javac]    238.     protected CoreDocumentImpl fDocumentImpl;
    [javac]                       ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]                             <----------------------------------
    [javac]    641.                     case LSParserFilter.FILTER_REJECT:{
    [javac]    . . .
    [javac]    646.                     }
    [javac]         -------------------->
    [javac] *** Semantic Warning: This switch block can fall through
to the next case. Did you forget a break statement?


    [javac]                             <----------------------------------
    [javac]    723.                     case LSParserFilter.FILTER_REJECT:{
    [javac]    . . .
    [javac]    725.                     }
    [javac]         -------------------->
    [javac] *** Semantic Warning: This switch block can fall through
to the next case. Did you forget a break statement?


    [javac]    775.                 fDocument = new DocumentImpl ();
    [javac]                                         ^----------^
    [javac] *** Semantic Error: Type "DocumentImpl" was not found.


    [javac]    776.                 fDocumentImpl = (CoreDocumentImpl)fDocument;
    [javac]                                          ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    787.                 fDocument = new PSVIDocumentImpl();
    [javac]                                         ^--------------^
    [javac] *** Semantic Error: Type "PSVIDocumentImpl" was not found.


    [javac]    788.                 fDocumentImpl = (CoreDocumentImpl)fDocument;
    [javac]                                          ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    812.                         fDocumentImpl =
(CoreDocumentImpl)fDocument;
    [javac]                                                  ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    846.             fDeferredDocumentImpl = new
DeferredDocumentImpl (fNamespaceAware);
    [javac]                                                 ^------------------^
    [javac] *** Semantic Error: Type "DeferredDocumentImpl" was not found.


    [javac]    968.                     AttrImpl attrImpl = (AttrImpl) attr;
    [javac]                             ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]    968.                     AttrImpl attrImpl = (AttrImpl) attr;
    [javac]                                                  ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   1006.                         ((ElementImpl)
el).setIdAttributeNode (attr, true);
    [javac]                                   ^---------^
    [javac] *** Semantic Error: Type "ElementImpl" was not found.


    [javac]                                 <----------------------------------
    [javac]   1414.                         case LSParserFilter.FILTER_REJECT:{
    [javac]    . . .
    [javac]   1416.                         }
    [javac]         ------------------------>
    [javac] *** Semantic Warning: This switch block can fall through
to the next case. Did you forget a break statement?


    [javac]   2420.                 AttrImpl attr;
    [javac]                         ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   2431.                     attr =
(AttrImpl)fDocumentImpl.createAttributeNS (namespaceURI,
    [javac]                                     ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]   2435.                     attr =
(AttrImpl)fDocumentImpl.createAttribute (attributeName);
    [javac]                                     ^------^
    [javac] *** Semantic Error: Type "AttrImpl" was not found.


    [javac]                                 <----------------------------------
    [javac]   2575.                         case LSParserFilter.FILTER_REJECT:{
    [javac]    . . .
    [javac]   2577.                         }
    [javac]         ------------------------>
    [javac] *** Semantic Warning: This switch block can fall through
to the next case. Did you forget a break statement?

    [javac] Found 2 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java":

    [javac]    288.                 CoreDocumentImpl doc = new
CoreDocumentImpl(doctype);
    [javac]                         ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.


    [javac]    288.                 CoreDocumentImpl doc = new
CoreDocumentImpl(doctype);
    [javac]                                                    ^--------------^
    [javac] *** Semantic Error: Type "CoreDocumentImpl" was not found.

    [javac] Found 3 semantic errors and issued 1 warning compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/DOMImplementationImpl.java":

    [javac]     90.     static DOMImplementationImpl singleton = new
DOMImplementationImpl();
    [javac]                                          ^-------^
    [javac] *** Semantic Warning: Field "singleton" shadows a field of
the same name in "org.apache.xerces.dom.CoreDOMImplementationImpl".


    [javac]    174.             return new DocumentImpl();
    [javac]                                ^----------^
    [javac] *** Semantic Error: Type "DocumentImpl" was not found.


    [javac]    180.         DocumentImpl doc = new DocumentImpl(doctype);
    [javac]                 ^----------^
    [javac] *** Semantic Error: Type "DocumentImpl" was not found.


    [javac]    180.         DocumentImpl doc = new DocumentImpl(doctype);
    [javac]                                        ^----------^
    [javac] *** Semantic Error: Type "DocumentImpl" was not found.

    [javac] Found 2 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/NodeIteratorImpl.java":

    [javac]     85.     private DocumentImpl fDocument;
    [javac]                     ^----------^
    [javac] *** Semantic Error: Type "DocumentImpl" was not found.


    [javac]    127.     public NodeIteratorImpl( DocumentImpl document,
    [javac]                                      ^----------^
    [javac] *** Semantic Error: Type "DocumentImpl" was not found.

    [javac] Found 2 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/xerces/dom/RangeImpl.java":

    [javac]     87.     DocumentImpl fDocument;
    [javac]             ^----------^
    [javac] *** Semantic Error: Type "DocumentImpl" was not found.


    [javac]    103.     public RangeImpl(DocumentImpl document) {
    [javac]                              ^----------^
    [javac] *** Semantic Error: Type "DocumentImpl" was not found.

    [javac] Found 71 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/html/dom/HTMLHtmlElementImpl.java":

    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setTitle(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setLang(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setId(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setDir(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setClassName(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getTitle();", inherited from type "org.w3c.dom.html.HTMLElement", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getLang();", inherited from type "org.w3c.dom.html.HTMLElement", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getId();", inherited from type "org.w3c.dom.html.HTMLElement", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getDir();", inherited from type "org.w3c.dom.html.HTMLElement", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getClassName();", inherited from type "org.w3c.dom.html.HTMLElement",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setIdAttributeNode(org.w3c.dom.Attr $1, boolean $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setIdAttributeNS(java.lang.String $1, java.lang.String $2, boolean $3)
throws org.w3c.dom.DOMException;", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setIdAttribute(java.lang.String $1, boolean $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.TypeInfo getSchemaTypeInfo();", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasAttributeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasAttribute(java.lang.String $1);", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String $1,
java.lang.String $2) throws org.w3c.dom.DOMException;", inherited from
type "org.w3c.dom.Element", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
setAttributeNodeNS(org.w3c.dom.Attr $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
getAttributeNodeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
removeAttributeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setAttributeNS(java.lang.String $1, java.lang.String $2,
java.lang.String $3) throws org.w3c.dom.DOMException;", inherited from
type "org.w3c.dom.Element", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getAttributeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NodeList getElementsByTagName(java.lang.String $1);",
inherited from type "org.w3c.dom.Element", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
removeAttributeNode(org.w3c.dom.Attr $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
setAttributeNode(org.w3c.dom.Attr $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
getAttributeNode(java.lang.String $1);", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
removeAttribute(java.lang.String $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setAttribute(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getAttribute(java.lang.String $1);", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getTagName();", inherited from type "org.w3c.dom.Element", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
getUserData(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
getFeature(java.lang.String $1, java.lang.String $2);", inherited from
type "org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
isEqualNode(org.w3c.dom.Node $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
lookupNamespaceURI(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
isDefaultNamespace(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
lookupPrefix(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
isSameNode(org.w3c.dom.Node $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setTextContent(java.lang.String $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getTextContent() throws org.w3c.dom.DOMException;", inherited from
type "org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "short
compareDocumentPosition(org.w3c.dom.Node $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getBaseURI();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasAttributes();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getLocalName();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setPrefix(java.lang.String $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getPrefix();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getNamespaceURI();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
isSupported(java.lang.String $1, java.lang.String $2);", inherited
from type "org.w3c.dom.Node", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
normalize();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
cloneNode(boolean $1);", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasChildNodes();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
appendChild(org.w3c.dom.Node $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
removeChild(org.w3c.dom.Node $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
replaceChild(org.w3c.dom.Node $1, org.w3c.dom.Node $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
insertBefore(org.w3c.dom.Node $1, org.w3c.dom.Node $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.Document getOwnerDocument();", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NamedNodeMap getAttributes();", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getNextSibling();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getPreviousSibling();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getLastChild();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getFirstChild();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NodeList getChildNodes();", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getParentNode();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "short
getNodeType();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setNodeValue(java.lang.String $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getNodeValue() throws org.w3c.dom.DOMException;", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     69. public class HTMLHtmlElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getNodeName();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     70.     extends HTMLElementImpl
    [javac]                     ^-------------^
    [javac] *** Semantic Error: Type "HTMLElementImpl" was not found.


    [javac]     77.         return capitalize( getAttribute( "version" ) );
    [javac]                        ^-------------------------------------^
    [javac] *** Semantic Error: No accessible method with signature
"capitalize(java.lang.String)" was found in type
"org.apache.html.dom.HTMLHtmlElementImpl".


    [javac]     92.     public HTMLHtmlElementImpl( HTMLDocumentImpl
owner, String name )
    [javac]                                         ^--------------^
    [javac] *** Semantic Error: Type "HTMLDocumentImpl" was not found.


    [javac]     94.         super( owner, name );
    [javac]                 ^-------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "Object(??, java.lang.String)" in type
"java.lang.Object". Perhaps you wanted the overloaded version
"Object();" instead?

    [javac] Found 70 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/html/dom/HTMLHeadElementImpl.java":

    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setTitle(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setLang(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setId(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setDir(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setClassName(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getTitle();", inherited from type "org.w3c.dom.html.HTMLElement", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getLang();", inherited from type "org.w3c.dom.html.HTMLElement", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getId();", inherited from type "org.w3c.dom.html.HTMLElement", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getDir();", inherited from type "org.w3c.dom.html.HTMLElement", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getClassName();", inherited from type "org.w3c.dom.html.HTMLElement",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setIdAttributeNode(org.w3c.dom.Attr $1, boolean $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setIdAttributeNS(java.lang.String $1, java.lang.String $2, boolean $3)
throws org.w3c.dom.DOMException;", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setIdAttribute(java.lang.String $1, boolean $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.TypeInfo getSchemaTypeInfo();", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasAttributeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasAttribute(java.lang.String $1);", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String $1,
java.lang.String $2) throws org.w3c.dom.DOMException;", inherited from
type "org.w3c.dom.Element", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
setAttributeNodeNS(org.w3c.dom.Attr $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
getAttributeNodeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
removeAttributeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setAttributeNS(java.lang.String $1, java.lang.String $2,
java.lang.String $3) throws org.w3c.dom.DOMException;", inherited from
type "org.w3c.dom.Element", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getAttributeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NodeList getElementsByTagName(java.lang.String $1);",
inherited from type "org.w3c.dom.Element", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
removeAttributeNode(org.w3c.dom.Attr $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
setAttributeNode(org.w3c.dom.Attr $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
getAttributeNode(java.lang.String $1);", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
removeAttribute(java.lang.String $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setAttribute(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getAttribute(java.lang.String $1);", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getTagName();", inherited from type "org.w3c.dom.Element", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
getUserData(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
getFeature(java.lang.String $1, java.lang.String $2);", inherited from
type "org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
isEqualNode(org.w3c.dom.Node $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
lookupNamespaceURI(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
isDefaultNamespace(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
lookupPrefix(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
isSameNode(org.w3c.dom.Node $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setTextContent(java.lang.String $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getTextContent() throws org.w3c.dom.DOMException;", inherited from
type "org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "short
compareDocumentPosition(org.w3c.dom.Node $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getBaseURI();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasAttributes();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getLocalName();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setPrefix(java.lang.String $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getPrefix();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getNamespaceURI();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
isSupported(java.lang.String $1, java.lang.String $2);", inherited
from type "org.w3c.dom.Node", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
normalize();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
cloneNode(boolean $1);", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasChildNodes();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
appendChild(org.w3c.dom.Node $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
removeChild(org.w3c.dom.Node $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
replaceChild(org.w3c.dom.Node $1, org.w3c.dom.Node $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
insertBefore(org.w3c.dom.Node $1, org.w3c.dom.Node $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.Document getOwnerDocument();", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NamedNodeMap getAttributes();", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getNextSibling();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getPreviousSibling();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getLastChild();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getFirstChild();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NodeList getChildNodes();", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getParentNode();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "short
getNodeType();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "void
setNodeValue(java.lang.String $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getNodeValue() throws org.w3c.dom.DOMException;", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     69. public class HTMLHeadElementImpl
    [javac]                      ^-----------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getNodeName();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLHeadElementImpl".


    [javac]     70.     extends HTMLElementImpl
    [javac]                     ^-------------^
    [javac] *** Semantic Error: Type "HTMLElementImpl" was not found.


    [javac]     92.     public HTMLHeadElementImpl( HTMLDocumentImpl
owner, String name )
    [javac]                                         ^--------------^
    [javac] *** Semantic Error: Type "HTMLDocumentImpl" was not found.


    [javac]     94.         super( owner, name );
    [javac]                 ^-------------------^
    [javac] *** Semantic Error: No applicable overload was found for a
constructor with signature "Object(??, java.lang.String)" in type
"java.lang.Object". Perhaps you wanted the overloaded version
"Object();" instead?

    [javac] Found 70 semantic errors compiling
"/root/xerces-2_6_2/build/src/org/apache/html/dom/HTMLTitleElementImpl.java":

    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setTitle(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setLang(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setId(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setDir(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setClassName(java.lang.String $1);", inherited from type
"org.w3c.dom.html.HTMLElement", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getTitle();", inherited from type "org.w3c.dom.html.HTMLElement", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getLang();", inherited from type "org.w3c.dom.html.HTMLElement", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getId();", inherited from type "org.w3c.dom.html.HTMLElement", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getDir();", inherited from type "org.w3c.dom.html.HTMLElement", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getClassName();", inherited from type "org.w3c.dom.html.HTMLElement",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setIdAttributeNode(org.w3c.dom.Attr $1, boolean $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setIdAttributeNS(java.lang.String $1, java.lang.String $2, boolean $3)
throws org.w3c.dom.DOMException;", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setIdAttribute(java.lang.String $1, boolean $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.TypeInfo getSchemaTypeInfo();", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasAttributeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasAttribute(java.lang.String $1);", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String $1,
java.lang.String $2) throws org.w3c.dom.DOMException;", inherited from
type "org.w3c.dom.Element", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
setAttributeNodeNS(org.w3c.dom.Attr $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
getAttributeNodeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
removeAttributeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setAttributeNS(java.lang.String $1, java.lang.String $2,
java.lang.String $3) throws org.w3c.dom.DOMException;", inherited from
type "org.w3c.dom.Element", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getAttributeNS(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NodeList getElementsByTagName(java.lang.String $1);",
inherited from type "org.w3c.dom.Element", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
removeAttributeNode(org.w3c.dom.Attr $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
setAttributeNode(org.w3c.dom.Attr $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Attr
getAttributeNode(java.lang.String $1);", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
removeAttribute(java.lang.String $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setAttribute(java.lang.String $1, java.lang.String $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element",
is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getAttribute(java.lang.String $1);", inherited from type
"org.w3c.dom.Element", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getTagName();", inherited from type "org.w3c.dom.Element", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
getUserData(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
setUserData(java.lang.String $1, java.lang.Object $2,
org.w3c.dom.UserDataHandler $3);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object
getFeature(java.lang.String $1, java.lang.String $2);", inherited from
type "org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "boolean
isEqualNode(org.w3c.dom.Node $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
lookupNamespaceURI(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "boolean
isDefaultNamespace(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
lookupPrefix(java.lang.String $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "boolean
isSameNode(org.w3c.dom.Node $1);", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setTextContent(java.lang.String $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getTextContent() throws org.w3c.dom.DOMException;", inherited from
type "org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "short
compareDocumentPosition(org.w3c.dom.Node $1) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getBaseURI();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasAttributes();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getLocalName();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setPrefix(java.lang.String $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getPrefix();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getNamespaceURI();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "boolean
isSupported(java.lang.String $1, java.lang.String $2);", inherited
from type "org.w3c.dom.Node", is not implemented in the non-abstract
class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
normalize();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
cloneNode(boolean $1);", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "boolean
hasChildNodes();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
appendChild(org.w3c.dom.Node $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
removeChild(org.w3c.dom.Node $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
replaceChild(org.w3c.dom.Node $1, org.w3c.dom.Node $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
insertBefore(org.w3c.dom.Node $1, org.w3c.dom.Node $2) throws
org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is
not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.Document getOwnerDocument();", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NamedNodeMap getAttributes();", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getNextSibling();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getPreviousSibling();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getLastChild();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getFirstChild();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method
"org.w3c.dom.NodeList getChildNodes();", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node
getParentNode();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "short
getNodeType();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "void
setNodeValue(java.lang.String $1) throws org.w3c.dom.DOMException;",
inherited from type "org.w3c.dom.Node", is not implemented in the
non-abstract class "org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getNodeValue() throws org.w3c.dom.DOMException;", inherited from type
"org.w3c.dom.Node", is not implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     71. public class HTMLTitleElementImpl
    [javac]                      ^------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String
getNodeName();", inherited from type "org.w3c.dom.Node", is not
implemented in the non-abstract class
"org.apache.html.dom.HTMLTitleElementImpl".


    [javac]     72.     extends HTMLElementImpl
    [javac]                     ^-------------^
    [javac] *** Semantic Error: Type "HTMLElementImpl" was not found.


    [javac]    119.     public HTMLTitleElementImpl( HTMLDocumentImpl
owner, String name )




More information about the kaffe mailing list