- 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 exception 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.
- getFirstElementChild(Node) - Static method in class net.sf.xframe.xsddoc.util.DomUtil
-
Returns the first child node that is an element (type == ELEMENT_NODE).
- getListener() - Method in class net.sf.xframe.xsddoc.Processor
-
Getter method for listener property.
- getLocalizedMessage() - Method in exception 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(Throwable) - Static method in class net.sf.xframe.ex.ExceptionUtil
-
Returns the message of a throwable or the class name if the message is
null or empty.
- getMessage() - Method in exception net.sf.xframe.xsddoc.ProcessorException
-
- getText() - Method in class net.sf.xframe.xsddoc.Task.Html
-
Get the current text for the element.
- printStackTrace() - Method in exception net.sf.xframe.ex.CascadingException
-
Prints this Throwable
and its backtrace to the
standard error stream.
- printStackTrace(PrintStream) - Method in exception net.sf.xframe.ex.CascadingException
-
Prints this Throwable
and its backtrace to the
specified print stream.
- printStackTrace(PrintWriter) - Method in exception 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.
- Processor - Class in net.sf.xframe.xsddoc
-
The xsddoc processor.
- Processor() - Constructor for class net.sf.xframe.xsddoc.Processor
-
Default constructor.
- Processor.ConsoleListener - Class in net.sf.xframe.xsddoc
-
Implementation of the
ProcessorListener
interface that simple logs everything to the console.
- Processor.ConsoleListener() - Constructor for class net.sf.xframe.xsddoc.Processor.ConsoleListener
-
- ProcessorException - Exception in net.sf.xframe.xsddoc
-
Exception class for excpetions occuring in the xsddoc processor.
- ProcessorException(String) - Constructor for exception net.sf.xframe.xsddoc.ProcessorException
-
Construct a new ProcessorException
instance.
- ProcessorException(Throwable) - Constructor for exception net.sf.xframe.xsddoc.ProcessorException
-
Construct a new ProcessorException
instance.
- ProcessorException(String, Throwable) - Constructor for exception net.sf.xframe.xsddoc.ProcessorException
-
Construct a new ProcessorException
instance.
- ProcessorListener - Interface in net.sf.xframe.xsddoc
-
Listener interface for logging.
- SchemaException - Exception in net.sf.xframe.xsddoc
-
Exception class indicating problems with a schema.
- SchemaException(String) - Constructor for exception net.sf.xframe.xsddoc.SchemaException
-
Construct a new SchemaException
instance.
- SchemaException(Throwable) - Constructor for exception net.sf.xframe.xsddoc.SchemaException
-
Construct a new SchemaException
instance.
- SchemaException(String, Throwable) - Constructor for exception net.sf.xframe.xsddoc.SchemaException
-
Construct a new SchemaException
instance.
- 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.
- setCreateFolder(boolean) - Method in class net.sf.xframe.xsddoc.Processor
-
Setter method for createFolder property.
- setCreateFolder(boolean) - Method in class net.sf.xframe.xsddoc.Task
-
Setter method for createFolder attribute.
- 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.
- setHideattributes(boolean) - Method in class net.sf.xframe.xsddoc.Task
-
Setter method for hideAttributes property.
- setHideGroups(boolean) - Method in class net.sf.xframe.xsddoc.Processor
-
Setter method for hideGroups 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.Processor
-
Setter method for hideLocalUsage 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.Processor
-
Setter method for hideSubTypes 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.Processor
-
Setter method for hideTypes property.
- setHidetypes(boolean) - Method in class net.sf.xframe.xsddoc.Task
-
Setter method for hideTypes property.
- setLauch(boolean) - Method in class net.sf.xframe.xsddoc.Task
-
Setter method for lauch attribute.
- setLaunch(boolean) - Method in class net.sf.xframe.xsddoc.Processor
-
Setter method for launch property.
- setListener(ProcessorListener) - Method in class net.sf.xframe.xsddoc.Processor
-
Setter method for the listener.
- 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
-
- setTitle(String) - Method in class net.sf.xframe.xsddoc.Task
-
- 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.
- StringUtil - Class in net.sf.xframe.xsddoc.util
-
String Utility methods.