BEA Systems, Inc.


weblogic.apache.xml.utils
Interface RawCharacterHandler


public interface RawCharacterHandler

An interface that a Serializer/ContentHandler/ContentHandler 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.


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 javax.xml.transform.TransformerException
Serialize the characters without escaping.

Parameters:
ch - Array of characters
start - Start index of characters in the array
length - Number of characters in the array
Throws:
javax.xml.transform.TransformerException -  

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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference