public interface XmlPrettyPrinter
extends com.fasterxml.jackson.core.PrettyPrinter
| Modifier and Type | Method and Description | 
|---|---|
void | 
writeEndElement(org.codehaus.stax2.XMLStreamWriter2 sw,
               int nrOfEntries)
Method for forcibly writing an end element, without going
 through Jackson generator (and thus, without updating currently
 active element stack) 
 | 
void | 
writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                String nsURI,
                String localName,
                BigDecimal value)  | 
void | 
writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                String nsURI,
                String localName,
                BigInteger value)  | 
void | 
writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                String nsURI,
                String localName,
                boolean value)  | 
void | 
writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                String nsURI,
                String localName,
                byte[] data,
                int offset,
                int len)  | 
void | 
writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                String nsURI,
                String localName,
                char[] buffer,
                int offset,
                int len,
                boolean isCData)  | 
void | 
writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                String nsURI,
                String localName,
                double value)  | 
void | 
writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                String nsURI,
                String localName,
                float value)  | 
void | 
writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                String nsURI,
                String localName,
                int value)  | 
void | 
writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                String nsURI,
                String localName,
                long value)  | 
void | 
writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                String nsURI,
                String localName,
                String text,
                boolean isCData)  | 
void | 
writeLeafNullElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName)  | 
void | 
writeStartElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                 String nsURI,
                 String localName)
Method for forcibly writing a start element, without going
 through Jackson generator (and thus, without updating currently
 active element stack) 
 | 
void writeStartElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                     String nsURI,
                     String localName)
                       throws XMLStreamException
XMLStreamExceptionvoid writeEndElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                   int nrOfEntries)
                     throws XMLStreamException
XMLStreamExceptionvoid writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName,
                    String text,
                    boolean isCData)
                      throws XMLStreamException
XMLStreamExceptionvoid writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName,
                    char[] buffer,
                    int offset,
                    int len,
                    boolean isCData)
                      throws XMLStreamException
XMLStreamExceptionvoid writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName,
                    boolean value)
                      throws XMLStreamException
XMLStreamExceptionvoid writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName,
                    int value)
                      throws XMLStreamException
XMLStreamExceptionvoid writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName,
                    long value)
                      throws XMLStreamException
XMLStreamExceptionvoid writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName,
                    double value)
                      throws XMLStreamException
XMLStreamExceptionvoid writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName,
                    float value)
                      throws XMLStreamException
XMLStreamExceptionvoid writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName,
                    BigInteger value)
                      throws XMLStreamException
XMLStreamExceptionvoid writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName,
                    BigDecimal value)
                      throws XMLStreamException
XMLStreamExceptionvoid writeLeafElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                    String nsURI,
                    String localName,
                    byte[] data,
                    int offset,
                    int len)
                      throws XMLStreamException
XMLStreamExceptionvoid writeLeafNullElement(org.codehaus.stax2.XMLStreamWriter2 sw,
                        String nsURI,
                        String localName)
                          throws XMLStreamException
XMLStreamExceptionCopyright © 2014-2015 FasterXML. All Rights Reserved.