A B C D E F G I L M N O P Q R S T U V X 
All Classes All Packages

A

AbstractStAXLoader<R> - Class in cdc.util.xml
Base class used to load an XML file.
AbstractStAXLoader(Function<XMLStreamReader, ? extends AbstractStAXParser<R>>) - Constructor for class cdc.util.xml.AbstractStAXLoader
 
AbstractStAXParser<R> - Class in cdc.util.xml
Class that can facilitate the writing of an XML parser over an XMLStreamReader.
AbstractStAXParser(XMLStreamReader, FailureReaction) - Constructor for class cdc.util.xml.AbstractStAXParser
 
AbstractStAXParser.ContextElementParser<C> - Interface in cdc.util.xml
AbstractStAXParser.ElementParser - Interface in cdc.util.xml
 
addAttribute(String, boolean) - Method in class cdc.util.xml.XmlWriter
Adds a boolean attribute to current element.
addAttribute(String, byte) - Method in class cdc.util.xml.XmlWriter
Adds a byte attribute to current element.
addAttribute(String, char) - Method in class cdc.util.xml.XmlWriter
Adds a char attribute to current element.
addAttribute(String, double) - Method in class cdc.util.xml.XmlWriter
Adds a double attribute to current element.
addAttribute(String, float) - Method in class cdc.util.xml.XmlWriter
Adds a float attribute to current element.
addAttribute(String, int) - Method in class cdc.util.xml.XmlWriter
Adds an int attribute to current element.
addAttribute(String, long) - Method in class cdc.util.xml.XmlWriter
Adds a long attribute to current element.
addAttribute(String, short) - Method in class cdc.util.xml.XmlWriter
Adds a short attribute to current element.
addAttribute(String, Object) - Method in class cdc.util.xml.XmlWriter
Adds an Object attribute to current element.
addAttribute(String, String) - Method in class cdc.util.xml.XmlWriter
Adds a String attribute to current element.
addCData(String) - Method in class cdc.util.xml.XmlWriter
Inserts a CData section with a content.
addCDataContent(String) - Method in class cdc.util.xml.XmlWriter
Adds content to current CData.
addComment(String) - Method in class cdc.util.xml.XmlWriter
Inserts a comment section with a content.
addCommentContent(String) - Method in class cdc.util.xml.XmlWriter
Adds content to current comment.
addDefaultNamespace(String) - Method in class cdc.util.xml.XmlWriter
 
addElement(String, String) - Method in class cdc.util.xml.XmlWriter
 
addElementContent(String) - Method in class cdc.util.xml.XmlWriter
 
addElementIfNonEmpty(String, String) - Method in class cdc.util.xml.XmlWriter
 
addNamespace(String, String) - Method in class cdc.util.xml.XmlWriter
Adds a namespace declaration.
addProcessingInstruction(String, String) - Method in class cdc.util.xml.XmlWriter
 
addProcessingInstructionContent(String) - Method in class cdc.util.xml.XmlWriter
 
addStyleSheet(String) - Method in class cdc.util.xml.XmlWriter
Helper function used to insert a StyleSheet Processing Instruction.
ALLOW_PARTIAL_XML - cdc.util.xml.XmlWriter.Feature
If enabled, partial xml writing is allowed.
ALWAYS_ENTITIZE_ATTRIBUTES - cdc.util.xml.XmlWriter.Feature
If set, always replaces certain characters by their entity in attributes, even if this is not necessary.
AMP - Static variable in class cdc.util.xml.XmlWriter
 
APOS - Static variable in class cdc.util.xml.XmlWriter
 
APPEND_FINAL_EOL - cdc.util.xml.XmlWriter.Feature
If set, and PRETTY_PRINT is also enabled, appends EOL on last line.
appendEscaped(StringBuilder, String, XmlUtils.Context, XmlUtils.EscapingPolicy) - Static method in class cdc.util.xml.XmlUtils
 
