A C D E F G I M N P R S T X

A

addBottom(Task.Html) - Method in class net.sf.xframe.xsddoc.Task
Set the text to be placed at the bottom of each output file.
addDoctitle(Task.Html) - Method in class net.sf.xframe.xsddoc.Task
Add a document title to use for the overview page.
addFileset(FileSet) - Method in class net.sf.xframe.xsddoc.Task
Adds a set of files to be deleted.
addFooter(Task.Html) - Method in class net.sf.xframe.xsddoc.Task
Set the footer text to be placed at the bottom of each output file.
addHeader(Task.Html) - Method in class net.sf.xframe.xsddoc.Task
Set the header text to be placed at the top of each output file.
addText(String) - Method in class net.sf.xframe.xsddoc.Task.Html
Add text to the element.

C

CascadingException - exception net.sf.xframe.ex.CascadingException.
Class from which all xframe exceptions should inherit.
CascadingException(String) - Constructor for class net.sf.xframe.ex.CascadingException
Construct a new CascadingException instance.
CascadingException(String, Throwable) - Constructor for class net.sf.xframe.ex.CascadingException
Construct a new CascadingException instance.
CascadingException(Throwable) - Constructor for class net.sf.xframe.ex.CascadingException
Construct a new CascadingException instance.
CascadingThrowable - interface net.sf.xframe.ex.CascadingThrowable.
Interface which all cascadign throwables should implement.
captureStackTrace(Throwable) - Static method in class net.sf.xframe.ex.ExceptionUtil
Captures the stack trace associated with this exception.
copyFile(InputStream, File) - Static method in class net.sf.xframe.xsddoc.util.FileUtil
Copy a file.
copyFile(InputStream, OutputStream) - Static method in class net.sf.xframe.xsddoc.util.FileUtil
Copy a file.
copyFile(InputStream, String) - Static method in class net.sf.xframe.xsddoc.util.FileUtil
Copy a file.
copyFile(String, String) - Static method in class net.sf.xframe.xsddoc.util.FileUtil
Copy a file.

D

DomUtil - class net.sf.xframe.xsddoc.util.DomUtil.
DOM Utility methods.

E

ExceptionUtil - class net.sf.xframe.ex.ExceptionUtil.
This class provides basic facilities for manipulating exceptions.
equals(String, String) - Static method in class net.sf.xframe.xsddoc.util.StringUtil
Checks if two strings are equal.
execute() - Method in class net.sf.xframe.xsddoc.Processor
Executes xsddoc.
execute() - Method in class net.sf.xframe.xsddoc.Task
Execute xsddoc task.

F

FileUtil - class net.sf.xframe.xsddoc.util.FileUtil.
Static file utility methods.

G

getAbsoluteURI(String) - Static method in class net.sf.xframe.xsddoc.util.XMLUtil
Take a SystemID string and try and turn it into a good absolute URL.
getAbsoluteURI(String, String) - Static method in class net.sf.xframe.xsddoc.util.XMLUtil
Take a SystemID string and try and turn it into a good absolute URL.
getAbsoluteURIFromRelative(String) - Static method in class net.sf.xframe.xsddoc.util.XMLUtil
Get absolute URI from a given relative URI.
getAttributeValue(Node, String) - Static method in class net.sf.xframe.xsddoc.util.DomUtil
Returns the value of a named attribute of a given node.
getCause() - Method in class net.sf.xframe.ex.CascadingException
Retrieve root cause of the exception.
getCause() - Method in interface net.sf.xframe.ex.CascadingThrowable
Returns the root cause of this Throwable.
getCause(Throwable, boolean) - Static method in class net.sf.xframe.ex.ExceptionUtil
Utility method to get cause of exception.
getDocument(String) - Method in class net.sf.xframe.xsddoc.Processor
Deprecated. use getSource instead
getFirstElementChild(Node) - Static method in class net.sf.xframe.xsddoc.util.DomUtil
Returns the first child node that is an element (type == ELEMENT_NODE).
getLocalizedMessage() - Method in class net.sf.xframe.xsddoc.ProcessorException
 
getLocallizedMessageAndLocation(TransformerException) - Static method in class net.sf.xframe.xsddoc.util.XMLUtil
Get the localized error message of a TransformerException with location information appended.
getLocallizedMessageAndLocation(SAXParseException) - Static method in class net.sf.xframe.xsddoc.util.XMLUtil
Formats the systemId, column and row into to a String.
getLocation(String, String) - Static method in class net.sf.xframe.xsddoc.util.FileUtil
Returns the location of a file relative to a base file.
getMessage() - Method in class net.sf.xframe.xsddoc.ProcessorException
 
