A C D E F G I J N P R S U W X

A

AbstractXmlWriter - Class in com.generationjava.io.xml
Provides a few method implementations for XmlWriter implementations.
AbstractXmlWriter() - Constructor for class com.generationjava.io.xml.AbstractXmlWriter
 

C

close() - Method in class com.generationjava.io.xml.DelegatingXmlWriter
Close this writer.
close() - Method in class com.generationjava.io.xml.JarvWriter
 
close() - Method in class com.generationjava.io.xml.SimpleXmlWriter
Close this writer.
close() - Method in class com.generationjava.io.xml.XmlEncXmlWriter
Close this.xmlenc.
close() - Method in interface com.generationjava.io.xml.XmlWriter
Close this writer.
com.generationjava.io.xml - package com.generationjava.io.xml
 

D

DelegatingXmlWriter - Class in com.generationjava.io.xml
Superclass for any XmlWriter which will wrap another XmlWriter.
DelegatingXmlWriter(XmlWriter) - Constructor for class com.generationjava.io.xml.DelegatingXmlWriter
 

E

EMPTY_MODE - Static variable in class com.generationjava.io.xml.EmptyElementXmlWriter
Considers null and an empty string to be 'empty'.
EmptyElementXmlWriter - Class in com.generationjava.io.xml
Has various strategies for dealing with null or empty-string values.
EmptyElementXmlWriter(XmlWriter) - Constructor for class com.generationjava.io.xml.EmptyElementXmlWriter
Create an EmptyElementXmlWriter on top of an existing java.io.Writer.
endEntity() - Method in class com.generationjava.io.xml.DelegatingXmlWriter
End the current entity.
endEntity() - Method in class com.generationjava.io.xml.JarvWriter
 
endEntity() - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
End the current entity.
endEntity() - Method in class com.generationjava.io.xml.SimpleXmlWriter
End the current entity.
endEntity() - Method in class com.generationjava.io.xml.XmlEncXmlWriter
End the current entity.
endEntity() - Method in interface com.generationjava.io.xml.XmlWriter
End the current entity.
error(SAXParseException) - Method in class com.generationjava.io.xml.JarvWriter
 
escapeXml(String) - Static method in class com.generationjava.io.xml.XmlUtils
 

F

fatalError(SAXParseException) - Method in class com.generationjava.io.xml.JarvWriter
 
format(Object) - Method in class com.generationjava.io.xml.FormattingXmlWriter
 
FormattingXmlWriter - Class in com.generationjava.io.xml
Formats Numbers and Dates on the fly.
FormattingXmlWriter(XmlWriter) - Constructor for class com.generationjava.io.xml.FormattingXmlWriter
 

G

getAttribute(String, String) - Static method in class com.generationjava.io.xml.XmlUtils
 
getAttribute(String, String, int) - Static method in class com.generationjava.io.xml.XmlUtils
 
getContent(String, String) - Static method in class com.generationjava.io.xml.XmlUtils
 
getDefaultNamespace() - Method in class com.generationjava.io.xml.SimpleXmlWriter
 
getIndexClosingTag(String, String) - Static method in class com.generationjava.io.xml.XmlUtils
 
getIndexClosingTag(String, String, int) - Static method in class com.generationjava.io.xml.XmlUtils
 
getIndexOpeningTag(String, String) - Static method in class com.generationjava.io.xml.XmlUtils
 
getWriter() - Method in class com.generationjava.io.xml.DelegatingXmlWriter
 
getWriter() - Method in class com.generationjava.io.xml.SimpleXmlWriter
 
getWriter() - Method in class com.generationjava.io.xml.XmlEncXmlWriter
 
getWriter() - Method in interface com.generationjava.io.xml.XmlWriter
Obtain the Writer that is at the lowest level of this XmlWriter chain

I

IGNORE_EMPTY_MODE - Static variable in class com.generationjava.io.xml.EmptyElementXmlWriter
Ignores empty concepts and prints out all attributes/entities.

J

JarvWriter - Class in com.generationjava.io.xml
Validates the written XML against a DTD or XML Schema using the iso_relax/jarv library.
JarvWriter(XmlWriter, VerifierHandler) - Constructor for class com.generationjava.io.xml.JarvWriter
 

N

NULL_EMPTY_MODE - Static variable in class com.generationjava.io.xml.EmptyElementXmlWriter
Only considers null to be empty, so empty strings are outputted.

