BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

weblogic.apache.xalan.xpath.xml
Interface RawCharacterHandler

All Known Implementing Classes:
FormatterToXML

public interface RawCharacterHandler

An interface that a Serializer/ContentHandler/DocumentHandler must implement in order for disable-output-escaping to work.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void charactersRaw(char[] ch, int start, int length)
          Serialize the characters without escaping.
 

Method Detail

charactersRaw

public void charactersRaw(char[] ch,
                          int start,
                          int length)
                   throws org.xml.sax.SAXException
Serialize the characters without escaping.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60