| Package | Description |
|---|---|
| fr.opensagres.xdocreport.core.internal | |
| fr.opensagres.xdocreport.core.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
IndentNumberPrettyPrinter
XML Pretty Printer implemented with "indent-number".
|
class |
NoIndentNumberPrettyPrinter
XML Pretty Printer implemented with NOT "indent-number".
|
class |
NoPrettyPrinter
XML Pretty Printer which doesn't indent the XML source.
|
class |
XSLTPrettyPrinter
XML Pretty Printer implemented with XSLT.
|
| Modifier and Type | Field and Description |
|---|---|
static IXMLPrettyPrinter |
XSLTPrettyPrinter.INSTANCE |
static IXMLPrettyPrinter |
NoPrettyPrinter.INSTANCE |
static IXMLPrettyPrinter |
NoIndentNumberPrettyPrinter.INSTANCE |
static IXMLPrettyPrinter |
IndentNumberPrettyPrinter.INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
static List<IXMLPrettyPrinter> |
XMLUtils.PRINTERS |
Copyright © 2017. All Rights Reserved.