getResourceSource(String, String) - Method in class net.sf.xframe.xsddoc.Processor
Creates a source for a resource XML file.
getSource(Document, String) - Method in class net.sf.xframe.xsddoc.Processor
Cache handler for sources of schema documents.
getTargetNamespace(Document) - Method in class net.sf.xframe.xsddoc.Processor
Returns identifier of target namespace or "noNamespace" if no targetNamespace defined or empty.
getText() - Method in class net.sf.xframe.xsddoc.Task.Html
Get the current text for the element.

I

isDebug() - Method in class net.sf.xframe.xsddoc.Processor
Getter method for debug property.

M

Main - class net.sf.xframe.xsddoc.Main.
Command line interface of xsddoc.
main(String[]) - Static method in class net.sf.xframe.xsddoc.Main
Main method of command line interface of xsddoc.

N

NAMESPACE_NAMESPACE - Static variable in class net.sf.xframe.xsddoc.Processor
Namespace-URI of namespace of W3C-XML-Namespace.
NO_NAMESPACE - Static variable in class net.sf.xframe.xsddoc.Processor
Folder name for components that do not belong to a namespace.
net.sf.xframe.ex - package net.sf.xframe.ex
Base exception classes and utilities of the xframe project.
net.sf.xframe.xsddoc - package net.sf.xframe.xsddoc
This package contains all Java classes related to xsddoc.
net.sf.xframe.xsddoc.util - package net.sf.xframe.xsddoc.util
Utility classes.

P

Processor - class net.sf.xframe.xsddoc.Processor.
The xsddoc processor.
Processor() - Constructor for class net.sf.xframe.xsddoc.Processor
Default constructor.
ProcessorException - exception net.sf.xframe.xsddoc.ProcessorException.
Exception class for excpetions occuring in the xsddoc processor.
ProcessorException(String) - Constructor for class net.sf.xframe.xsddoc.ProcessorException
Construct a new ProcessorException instance.
ProcessorException(Throwable) - Constructor for class net.sf.xframe.xsddoc.ProcessorException
Construct a new ProcessorException instance.
ProcessorException(String, Throwable) - Constructor for class net.sf.xframe.xsddoc.ProcessorException
Construct a new ProcessorException instance.
printStackTrace() - Method in class net.sf.xframe.ex.CascadingException
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class net.sf.xframe.ex.CascadingException
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class net.sf.xframe.ex.CascadingException
Prints this Throwable and its backtrace to the specified print writer.
printStackTrace(Throwable) - Static method in class net.sf.xframe.ex.ExceptionUtil
Generate string for specified exception and the cause of this exception (if any).
printStackTrace(Throwable, boolean) - Static method in class net.sf.xframe.ex.ExceptionUtil
Generate string for specified exception and if printCascading is true will print all cascading exceptions.
printStackTrace(Throwable, int) - Static method in class net.sf.xframe.ex.ExceptionUtil
Serialize the specified Throwable to a string.
printStackTrace(Throwable, int, boolean) - Static method in class net.sf.xframe.ex.ExceptionUtil
Generate exception string for specified exception to specified depth and all Cascading exceptions if printCascading is true.
printStackTrace(Throwable, int, boolean, boolean) - Static method in class net.sf.xframe.ex.ExceptionUtil
Generate exception string for specified exception to specified depth and all Cascading exceptions if printCascading is true.

R

RESOURCE_PROTOCOL - Static variable in class net.sf.xframe.xsddoc.Processor
protocol prefix for resource files.
removeDuplicates(Node) - Static method in class net.sf.xframe.xsddoc.util.DomUtil
Removes all duplicate children from a given node.
replace(String, char, char) - Static method in class net.sf.xframe.xsddoc.util.StringUtil
Replaces all occurances of a character within chars with a new character.
replace(String, String, char) - Static method in class net.sf.xframe.xsddoc.util.StringUtil
Replaces all occurances of characters of within chars with a new character.
run() - Method in class net.sf.xframe.xsddoc.Processor
Executes xsddoc and returns a string with all messages and exceptions that are normally sent to System.out.

S

