Uses of Class
org.codehaus.stax2.ri.typed.AsciiValueEncoder

Packages that use AsciiValueEncoder
com.ctc.wstx.sw   
org.codehaus.stax2.ri.typed   
 

Uses of AsciiValueEncoder in com.ctc.wstx.sw
 

Methods in com.ctc.wstx.sw with parameters of type AsciiValueEncoder
 void BufferingXmlWriter.writeTypedAttribute(String localName, AsciiValueEncoder enc)
           
 void EncodingXmlWriter.writeTypedAttribute(String localName, AsciiValueEncoder enc)
           
abstract  void XmlWriter.writeTypedAttribute(String localName, AsciiValueEncoder enc)
          Method similar to XmlWriter.writeAttribute(String,String,char[],int,int) but where is known not to require escaping.
 void BufferingXmlWriter.writeTypedAttribute(String prefix, String localName, AsciiValueEncoder enc)
           
 void EncodingXmlWriter.writeTypedAttribute(String prefix, String localName, AsciiValueEncoder enc)
           
abstract  void XmlWriter.writeTypedAttribute(String prefix, String localName, AsciiValueEncoder enc)
          Method similar to XmlWriter.writeAttribute(String,String,char[],int,int) but where is known not to require escaping.
protected  void BaseNsStreamWriter.writeTypedAttribute(String prefix, String nsURI, String localName, AsciiValueEncoder enc)
           
protected  void NonNsStreamWriter.writeTypedAttribute(String prefix, String nsURI, String localName, AsciiValueEncoder enc)
           
protected  void RepairingNsStreamWriter.writeTypedAttribute(String prefix, String nsURI, String localName, AsciiValueEncoder enc)
           
protected abstract  void TypedStreamWriter.writeTypedAttribute(String prefix, String nsURI, String localName, AsciiValueEncoder enc)
          Method that will write attribute with value that is known not to require additional escaping.
 void BufferingXmlWriter.writeTypedAttribute(String prefix, String localName, String nsURI, AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
           
 void EncodingXmlWriter.writeTypedAttribute(String prefix, String localName, String nsURI, AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
           
abstract  void XmlWriter.writeTypedAttribute(String prefix, String localName, String nsURI, AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
          Method similar to XmlWriter.writeAttribute(String,String,char[],int,int) but where is known not to require escaping.
 void BufferingXmlWriter.writeTypedElement(AsciiValueEncoder enc)
           
 void EncodingXmlWriter.writeTypedElement(AsciiValueEncoder enc)
          Non-validating version of typed write method
protected  void TypedStreamWriter.writeTypedElement(AsciiValueEncoder enc)
           
abstract  void XmlWriter.writeTypedElement(AsciiValueEncoder enc)
          Like XmlWriter.writeRaw(java.lang.String, int, int), but caller guarantees that the contents additionally are known to be in 7-bit ascii range, and also passes an encoder object that will encode values only when being handed a buffer to append to.
 void BufferingXmlWriter.writeTypedElement(AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
           
 void EncodingXmlWriter.writeTypedElement(AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
          Validating version of typed write method
abstract  void XmlWriter.writeTypedElement(AsciiValueEncoder enc, XMLValidator validator, char[] copyBuffer)
          Like XmlWriter.writeRaw(java.lang.String, int, int), but caller guarantees that the contents additionally are known to be in 7-bit ascii range, and also passes an encoder object that will encode values only when being handed a buffer to append to.
 

Uses of AsciiValueEncoder in org.codehaus.stax2.ri.typed
 

Methods in org.codehaus.stax2.ri.typed with parameters of type AsciiValueEncoder
protected  String SimpleValueEncoder.encode(AsciiValueEncoder enc)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.