P

PrettyPrinterXmlWriter - Class in com.generationjava.io.xml
Handles indentation on the fly.
PrettyPrinterXmlWriter(XmlWriter) - Constructor for class com.generationjava.io.xml.PrettyPrinterXmlWriter
Create an PrettyPrinterXmlWriter on top of an existing XmlWriter.

R

removeXml(String) - Static method in class com.generationjava.io.xml.XmlUtils
Remove any xml tags from a String.

S

setDateFormat(DateFormat) - Method in class com.generationjava.io.xml.FormattingXmlWriter
When a java.util.Date object is written, it will use this to format it.
setDefaultNamespace(String) - Method in class com.generationjava.io.xml.SimpleXmlWriter
The default namespace.
setDefaultNamespace(String) - Method in class com.generationjava.io.xml.XmlEncXmlWriter
The default namespace.
setEmptyMode(Object) - Method in class com.generationjava.io.xml.EmptyElementXmlWriter
The emptiness strategy to use.
setIndent(String) - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
Specify the string to prepend to a line for each level of indent.
setNewline(String) - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
Specify the string used to terminate each line when pretty printing.
setNumberFormat(NumberFormat) - Method in class com.generationjava.io.xml.FormattingXmlWriter
When a Number object is written, it will use this to format it.
SimpleXmlWriter - Class in com.generationjava.io.xml
Makes writing XML much much easier.
SimpleXmlWriter(Writer) - Constructor for class com.generationjava.io.xml.SimpleXmlWriter
Create an SimpleXmlWriter on top of an existing java.io.Writer.

U

unescapeXml(String) - Static method in class com.generationjava.io.xml.XmlUtils
 

W

warning(SAXParseException) - Method in class com.generationjava.io.xml.JarvWriter
 
writeAttribute(String, Object) - Method in class com.generationjava.io.xml.DelegatingXmlWriter
Write an attribute out for the current entity.
writeAttribute(String, Object) - Method in class com.generationjava.io.xml.EmptyElementXmlWriter
 
writeAttribute(String, Object) - Method in class com.generationjava.io.xml.FormattingXmlWriter
 
writeAttribute(String, Object) - Method in class com.generationjava.io.xml.JarvWriter
 
writeAttribute(String, Object) - Method in class com.generationjava.io.xml.SimpleXmlWriter
Write an attribute out for the current entity.
writeAttribute(String, Object) - Method in class com.generationjava.io.xml.XmlEncXmlWriter
Write an attribute out for the current entity.
writeAttribute(String, Object) - Method in interface com.generationjava.io.xml.XmlWriter
Write an attribute out for the current entity.
writeCData(String) - Method in class com.generationjava.io.xml.DelegatingXmlWriter
Write out a chunk of CDATA.
writeCData(String) - Method in class com.generationjava.io.xml.EmptyElementXmlWriter
Write out a chunk of CDATA.
writeCData(String) - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
Write out a chunk of CDATA.
writeCData(String) - Method in class com.generationjava.io.xml.SimpleXmlWriter
Write out a chunk of CDATA.
writeCData(String) - Method in class com.generationjava.io.xml.XmlEncXmlWriter
Write out a chunk of CDATA.
writeCData(String) - Method in interface com.generationjava.io.xml.XmlWriter
Write out a chunk of CDATA.
writeComment(String) - Method in class com.generationjava.io.xml.DelegatingXmlWriter
Write out a chunk of comment.
writeComment(String) - Method in class com.generationjava.io.xml.EmptyElementXmlWriter
Write out a chunk of comment.
writeComment(String) - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
Write out a chunk of comment.
writeComment(String) - Method in class com.generationjava.io.xml.SimpleXmlWriter
Write out a chunk of comment.
writeComment(String) - Method in class com.generationjava.io.xml.XmlEncXmlWriter
Write out a chunk of comment.
writeComment(String) - Method in interface com.generationjava.io.xml.XmlWriter
Write out a chunk of comment.
writeEmptyEntity(String) - Method in class com.generationjava.io.xml.AbstractXmlWriter
A helper method.
writeEmptyEntity(String) - Method in class com.generationjava.io.xml.DelegatingXmlWriter
A helper method.
writeEmptyEntity(String) - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
A helper method.
writeEmptyEntity(String) - Method in interface com.generationjava.io.xml.XmlWriter
A helper method.
writeEntity(String) - Method in class com.generationjava.io.xml.DelegatingXmlWriter
Begin to write out an entity.
writeEntity(String) - Method in class com.generationjava.io.xml.EmptyElementXmlWriter
 