ATTRIBUTE_DOUBLE_QUOTE - cdc.util.xml.XmlUtils.Context
The text is in an attribute delimited by double quotes ('"').
ATTRIBUTE_SINGLE_QUOTE - cdc.util.xml.XmlUtils.Context
The text is in an attribute delimited by single quotes (''').

B

beginCData() - Method in class cdc.util.xml.XmlWriter
Starts the writing of a new CData.
beginComment() - Method in class cdc.util.xml.XmlWriter
Starts the writing of a new comment.
beginDocument() - Method in class cdc.util.xml.XmlWriter
Begins an XML document, using writer's encoding and version 1.0.
beginDocument(XmlVersion) - Method in class cdc.util.xml.XmlWriter
Begins an XML document, using writer's encoding.
beginElement(String) - Method in class cdc.util.xml.XmlWriter
 
beginProcessingInstruction(String) - Method in class cdc.util.xml.XmlWriter
 

C

CDATA_END_PATTERN - Static variable in class cdc.util.xml.XmlWriter
 
cdc.util.xml - package cdc.util.xml
 
cdc.util.xml.tools - package cdc.util.xml.tools
 
close() - Method in class cdc.util.xml.XmlWriter
 
codePointToString(int) - Static method in class cdc.util.xml.XmlUtils
 
contains(int) - Method in class cdc.util.xml.IntSet
 
CR - Static variable in class cdc.util.xml.XmlWriter
 

D

dataError(String) - Static method in class cdc.util.xml.XmlWriter
 
DONT_VALIDATE_CHARS - cdc.util.xml.XmlWriter.Feature
If enabled, elements content and attributes values are not checked.
DONT_VALIDATE_NAMES - cdc.util.xml.XmlWriter.Feature
If enabled, elements and attributes names are not checked.
dontValidateChars - Variable in class cdc.util.xml.XmlWriter
DONT_VALIDATE_CHARS feature as boolean for better performances.
dontValidateNames - Variable in class cdc.util.xml.XmlWriter
DONT_VALIDATE_NAMES feature as boolean for better performances.

E

ELEMENT - cdc.util.xml.XmlUtils.Context
The text is in an element.
endCData() - Method in class cdc.util.xml.XmlWriter
Closes the current CData.
endComment() - Method in class cdc.util.xml.XmlWriter
Closes the current comment.
endDocument() - Method in class cdc.util.xml.XmlWriter
 
endElement() - Method in class cdc.util.xml.XmlWriter
 
endProcessingInstruction() - Method in class cdc.util.xml.XmlWriter
 
error(String) - Method in class cdc.util.xml.AbstractStAXParser
Throws an InvalidDataExeption.
escape(String, XmlUtils.Context, XmlUtils.EscapingPolicy) - Static method in class cdc.util.xml.XmlUtils
Returns an escaped version of a string.
ESCAPE_ALWAYS - cdc.util.xml.XmlUtils.EscapingPolicy
 
ESCAPE_IF_NECESSARY - cdc.util.xml.XmlUtils.EscapingPolicy
 
eventTypeToString(int) - Static method in class cdc.util.xml.StAXSupport
 
execute(XmlStats.MainArgs) - Static method in class cdc.util.xml.tools.XmlStats
 
execute(XmlToHtml.MainArgs) - Static method in class cdc.util.xml.tools.XmlToHtml
 
expect(String, int) - Method in class cdc.util.xml.AbstractStAXParser
Checks that current event type is an expected one.
expectEndDocument(String) - Method in class cdc.util.xml.AbstractStAXParser
Checks that current event type is END_DOCUMENT.
expectEndElement(String, String) - Method in class cdc.util.xml.AbstractStAXParser
Checks that current event type is END_ELEMNT.
expectEndElement(String, String...) - Method in class cdc.util.xml.AbstractStAXParser
 
expectStartDocument(String) - Method in class cdc.util.xml.AbstractStAXParser
Checks that current event type is START_DOCUMENT.
expectStartElement(String, String) - Method in class cdc.util.xml.AbstractStAXParser
Checks that current event type is START_ELEMNT.
expectStartElement(String, String...) - Method in class cdc.util.xml.AbstractStAXParser
 

F

flush() - Method in class cdc.util.xml.XmlWriter
 

G

getAttributeAsBoolean(String, boolean) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsBoolean(String, boolean, FailureReaction, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsByte(String, byte) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsByte(String, byte, FailureReaction, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsDouble(String, double) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsDouble(String, double, FailureReaction, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsEnum(String, Class<E>, E) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsEnum(String, Class<E>, E, FailureReaction, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsFloat(String, float) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsFloat(String, float, FailureReaction, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsInt(String, int) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsInt(String, int, FailureReaction, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsLong(String, long) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsLong(String, long, FailureReaction, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalBoolean(String, Boolean) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalBoolean(String, Boolean, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalByte(String, Byte) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalByte(String, Byte, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalDouble(String, Double) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalDouble(String, Double, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalEnum(String, Class<E>, E) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalEnum(String, Class<E>, E, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalFloat(String, Float) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalFloat(String, Float, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalInt(String, Integer) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalInt(String, Integer, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalLong(String, Long) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalLong(String, Long, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalRawEnum(String, Class<? extends Enum<?>>, Enum<?>) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalRawEnum(String, Class<? extends Enum<?>>, Enum<?>, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalShort(String, Short) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsOptionalShort(String, Short, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsRawEnum(String, Class<? extends Enum<?>>, Enum<?>) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsRawEnum(String, Class<? extends Enum<?>>, Enum<?>, FailureReaction, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsShort(String, short) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeAsShort(String, short, FailureReaction, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeValue(String, String) - Method in class cdc.util.xml.AbstractStAXParser
 
getAttributeValue(String, String, FailureReaction) - Method in class cdc.util.xml.AbstractStAXParser
Returns an attribute value.
getConverter() - Method in class cdc.util.xml.XmlWriter
Returns the case converter.
getEndOfLine() - Method in class cdc.util.xml.XmlWriter
 
getIndentString() - Method in class cdc.util.xml.XmlWriter
 
getLabel() - Method in enum cdc.util.xml.XmlVersion
 
getLogger() - Method in class cdc.util.xml.AbstractStAXLoader
 
getLogger() - Method in class cdc.util.xml.AbstractStAXParser
 
getName() - Method in class cdc.util.xml.XmlWriterContext
 
getReaction() - Method in class cdc.util.xml.AbstractStAXParser
 
getType() - Method in class cdc.util.xml.XmlWriterContext
 
getValues() - Method in class cdc.util.xml.IntSet
 
GT - Static variable in class cdc.util.xml.XmlWriter
 

I

ignoreElement() - Method in class cdc.util.xml.AbstractStAXParser
Must be called after a START_ELEMENT has been found.
IN_CDATA - cdc.util.xml.XmlWriterContext.Type
After calling beginCData.
IN_CLOSED_DOC - cdc.util.xml.XmlWriterContext.Type
After closing of the root element.
IN_CLOSED_STREAM - cdc.util.xml.XmlWriterContext.Type
After calling endDocument.
IN_COMMENT - cdc.util.xml.XmlWriterContext.Type
After calling beginComment.
IN_MIXED_CONTENT - cdc.util.xml.XmlWriterContext.Type
Replaces IN_TAG and indicates that the element content is complex.
IN_OPEN_DOC - cdc.util.xml.XmlWriterContext.Type
After calling beginDocument
IN_OPEN_STREAM - cdc.util.xml.XmlWriterContext.Type
Initial state, before calling beginDocument.
IN_PI - cdc.util.xml.XmlWriterContext.Type
After calling begingProcessingInstruction.
IN_SIMPLE_CONTENT - cdc.util.xml.XmlWriterContext.Type
Replaces IN_TAG and indicates that the element content is simple.
IN_TAG - cdc.util.xml.XmlWriterContext.Type
After calling beginElement.
inputs - Variable in class cdc.util.xml.tools.XmlStats.MainArgs
 
IntSet - Class in cdc.util.xml
 
IntSet(int...) - Constructor for class cdc.util.xml.IntSet
 
isAttribute() - Method in enum cdc.util.xml.XmlUtils.Context
 
isEnabled(XmlWriter.Feature) - Method in class cdc.util.xml.XmlWriter
Returns true if a feature is enabled, false otherwise.
isNameChar(int) - Static method in class cdc.util.xml.XmlUtils
 
isNameStartChar(int) - Static method in class cdc.util.xml.XmlUtils
Returns true if a code point is valid as first character of an xml name.
isStartElement(String) - Method in class cdc.util.xml.AbstractStAXParser
Returns true if reader is on a START_ELEMENT that has a given name.
isValidName(String) - Static method in class cdc.util.xml.XmlUtils
Returns true if a string is a valid xml name.
isValidXml(String, XmlVersion) - Static method in class cdc.util.xml.XmlUtils
 
isValidXml10(String) - Static method in class cdc.util.xml.XmlUtils
Returns true if a string is null or contains only valid XML 1.0 characters.
isValidXml11(String) - Static method in class cdc.util.xml.XmlUtils
Returns true if a string is null or contains only valid XML 1.1 characters.
isWhiteSpace(char[], int, int) - Static method in class cdc.util.xml.XmlUtils
 
isWhiteSpace(int) - Static method in class cdc.util.xml.XmlUtils
Returns true if a code point is a white space.
isWhiteSpace(String) - Static method in class cdc.util.xml.XmlUtils
Returns true if a string is null or contains only white spaces.
isXml10Char(int) - Static method in class cdc.util.xml.XmlUtils
Returns true if a code point is valid for XML 1.0.
isXml11Char(int) - Static method in class cdc.util.xml.XmlUtils
Returns true if a code point is valid for XML 1.1.
isXmlChar(int, XmlVersion) - Static method in class cdc.util.xml.XmlUtils
 

L

LF - Static variable in class cdc.util.xml.XmlWriter
 
load(File) - Method in class cdc.util.xml.AbstractStAXLoader
 
load(File, Compressor) - Method in class cdc.util.xml.AbstractStAXLoader
 
load(InputStream) - Method in class cdc.util.xml.AbstractStAXLoader
 
load(InputStream, String) - Method in class cdc.util.xml.AbstractStAXLoader
 
load(InputStream, String, Compressor) - Method in class cdc.util.xml.AbstractStAXLoader
 
load(Reader) - Method in class cdc.util.xml.AbstractStAXLoader
 
load(String) - Method in class cdc.util.xml.AbstractStAXLoader
 
load(String, Compressor) - Method in class cdc.util.xml.AbstractStAXLoader
 
load(URL) - Method in class cdc.util.xml.AbstractStAXLoader
 
load(URL, Compressor) - Method in class cdc.util.xml.AbstractStAXLoader
 
logger - Variable in class cdc.util.xml.AbstractStAXParser
 
LOGGER - Static variable in class cdc.util.xml.tools.XmlStats
 
LOGGER - Static variable in class cdc.util.xml.tools.XmlToHtml
 
LOGGER - Static variable in class cdc.util.xml.XmlWriterContext
 
LT - Static variable in class cdc.util.xml.XmlWriter
 

M

main(String[]) - Static method in class cdc.util.xml.tools.XmlStats
 
main(String[]) - Static method in class cdc.util.xml.tools.XmlToHtml
 
MainArgs() - Constructor for class cdc.util.xml.tools.XmlStats.MainArgs
 
MainArgs() - Constructor for class cdc.util.xml.tools.XmlToHtml.MainArgs
 
margs - Variable in class cdc.util.xml.tools.XmlStats
 

N

needsEscape(String, XmlUtils.Context, XmlUtils.EscapingPolicy) - Static method in class cdc.util.xml.XmlUtils
Returns true is a string must be escaped.
next() - Method in class cdc.util.xml.AbstractStAXParser
Gets the next parsing event.
nextTag() - Method in class cdc.util.xml.AbstractStAXParser
Skips any white space (isWhiteSpace() returns true), COMMENT, or PROCESSING_INSTRUCTION, until a START_ELEMENT or END_ELEMENT is reached.

O

onError(String) - Method in class cdc.util.xml.AbstractStAXParser
Function that either keeps silent, warns or raises an exception, depending on error reaction.
onError(String, T) - Method in class cdc.util.xml.AbstractStAXParser
Function that either silently returns a value, warns and returns a value or raises an exception, depending on error reaction.
onResult(T, String, T) - Method in class cdc.util.xml.AbstractStAXParser
Function that returns a computed value if it is not null, or silently returns a default value, warns and returns a default value or throws an exception.
output - Variable in class cdc.util.xml.tools.XmlStats.MainArgs
 
output - Variable in class cdc.util.xml.tools.XmlToHtml.MainArgs
HTML output file or directory (mandatory).

P

params - Variable in class cdc.util.xml.tools.XmlToHtml.MainArgs
Map of parameters (name, value) pairs to be passed to the style sheet.
parse() - Method in class cdc.util.xml.AbstractStAXParser
Base method called to parse the stream.
parseChild() - Method in interface cdc.util.xml.AbstractStAXParser.ElementParser
 
parseChild(C) - Method in interface cdc.util.xml.AbstractStAXParser.ContextElementParser
 
parseChildren(C, String, AbstractStAXParser.ContextElementParser<C>) - Method in class cdc.util.xml.AbstractStAXParser
Utility used to parse an element and all its children.
parseChildren(String, AbstractStAXParser.ElementParser) - Method in class cdc.util.xml.AbstractStAXParser
 
popAll() - Method in class cdc.util.xml.XmlWriterContext
 
popContext() - Method in class cdc.util.xml.XmlWriterContext
 
PRETTY_PRINT - cdc.util.xml.XmlWriter.Feature
If set, pretty print output.
print(String) - Method in class cdc.util.xml.XmlWriterContext
 
pushContext(XmlWriterContext.Type) - Method in class cdc.util.xml.XmlWriterContext
 

Q

QUOT - Static variable in class cdc.util.xml.XmlWriter
 

R

reaction - Variable in class cdc.util.xml.AbstractStAXParser
 
reader - Variable in class cdc.util.xml.AbstractStAXParser
 
reset() - Method in class cdc.util.xml.XmlWriter
 

S

setCaseConverter(CaseConverter) - Method in class cdc.util.xml.XmlWriter
 
setEnabled(XmlWriter.Feature...) - Method in class cdc.util.xml.XmlWriter
 
setEnabled(XmlWriter.Feature, boolean) - Method in class cdc.util.xml.XmlWriter
Enables or disables a feature.
setEndOfLine(String) - Method in class cdc.util.xml.XmlWriter
Set the string to use for end of lines.
setIndentString(String) - Method in class cdc.util.xml.XmlWriter
Set the indent string.
setName(String) - Method in class cdc.util.xml.XmlWriterContext
 
setTabSize(int) - Method in class cdc.util.xml.XmlWriter
 
setType(XmlWriterContext.Type) - Method in class cdc.util.xml.XmlWriterContext
 
StAXSupport - Class in cdc.util.xml
 

T

TAB - Static variable in class cdc.util.xml.XmlWriter
 
toString() - Method in class cdc.util.xml.XmlWriterContext
 
toString(XMLStreamReader) - Static method in class cdc.util.xml.StAXSupport
 
trace() - Method in class cdc.util.xml.AbstractStAXParser
 
trace(String) - Method in class cdc.util.xml.AbstractStAXParser
 

U

unexpectedEvent() - Method in class cdc.util.xml.AbstractStAXParser
 
USE_CONVERTER - cdc.util.xml.XmlWriter.Feature
If set, use converter for element and attribute names.
USE_SINGLE_QUOTE - cdc.util.xml.XmlWriter.Feature
If set, use single quote instead of double quote for attribute delimiter.
USE_XML_EOL - cdc.util.xml.XmlWriter.Feature
If set, use LF for EOL.

V

validate(String, XmlVersion, FailureReaction) - Static method in class cdc.util.xml.XmlUtils
 
validate(String, XmlVersion, FailureReaction, int) - Static method in class cdc.util.xml.XmlUtils
Checks that a string contains only valid characters, and replaces invalid chars.
valueOf(String) - Static method in enum cdc.util.xml.XmlUtils.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cdc.util.xml.XmlUtils.EscapingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cdc.util.xml.XmlVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cdc.util.xml.XmlWriter.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cdc.util.xml.XmlWriterContext.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum cdc.util.xml.XmlUtils.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cdc.util.xml.XmlUtils.EscapingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cdc.util.xml.XmlVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cdc.util.xml.XmlWriter.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cdc.util.xml.XmlWriterContext.Type
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class cdc.util.xml.XmlWriter
 

X

xml - Variable in class cdc.util.xml.tools.XmlToHtml.MainArgs
XML input file (mandatory).
XML_1_0 - cdc.util.xml.XmlVersion
 
XML_1_1 - cdc.util.xml.XmlVersion
 
XML_SCHEMA_INSTANCE - Static variable in class cdc.util.xml.XmlWriter
 
XMLNS - Static variable in class cdc.util.xml.XmlWriter
 
XMLNS_XSI - Static variable in class cdc.util.xml.XmlWriter
 
XmlStats - Class in cdc.util.xml.tools
Utility that counts elements, attributes and texts in XML files.
XmlStats.MainArgs - Class in cdc.util.xml.tools
 
XmlToHtml - Class in cdc.util.xml.tools
Utility to convert an XML file to HTML using an XSLT.
XmlToHtml.MainArgs - Class in cdc.util.xml.tools
 
XmlUtils - Class in cdc.util.xml
Xml utilities.
XmlUtils.Context - Enum in cdc.util.xml
Escaping context.
XmlUtils.EscapingPolicy - Enum in cdc.util.xml
 
XmlVersion - Enum in cdc.util.xml
Enumeration of available XML versions.
XmlWriter - Class in cdc.util.xml
Basic XML writer.
XmlWriter() - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to System.out, with UTF-8 encoding.
XmlWriter(File) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a file using UTF-8 encoding.
XmlWriter(File, Compressor) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a file with UTF-8 encoding and compressor.
XmlWriter(File, String) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a file with a given encoding.
XmlWriter(File, String, Compressor) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a file with a given encoding and compressor.
XmlWriter(OutputStream) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to an OutputStream with UTF-8 encoding.
XmlWriter(OutputStream, String) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to an OutputStream with a given encoding.
XmlWriter(PrintStream) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a PrintStream, with UTF-8 encoding.
XmlWriter(Writer) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a Writer, with UTF-8 encoding.
XmlWriter(Writer, String) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a Writer with a given encoding.
XmlWriter(String) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a file with UTF-8 encoding.
XmlWriter(String, Compressor) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a file with a UTF-8 encoding and compressor.
XmlWriter(String, String) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a file with a given encoding.
XmlWriter(String, String, Compressor) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a file with a given encoding and compressor.
XmlWriter.Feature - Enum in cdc.util.xml
Enumeration of features supported by the writer.
XmlWriterContext - Class in cdc.util.xml
Used to manage the writer current context.
XmlWriterContext() - Constructor for class cdc.util.xml.XmlWriterContext
 
XmlWriterContext.Type - Enum in cdc.util.xml
 
XSI_SCHEMA_LOCATION - Static variable in class cdc.util.xml.XmlWriter
 
xslt - Variable in class cdc.util.xml.tools.XmlToHtml.MainArgs
XSLT transformation file (mandatory).
A B C D E F G I L M N O P Q R S T U V X 
All Classes All Packages