Uses of Interface
org.odata4j.stax2.XMLWriter2

Packages that use XMLWriter2
org.odata4j.format.xml   
org.odata4j.stax2   
org.odata4j.stax2.domimpl   
org.odata4j.stax2.staximpl   
 

Uses of XMLWriter2 in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml with parameters of type XMLWriter2
protected  void XmlFormatWriter.writeElement(XMLWriter2 writer, String elementName, String elementText, String... attributes)
           
protected  String XmlFormatWriter.writeEntry(XMLWriter2 writer, OEntity oe, List<OProperty<?>> entityProperties, List<OLink> entityLinks, String entitySetName, String baseUri, String updated, EdmEntitySet ees, boolean isResponse)
           
protected  void XmlFormatWriter.writeLinkInline(XMLWriter2 writer, OLink linkToInline, String href, String baseUri, String updated, boolean isResponse)
           
protected  void XmlFormatWriter.writeProperties(XMLWriter2 writer, List<OProperty<?>> properties)
           
protected  void XmlFormatWriter.writeProperty(XMLWriter2 writer, OProperty<?> prop, boolean isDocumentElement)
           
 

Uses of XMLWriter2 in org.odata4j.stax2
 

Methods in org.odata4j.stax2 that return XMLWriter2
 XMLWriter2 XMLWriterFactory2.createXMLWriter(Writer writer)
           
 

Uses of XMLWriter2 in org.odata4j.stax2.domimpl
 

Classes in org.odata4j.stax2.domimpl that implement XMLWriter2
 class ManualXMLWriter2
           
 

Uses of XMLWriter2 in org.odata4j.stax2.staximpl
 

Classes in org.odata4j.stax2.staximpl that implement XMLWriter2
 class StaxXMLWriter2
           
 



http://odata4j.org