|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IXMLPrettyPrinter | |
|---|---|
| fr.opensagres.xdocreport.core.internal | |
| fr.opensagres.xdocreport.core.utils | |
| Uses of IXMLPrettyPrinter in fr.opensagres.xdocreport.core.internal |
|---|
| Classes in fr.opensagres.xdocreport.core.internal that implement IXMLPrettyPrinter | |
|---|---|
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. |
| Fields in fr.opensagres.xdocreport.core.internal declared as IXMLPrettyPrinter | |
|---|---|
static IXMLPrettyPrinter |
XSLTPrettyPrinter.INSTANCE
|
static IXMLPrettyPrinter |
NoPrettyPrinter.INSTANCE
|
static IXMLPrettyPrinter |
NoIndentNumberPrettyPrinter.INSTANCE
|
static IXMLPrettyPrinter |
IndentNumberPrettyPrinter.INSTANCE
|
| Uses of IXMLPrettyPrinter in fr.opensagres.xdocreport.core.utils |
|---|
| Fields in fr.opensagres.xdocreport.core.utils with type parameters of type IXMLPrettyPrinter | |
|---|---|
static List<IXMLPrettyPrinter> |
XMLUtils.PRINTERS
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||