src/share/jaxws_classes/com/sun/xml/internal/txw2/output/XMLWriter.java

changeset 397
b99d7e355d4b
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
equal deleted inserted replaced
393:6cdc6ed98780 397:b99d7e355d4b
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 {

mercurial