BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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.

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 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://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.