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

A

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.
ATTRIBUTE_DOUBLE_QUOTE - cdc.util.xml.XmlUtil.Context
The text is in an attribute delimited by double quotes ('"').
ATTRIBUTE_SINGLE_QUOTE - cdc.util.xml.XmlUtil.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(String) - 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
 
CR - Static variable in class cdc.util.xml.XmlWriter
 

D

dataError(String) - Static method in class cdc.util.xml.XmlWriter
 

E

ELEMENT - cdc.util.xml.XmlUtil.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
 
escape(String, XmlUtil.Context, XmlUtil.EscapingPolicy) - Static method in class cdc.util.xml.XmlUtil
Returns an escaped version of a string.
ESCAPE_ALWAYS - cdc.util.xml.XmlUtil.EscapingPolicy
 
ESCAPE_IF_NECESSARY - cdc.util.xml.XmlUtil.EscapingPolicy
 
execute(XmlStats.MainArgs) - Static method in class cdc.util.xml.tools.XmlStats
 
execute(XmlToHtml.MainArgs) - Static method in class cdc.util.xml.tools.XmlToHtml
 

F

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

G

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
 
getName() - Method in class cdc.util.xml.XmlWriterContext
 
getType() - Method in class cdc.util.xml.XmlWriterContext
 
GT - Static variable in class cdc.util.xml.XmlWriter
 

I

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
 
InvalidDataException - Exception in cdc.util.xml
 
InvalidDataException(String) - Constructor for exception cdc.util.xml.InvalidDataException
 
InvalidDataException(String, Throwable) - Constructor for exception cdc.util.xml.InvalidDataException
 
InvalidStateException - Exception in cdc.util.xml
 
InvalidStateException(String) - Constructor for exception cdc.util.xml.InvalidStateException
 
isAttribute() - Method in enum cdc.util.xml.XmlUtil.Context
 
isEnabled(XmlWriter.Feature) - Method in class cdc.util.xml.XmlWriter
Returns true if a feature is enabled, false otherwise.
isIgnorableSpace(char) - Static method in class cdc.util.xml.XmlUtil
Returns true when a character is an ignorable space.
isIgnorableSpace(char[], int, int) - Static method in class cdc.util.xml.XmlUtil
Returns true when the characters in an array range are ignorable spaces.
isIgnorableSpace(String) - Static method in class cdc.util.xml.XmlUtil
Returns true when a string is is composed of ignorable spaces.

L

LF - Static variable in class cdc.util.xml.XmlWriter
 
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, XmlUtil.Context, XmlUtil.EscapingPolicy) - Static method in class cdc.util.xml.XmlUtil
Returns true is a string must be escaped.

O

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.
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

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

S

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
 

T

TAB - Static variable in class cdc.util.xml.XmlWriter
 
toString() - Method in class cdc.util.xml.XmlWriterContext
 

U

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

valueOf(String) - Static method in enum cdc.util.xml.XmlUtil.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cdc.util.xml.XmlUtil.EscapingPolicy
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.XmlUtil.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.XmlUtil.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.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.

X

xml - Variable in class cdc.util.xml.tools.XmlToHtml.MainArgs
XML input file (mandatory).
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
 
XmlUtil - Class in cdc.util.xml
Xml utilities.
XmlUtil.Context - Enum in cdc.util.xml
Escaping context.
XmlUtil.EscapingPolicy - Enum in cdc.util.xml
 
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, String) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a file with a given encoding.
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, String) - Constructor for class cdc.util.xml.XmlWriter
Creates an XmlWriter to a file with a given encoding.
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
 
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 
Skip navigation links

Copyright © 2018. All rights reserved.