dbertoni    00/12/30 09:56:00

  Modified:    c/src/XalanSourceTree XalanSourceTreeDOMSupport.cpp
                        XalanSourceTreeDOMSupport.hpp
                        XalanSourceTreeParserLiaison.cpp
                        XalanSourceTreeParserLiaison.hpp
  Log:
  Removed unused functions for expanding element and attribute names.
  
  Revision  Changes    Path
  1.2       +0 -15     
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.cpp
  
  Index: XalanSourceTreeDOMSupport.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanSourceTreeDOMSupport.cpp     2000/12/15 23:24:12     1.1
  +++ XalanSourceTreeDOMSupport.cpp     2000/12/30 17:55:58     1.2
  @@ -114,21 +114,6 @@
   
   
   const XalanDOMString&
  -XalanSourceTreeDOMSupport::getExpandedElementName(const XalanElement&        
elem) const
  -{
  -     return m_domSupportDefault.getExpandedElementName(elem);
  -}
  -
  -
  -
  -const XalanDOMString&
  -XalanSourceTreeDOMSupport::getExpandedAttributeName(const XalanAttr& attr) 
const
  -{
  -     return m_domSupportDefault.getExpandedAttributeName(attr);
  -}
  -
  -
  -const XalanDOMString&
   XalanSourceTreeDOMSupport::getUnparsedEntityURI(
                        const XalanDOMString&   theName,
                        const XalanDocument&    theDocument) const
  
  
  
  1.2       +0 -6      
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.hpp
  
  Index: XalanSourceTreeDOMSupport.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanSourceTreeDOMSupport.hpp     2000/12/15 23:24:12     1.1
  +++ XalanSourceTreeDOMSupport.hpp     2000/12/30 17:55:58     1.2
  @@ -91,12 +91,6 @@
        getNamespaceOfNode(const XalanNode&             theNode) const;
   
        virtual const XalanDOMString&
  -     getExpandedElementName(const XalanElement&      elem) const;
  -
  -     virtual const XalanDOMString&
  -     getExpandedAttributeName(const XalanAttr&       attr) const;
  -
  -     virtual const XalanDOMString&
        getUnparsedEntityURI(
                        const XalanDOMString&   theName,
                        const XalanDocument&    theDocument) const;
  
  
  
  1.5       +0 -22     
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeParserLiaison.cpp
  
  Index: XalanSourceTreeParserLiaison.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeParserLiaison.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanSourceTreeParserLiaison.cpp  2000/12/29 03:23:26     1.4
  +++ XalanSourceTreeParserLiaison.cpp  2000/12/30 17:55:58     1.5
  @@ -186,28 +186,6 @@
   
   
   
  -/**
  - * Returns the element name with the namespace expanded.
  - */
  -const XalanDOMString&
  -XalanSourceTreeParserLiaison::getExpandedElementName(const XalanElement&     
elem) const
  -{
  -     return m_domSupport.getExpandedElementName(elem);
  -}
  -
  -
  -
  -/**
  - * Returns the attribute name with the namespace expanded.
  - */
  -const XalanDOMString&
  -XalanSourceTreeParserLiaison::getExpandedAttributeName(const XalanAttr&      
        attr) const
  -{
  -     return m_domSupport.getExpandedAttributeName(attr);
  -}
  -
  -
  -
   void
   XalanSourceTreeParserLiaison::setSpecialCharacters(const XalanDOMString&     
str)
   {
  
  
  
  1.2       +0 -6      
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeParserLiaison.hpp
  
  Index: XalanSourceTreeParserLiaison.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeParserLiaison.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanSourceTreeParserLiaison.hpp  2000/12/15 23:24:12     1.1
  +++ XalanSourceTreeParserLiaison.hpp  2000/12/30 17:55:59     1.2
  @@ -118,12 +118,6 @@
        virtual XalanDocument*
        getDOMFactory();
   
  -     virtual const XalanDOMString&
  -     getExpandedElementName(const XalanElement&      elem) const;
  -
  -     virtual const XalanDOMString&
  -     getExpandedAttributeName(const XalanAttr&       attr) const;
  -
        virtual void
        setSpecialCharacters(const XalanDOMString&      str);
   
  
  
  

Reply via email to