org.apache.myfaces.trinidadinternal.ui.io
Class XMLEscapes
java.lang.Object
org.apache.myfaces.trinidadinternal.ui.io.XMLEscapes
public class XMLEscapes
- extends java.lang.Object
Utility class for escaping XML text.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/io/XMLEscapes.java#0 $) $Date: 10-nov-2005.18:56:24 $
- Author:
- The Oracle ADF Faces Team
Method Summary |
static void |
writeAttribute(java.lang.Appendable out,
java.lang.CharSequence text)
|
static void |
writeAttribute(java.io.Writer out,
char[] text)
|
static void |
writeAttribute(java.io.Writer out,
char[] text,
int start,
int length)
|
static void |
writeText(java.io.Writer out,
char[] text)
|
static void |
writeText(java.io.Writer out,
char[] text,
int start,
int length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writeAttribute
public static void writeAttribute(java.lang.Appendable out,
java.lang.CharSequence text)
throws java.io.IOException
- Throws:
java.io.IOException
writeText
public static void writeText(java.io.Writer out,
char[] text)
throws java.io.IOException
- Throws:
java.io.IOException
writeText
public static void writeText(java.io.Writer out,
char[] text,
int start,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
writeAttribute
public static void writeAttribute(java.io.Writer out,
char[] text)
throws java.io.IOException
- Throws:
java.io.IOException
writeAttribute
public static void writeAttribute(java.io.Writer out,
char[] text,
int start,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.