Serialized Form


Package base

Class base.MainWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

ScrollPaneTreeView

javax.swing.JScrollPane ScrollPaneTreeView

TabsPaneTables

javax.swing.JPanel TabsPaneTables

TabsPaneXDS

javax.swing.JPanel TabsPaneXDS

TabsPaneXML

javax.swing.JPanel TabsPaneXML

TabsPaneXSDSrollPane

javax.swing.JScrollPane TabsPaneXSDSrollPane

TreeView

javax.swing.JTree TreeView
premenna ktora sa vykresli do scroll pane


Convertor

Driver Convertor
trieda konvertoru - v baliku convert


Generator

SchemaGenerator Generator
trieda generatoru - v baliku xmltorng

Class base.XAboutFrame extends javax.swing.JDialog implements Serializable

Class base.XApplicationMessageFrame extends javax.swing.JDialog implements Serializable

Class base.XPropertiesFrame extends javax.swing.JDialog implements Serializable

Class base.XQuitFrame extends javax.swing.JDialog implements Serializable

Serialized Fields

QuitFrameButtonCancel

javax.swing.JButton QuitFrameButtonCancel

Package base.table

Class base.table.DynamicTableCellRenderer extends javax.swing.JLabel implements Serializable

Class base.table.DynamicTableModel extends javax.swing.table.DefaultTableModel implements Serializable


Package base.tree

Class base.tree.XMLTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

elementColor

java.awt.Color elementColor

textColor

java.awt.Color textColor

attribute_name

java.lang.String attribute_name

attribute_value

java.lang.String attribute_value

atribut

org.jdom.Attribute atribut

att_list

java.util.List<E> att_list

Package convert.datatype.xsd.regex

Class convert.datatype.xsd.regex.RegexSyntaxException extends java.lang.Exception implements Serializable

Serialized Fields

position

int position

Package convert.relaxng.datatype

Class convert.relaxng.datatype.DatatypeException extends java.lang.Exception implements Serializable

Serialized Fields

index

int index

Package convert.relaxng.input

Class convert.relaxng.input.InputFailedException extends java.lang.Exception implements Serializable


Package convert.relaxng.output

Class convert.relaxng.output.OutputFailedException extends java.lang.Exception implements Serializable


Package convert.relaxng.output.common

Class convert.relaxng.output.common.ErrorReporter.WrappedSAXException extends java.lang.RuntimeException implements Serializable

Serialized Fields

exception

org.xml.sax.SAXException exception

Class convert.relaxng.output.common.XmlWriter.WrappedException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.io.IOException cause

Package convert.relaxng.output.dtd

Class convert.relaxng.output.dtd.GrammarPart.IncludeLoopException extends java.lang.RuntimeException implements Serializable

Serialized Fields

include

IncludeComponent include

Package convert.relaxng.output.rnc

Class convert.relaxng.output.rnc.Prettyprinter.WrappedException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.io.IOException cause

Package convert.relaxng.parse

Class convert.relaxng.parse.BuildException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class convert.relaxng.parse.IllegalSchemaException extends java.lang.Exception implements Serializable


Package convert.relaxng.parse.compact

Class convert.relaxng.parse.compact.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class convert.relaxng.parse.compact.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package convert.relaxng.translate.util

Class convert.relaxng.translate.util.InvalidParamsException extends java.lang.Exception implements Serializable

Class convert.relaxng.translate.util.InvalidParamValueException extends java.lang.Exception implements Serializable

Class convert.relaxng.translate.util.ParamValuePresenceException extends java.lang.Exception implements Serializable


Package convert.util

Class convert.util.OptionParser.InvalidOptionException extends java.lang.Exception implements Serializable

Class convert.util.OptionParser.MissingArgumentException extends java.lang.Exception implements Serializable


Package convert.xml.dtd.parse

Class convert.xml.dtd.parse.ParseException extends java.io.IOException implements Serializable

Serialized Fields

localizer

Localizer localizer

location

java.lang.String location

lineNumber

int lineNumber

columnNumber

int columnNumber

Class convert.xml.dtd.parse.PrologSyntaxException extends java.lang.Exception implements Serializable


Package convert.xml.tok

Class convert.xml.tok.EmptyTokenException extends TokenException implements Serializable

Class convert.xml.tok.EndOfPrologException extends TokenException implements Serializable

Class convert.xml.tok.ExtensibleTokenException extends TokenException implements Serializable

Serialized Fields

tokType

int tokType

Class convert.xml.tok.InvalidTokenException extends TokenException implements Serializable

Serialized Fields

offset

int offset

type

byte type

Class convert.xml.tok.PartialCharException extends PartialTokenException implements Serializable

Serialized Fields

leadCharIndex

int leadCharIndex

Class convert.xml.tok.PartialTokenException extends TokenException implements Serializable

Class convert.xml.tok.TokenException extends java.lang.Exception implements Serializable