Uses of Class
com.fasterxml.aalto.out.WName

Packages that use WName
com.fasterxml.aalto.out   
 

Uses of WName in com.fasterxml.aalto.out
 

Subclasses of WName in com.fasterxml.aalto.out
 class ByteWName
          This class is used to represent all names that are to be serialized to byte streams, independent of specific encoding used (they will be stored on per-encoding symbol tables however).
 

Methods in com.fasterxml.aalto.out that return WName
protected  WName RepairingStreamWriter._generateAttrName(String suggPrefix, String localName, String uri)
           
abstract  WName XmlWriter.constructName(String localName)
           
abstract  WName WNameFactory.constructName(String localName)
           
 WName CharXmlWriter.constructName(String localName)
           
 WName ByteXmlWriter.constructName(String localName)
           
abstract  WName XmlWriter.constructName(String prefix, String localName)
           
abstract  WName WNameFactory.constructName(String prefix, String localName)
           
 WName CharXmlWriter.constructName(String prefix, String localName)
           
 WName ByteXmlWriter.constructName(String prefix, String localName)
           
protected  WName Utf8XmlWriter.doConstructName(String localName)
           
protected  WName Latin1XmlWriter.doConstructName(String localName)
           
protected abstract  WName ByteXmlWriter.doConstructName(String localName)
           
protected  WName AsciiXmlWriter.doConstructName(String localName)
           
protected  WName Utf8XmlWriter.doConstructName(String prefix, String localName)
           
protected  WName Latin1XmlWriter.doConstructName(String prefix, String localName)
           
protected abstract  WName ByteXmlWriter.doConstructName(String prefix, String localName)
           
protected  WName AsciiXmlWriter.doConstructName(String prefix, String localName)
           
 WName WNameTable.findSymbol(String localName)
           
 WName WNameTable.findSymbol(String prefix, String localName)
          Finds and returns name matching the specified symbol, if such name already exists in the table; or if not, creates name object, adds to the table, and returns it.
 

Methods in com.fasterxml.aalto.out with parameters of type WName
protected  void StreamWriterBase._verifyWriteAttr(WName name)
           
protected  void StreamWriterBase._writeAttribute(WName name, org.codehaus.stax2.ri.typed.AsciiValueEncoder enc)
           
protected  void StreamWriterBase._writeAttribute(WName name, String value)
           
protected  void StreamWriterBase._writeStartTag(WName name, boolean isEmpty)
           
protected  void StreamWriterBase._writeStartTag(WName name, boolean isEmpty, String uri)
           
abstract  void XmlWriter.writeAttribute(WName name, org.codehaus.stax2.ri.typed.AsciiValueEncoder enc)
           
 void CharXmlWriter.writeAttribute(WName name, org.codehaus.stax2.ri.typed.AsciiValueEncoder enc)
           
 void ByteXmlWriter.writeAttribute(WName name, org.codehaus.stax2.ri.typed.AsciiValueEncoder enc)
           
abstract  void XmlWriter.writeAttribute(WName name, char[] value, int offset, int len)
           
 void CharXmlWriter.writeAttribute(WName name, char[] value, int offset, int vlen)
           
 void ByteXmlWriter.writeAttribute(WName name, char[] vbuf, int offset, int vlen)
           
abstract  void XmlWriter.writeAttribute(WName name, String value)
           Note: can throw XMLStreamException, if name checking is enabled, and name is invalid (name check has to be in this writer, not caller, since it depends not only on xml limitations, but also on encoding limitations)
 void CharXmlWriter.writeAttribute(WName name, String value)
           
 void ByteXmlWriter.writeAttribute(WName name, String value)
           
abstract  void XmlWriter.writeDTD(WName rootName, String systemId, String publicId, String internalSubset)
           
 void CharXmlWriter.writeDTD(WName rootName, String systemId, String publicId, String internalSubset)
           
 void ByteXmlWriter.writeDTD(WName rootName, String systemId, String publicId, String internalSubset)
           
abstract  void XmlWriter.writeEndTag(WName name)
           
 void CharXmlWriter.writeEndTag(WName name)
           
 void ByteXmlWriter.writeEndTag(WName name)
           
abstract  void XmlWriter.writeEntityReference(WName name)
           
 void CharXmlWriter.writeEntityReference(WName name)
           
 void ByteXmlWriter.writeEntityReference(WName name)
           
protected  void ByteXmlWriter.writeLongAttribute(WName name, String value, int vlen)
           
protected  void ByteXmlWriter.writeName(byte preChar, WName name)
           
protected  void CharXmlWriter.writeName(WName name)
           
protected  void ByteXmlWriter.writeName(WName name)
           
protected  void ByteXmlWriter.writeName(WName name, byte postChar)
           
abstract  int XmlWriter.writePI(WName target, String data)
           
 int CharXmlWriter.writePI(WName target, String data)
           
 int ByteXmlWriter.writePI(WName target, String data)
           
abstract  void XmlWriter.writeStartTagStart(WName name)
           Note: can throw XMLStreamException, if name checking is enabled, and name is invalid (name check has to be in this writer, not caller, since it depends not only on xml limitations, but also on encoding limitations)
 void CharXmlWriter.writeStartTagStart(WName name)
           
 void ByteXmlWriter.writeStartTagStart(WName name)
           
 



Copyright © 2012 Fasterxml.com. All Rights Reserved.