SchemaException - exception net.sf.xframe.xsddoc.SchemaException.
Exception class indicating problems with a schema.
SchemaException(String) - Constructor for class net.sf.xframe.xsddoc.SchemaException
Construct a new SchemaException instance.
SchemaException(Throwable) - Constructor for class net.sf.xframe.xsddoc.SchemaException
Construct a new SchemaException instance.
SchemaException(String, Throwable) - Constructor for class net.sf.xframe.xsddoc.SchemaException
Construct a new SchemaException instance.
StringUtil - class net.sf.xframe.xsddoc.util.StringUtil.
String Utility methods.
setBottom(String) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for bottom property.
setBottom(String) - Method in class net.sf.xframe.xsddoc.Task
Set the text to be placed at the bottom of each output file.
setCss(String) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for CSS property.
setCss(String) - Method in class net.sf.xframe.xsddoc.Task
Setter method for css property.
setDebug(boolean) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for debug property.
setDebug(boolean) - Method in class net.sf.xframe.xsddoc.Task
Setter method for debug property.
setDir(String) - Method in class net.sf.xframe.xsddoc.Task
Setter method for dir property.
setDoctitle(String) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for title property.
setDoctitle(String) - Method in class net.sf.xframe.xsddoc.Task
Set the title of the generated overview page.
setFailonerror(boolean) - Method in class net.sf.xframe.xsddoc.Task
Setter method for failonerror attribute.
setFile(String) - Method in class net.sf.xframe.xsddoc.Task
Setter method for file property.
setFooter(String) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for footer property.
setFooter(String) - Method in class net.sf.xframe.xsddoc.Task
Set the footer text to be placed at the bottom of each output file.
setHeader(String) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for header property.
setHeader(String) - Method in class net.sf.xframe.xsddoc.Task
Set the header text to be placed at the top of each output file.
setHideAttributes(boolean) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for hideAttributes property.
setHideGroups(boolean) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for hideGroups property.
setHideLocalUsage(boolean) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for hideLocalUsage property.
setHideSubTypes(boolean) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for hideSubTypes property.
setHideTypes(boolean) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for hideTypes property.
setHideattributes(boolean) - Method in class net.sf.xframe.xsddoc.Task
Setter method for hideAttributes property.
setHidegroups(boolean) - Method in class net.sf.xframe.xsddoc.Task
Setter method for hideGroups property.
setHidelocalusage(boolean) - Method in class net.sf.xframe.xsddoc.Task
Setter method for hideLocalUsage property.
setHidesubtypes(boolean) - Method in class net.sf.xframe.xsddoc.Task
Setter method for hideSubTypes property.
setHidetypes(boolean) - Method in class net.sf.xframe.xsddoc.Task
Setter method for hideTypes property.
setMainSchema(Document) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for mainSchema property.
setOut(String) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for out property.
setOut(String) - Method in class net.sf.xframe.xsddoc.Task
Setter method for out property.
setProxyHost(String) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for proxyHost property.
setProxyPort(String) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for proxyPort property.
setQuiet(boolean) - Method in class net.sf.xframe.xsddoc.Task
Setter method for quiet property.
setSchemaLocation(String) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for schemaLocation property.
setSchemalocation(String) - Method in class net.sf.xframe.xsddoc.Task
Deprecated. use Task.setFile(java.lang.String) instead
setTargetNamespace(Document, String) - Method in class net.sf.xframe.xsddoc.Processor
Sets or overwrites the targetNamespace in a schema.
setTitle(String) - Method in class net.sf.xframe.xsddoc.Task
Deprecated. use Task.setDoctitle(java.lang.String) instead
setVerbose(boolean) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for verbose property.
setVerbose(boolean) - Method in class net.sf.xframe.xsddoc.Task
Setter method for verbose property.
setXml(boolean) - Method in class net.sf.xframe.xsddoc.Processor
Setter method for xml property.
setXml(boolean) - Method in class net.sf.xframe.xsddoc.Task
Setter method for xml attribute.

T

TARGETNAMESPACE - Static variable in class net.sf.xframe.xsddoc.Processor
Attribute name: targetNamespace.
Task - class net.sf.xframe.xsddoc.Task.
Adapter for xsddoc processor to Apache Ant.
Task() - Constructor for class net.sf.xframe.xsddoc.Task
Default constructor.
Task.Html - class net.sf.xframe.xsddoc.Task.Html.
An HTML fragment in a nested element of the xsddoc task.
Task.Html() - Constructor for class net.sf.xframe.xsddoc.Task.Html
 

X

XFrameException - exception net.sf.xframe.ex.XFrameException.
Abstract base class for all Exceptions withinf the xframe packages.
XFrameException(String) - Constructor for class net.sf.xframe.ex.XFrameException
Construct a new XFrameException instance.
XFrameException(Throwable) - Constructor for class net.sf.xframe.ex.XFrameException
Construct a new XFrameException instance.
XFrameException(String, Throwable) - Constructor for class net.sf.xframe.ex.XFrameException
Construct a new XFrameException instance.
XMLSCHEMA_NAMESPACE - Static variable in class net.sf.xframe.xsddoc.Processor
Namespace-URI of namespace of W3C-XML-Schema.
XMLUtil - class net.sf.xframe.xsddoc.util.XMLUtil.
This class is used to resolve relative URIs and SystemID strings into absolute URIs.
XSDDOC_NAMESPACE - Static variable in class net.sf.xframe.xsddoc.Processor
Namespace-URI of namespace of xsddoc.
XSDDOC_PREFIX - Static variable in class net.sf.xframe.xsddoc.Processor
Unique prefix for xsddoc attributes.

A C D E F G I M N P R S T X

Copyright © 2004-2005 xframe. All Rights Reserved.