Serialized Form


Package global.sandbox.xmlutilities

Class global.sandbox.xmlutilities.OutputFormat extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

method

OutputFormat.OutputMethod method
output method.


version

String version
version.


encoding

String encoding
encoding.


omitXmlDeclaration

OutputFormat.Boolean omitXmlDeclaration
omit XML Declaration flag.


standalone

OutputFormat.Boolean standalone
standalone flag.


doctypePublic

String doctypePublic
DOCTYPE PUBLIC.


doctypeSystem

String doctypeSystem
DOCTYPE SYSTEM.


cdataSectionElements

List<E> cdataSectionElements
CDATA section element list.


indent

OutputFormat.Boolean indent
Indent flag.


mediaType

String mediaType
Media type.


customProperties

Map<K,V> customProperties
Custom properties.

Class global.sandbox.xmlutilities.XmlUtilitiesException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

consequents

List<E> consequents
Consequent exception; usually finally block.



Copyright © 2006–2018. All rights reserved.