writeEntity(String) - Method in class com.generationjava.io.xml.JarvWriter
 
writeEntity(String) - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
 
writeEntity(String) - Method in class com.generationjava.io.xml.SimpleXmlWriter
Begin to write out an entity.
writeEntity(String) - Method in class com.generationjava.io.xml.XmlEncXmlWriter
Begin to write out an entity.
writeEntity(String) - Method in interface com.generationjava.io.xml.XmlWriter
Begin to write out an entity.
writeEntityWithText(String, Object) - Method in class com.generationjava.io.xml.AbstractXmlWriter
A helper method.
writeEntityWithText(String, Object) - Method in class com.generationjava.io.xml.DelegatingXmlWriter
A helper method.
writeEntityWithText(String, Object) - Method in class com.generationjava.io.xml.FormattingXmlWriter
 
writeEntityWithText(String, Object) - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
A helper method.
writeEntityWithText(String, Object) - Method in interface com.generationjava.io.xml.XmlWriter
A helper method.
writeText(Object) - Method in class com.generationjava.io.xml.DelegatingXmlWriter
Output body text.
writeText(Object) - Method in class com.generationjava.io.xml.EmptyElementXmlWriter
Output body text.
writeText(Object) - Method in class com.generationjava.io.xml.FormattingXmlWriter
 
writeText(Object) - Method in class com.generationjava.io.xml.JarvWriter
 
writeText(Object) - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
Output body text.
writeText(Object) - Method in class com.generationjava.io.xml.SimpleXmlWriter
Output body text.
writeText(Object) - Method in class com.generationjava.io.xml.XmlEncXmlWriter
Output body text.
writeText(Object) - Method in interface com.generationjava.io.xml.XmlWriter
Output body text.
writeXmlVersion() - Method in class com.generationjava.io.xml.AbstractXmlWriter
Makes it easy to output the xml version if such a thing is desired.
writeXmlVersion(String, String) - Method in class com.generationjava.io.xml.AbstractXmlWriter
 
writeXmlVersion() - Method in class com.generationjava.io.xml.DelegatingXmlWriter
Makes it easy to output the xml version if such a thing is desired.
writeXmlVersion(String, String) - Method in class com.generationjava.io.xml.DelegatingXmlWriter
 
writeXmlVersion(String, String, String) - Method in class com.generationjava.io.xml.DelegatingXmlWriter
Output the version, encoding and standalone nature of an xml file.
writeXmlVersion() - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
 
writeXmlVersion(String, String) - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
 
writeXmlVersion(String, String, String) - Method in class com.generationjava.io.xml.PrettyPrinterXmlWriter
 
writeXmlVersion(String, String, String) - Method in class com.generationjava.io.xml.SimpleXmlWriter
Output the version, encoding and standalone nature of an xml file.
writeXmlVersion(String, String, String) - Method in class com.generationjava.io.xml.XmlEncXmlWriter
Output the version, encoding and standalone nature of an xml file.
writeXmlVersion() - Method in interface com.generationjava.io.xml.XmlWriter
Makes it easy to output the xml version if such a thing is desired.
writeXmlVersion(String, String) - Method in interface com.generationjava.io.xml.XmlWriter
 
writeXmlVersion(String, String, String) - Method in interface com.generationjava.io.xml.XmlWriter
Output the version, encoding and standalone nature of an xml file.

X

XmlEncXmlWriter - Class in com.generationjava.io.xml
An XmlWriter implementation, meaning it actually does output, that sits on top of the znerd.ord XmlEnc library.
XmlEncXmlWriter(Writer) - Constructor for class com.generationjava.io.xml.XmlEncXmlWriter
 
XmlEncXmlWriter(Writer, String) - Constructor for class com.generationjava.io.xml.XmlEncXmlWriter
 
XmlUtils - Class in com.generationjava.io.xml
XML helping static methods.
XmlUtils() - Constructor for class com.generationjava.io.xml.XmlUtils
 
XmlWriter - Interface in com.generationjava.io.xml
Interface for anything which is able to output Xml.

A C D E F G I J N P R S U W X

Copyright © 2000-2007 OSJava. All Rights Reserved.