jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/XMLWriter.java
changeset 19645 36f707905f2b
parent 12009 4abb694f273a
child 22679 d785acd84a14
equal deleted inserted replaced
19257:30a1d677a20c 19645:36f707905f2b
   930                 startTagIsClosed = true;
   930                 startTagIsClosed = true;
   931             }
   931             }
   932             write("<![CDATA[");
   932             write("<![CDATA[");
   933             inCDATA = true;
   933             inCDATA = true;
   934         } catch (IOException e) {
   934         } catch (IOException e) {
   935             new SAXException(e);
   935             throw new SAXException(e);
   936         }
   936         }
   937     }
   937     }
   938 
   938 
   939     public void endCDATA() throws SAXException {
   939     public void endCDATA() throws SAXException {
   940         try {
   940         try {