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

T

TableCreator - Class in base.table
 
TableCreator() - Constructor for class base.table.TableCreator
 
TableFont - Static variable in class base.table.TableCreator
 
TabsPaneNormalForeground - Static variable in class base.MainWindow
 
TabsPaneSelectedForeground - Static variable in class base.MainWindow
 
TestDriver - Class in convert.xml.infer
 
TestDriver() - Constructor for class convert.xml.infer.TestDriver
 
text(String) - Method in class convert.relaxng.output.common.XmlWriter
 
text(String) - Method in class convert.relaxng.output.rnc.StreamingPrettyprinter
 
Text - Interface in xmltorng.framework.document.relaxng
Pattern for text.
TEXT_PATTERN - Static variable in class xmltorng.document.relaxng.impl.TextImpl
 
TextAnnotation - Class in convert.relaxng.edit
 
TextAnnotation(String) - Constructor for class convert.relaxng.edit.TextAnnotation
 
TextDecl - Class in convert.xml.tok
An XML TextDecl.
TextDecl(char[], int, int) - Constructor for class convert.xml.tok.TextDecl
Creates a TextDecl from the specified char subarray.
TextExpr(Annotations) - Method in class convert.relaxng.parse.compact.CompactSyntax
 
TextImpl - Class in xmltorng.document.relaxng.impl
 
TextParticle - Class in convert.xml.infer
 
TextParticle() - Constructor for class convert.xml.infer.TextParticle
 
TextPattern - Class in convert.relaxng.edit
 
TextPattern() - Constructor for class convert.relaxng.edit.TextPattern
 
textPattern() - Static method in class xmltorng.i2s.util.PatternFactory
 
ToggleDisplayModeChange(boolean) - Method in class base.XPropertiesFrame
 
TOK_ATTRIBUTE_VALUE_S - Static variable in class convert.xml.tok.Tokenizer
Represents a white space character in an attribute value, excluding white space characters that are part of line boundaries.
TOK_CDATA_SECT_CLOSE - Static variable in class convert.xml.tok.Tokenizer
Represents the end of a CDATA section ]]>.
TOK_CDATA_SECT_OPEN - Static variable in class convert.xml.tok.Tokenizer
Represents the start of a CDATA section <![CDATA[.
TOK_CHAR_PAIR_REF - Static variable in class convert.xml.tok.Tokenizer
Represents a numeric character reference (decimal or hexadecimal), when the referenced character is greater than 0xFFFF and so is represented by a pair of chars.
TOK_CHAR_REF - Static variable in class convert.xml.tok.Tokenizer
Represents a numeric character reference (decimal or hexadecimal), when the referenced character is less than or equal to 0xFFFF and so is represented by a single char.
TOK_CLOSE_BRACKET - Static variable in class convert.xml.tok.Tokenizer
Represents ] in the prolog.
TOK_CLOSE_PAREN - Static variable in class convert.xml.tok.Tokenizer
Represents a ) in the prolog that is not followed immediately by any of *, + or ?.
TOK_CLOSE_PAREN_ASTERISK - Static variable in class convert.xml.tok.Tokenizer
Represents )* in the prolog.
TOK_CLOSE_PAREN_PLUS - Static variable in class convert.xml.tok.Tokenizer
Represents )+ in the prolog.
TOK_CLOSE_PAREN_QUESTION - Static variable in class convert.xml.tok.Tokenizer
Represents )? in the prolog.
TOK_COMMA - Static variable in class convert.xml.tok.Tokenizer
Represents , in the prolog.
TOK_COMMENT - Static variable in class convert.xml.tok.Tokenizer
Represents a comment <!-- comment -->.
TOK_COND_SECT_CLOSE - Static variable in class convert.xml.tok.Tokenizer
Represents ]]> in the prolog.
TOK_COND_SECT_OPEN - Static variable in class convert.xml.tok.Tokenizer
Represents <![ in the prolog.
TOK_DATA_CHARS - Static variable in class convert.xml.tok.Tokenizer
Represents one or more characters of data.
TOK_DATA_NEWLINE - Static variable in class convert.xml.tok.Tokenizer
Represents a newline (CR, LF or CR followed by LF) in data.
TOK_DECL_CLOSE - Static variable in class convert.xml.tok.Tokenizer
Represents > in the prolog.
TOK_DECL_OPEN - Static variable in class convert.xml.tok.Tokenizer
Represents <!NAME in the prolog.
TOK_EMPTY_ELEMENT_NO_ATTS - Static variable in class convert.xml.tok.Tokenizer
Represents an empty element tag <name/>, that doesn't have any attribute specifications.
TOK_EMPTY_ELEMENT_WITH_ATTS - Static variable in class convert.xml.tok.Tokenizer
Represents an empty element tag <name att="val"/>, that contains one or more attribute specifications.
TOK_END_TAG - Static variable in class convert.xml.tok.Tokenizer
Represents a complete end-tag </name>.
TOK_ENTITY_REF - Static variable in class convert.xml.tok.Tokenizer
Represents a general entity reference.
TOK_LITERAL - Static variable in class convert.xml.tok.Tokenizer
Represents a literal (EntityValue, AttValue, SystemLiteral or PubidLiteral).
TOK_MAGIC_ENTITY_REF - Static variable in class convert.xml.tok.Tokenizer
Represents a general entity reference to a one of the 5 predefined entities amp, lt, gt, quot, apos.
TOK_NAME - Static variable in class convert.xml.tok.Tokenizer
Represents an unprefixed name in the prolog.
TOK_NAME_ASTERISK - Static variable in class convert.xml.tok.Tokenizer
Represents a name followed immediately by *.
TOK_NAME_PLUS - Static variable in class convert.xml.tok.Tokenizer
Represents a name followed immediately by +.
TOK_NAME_QUESTION - Static variable in class convert.xml.tok.Tokenizer
Represents a name followed immediately by ?.
TOK_NMTOKEN - Static variable in class convert.xml.tok.Tokenizer
Represents a name token in the prolog that is not a name.
TOK_OPEN_BRACKET - Static variable in class convert.xml.tok.Tokenizer
Represents [ in the prolog.
TOK_OPEN_PAREN - Static variable in class convert.xml.tok.Tokenizer
Represents a ( in the prolog.
TOK_OR - Static variable in class convert.xml.tok.Tokenizer
Represents | in the prolog.
TOK_PARAM_ENTITY_REF - Static variable in class convert.xml.tok.Tokenizer
Represents a parameter entity reference in the prolog.
TOK_PERCENT - Static variable in class convert.xml.tok.Tokenizer
Represents a % in the prolog that does not start a parameter entity reference.
TOK_PI - Static variable in class convert.xml.tok.Tokenizer
Represents a processing instruction.
TOK_POUND_NAME - Static variable in class convert.xml.tok.Tokenizer
Represents #NAME in the prolog.
TOK_PREFIXED_NAME - Static variable in class convert.xml.tok.Tokenizer
Represents a name with a prefix.
TOK_PROLOG_S - Static variable in class convert.xml.tok.Tokenizer
Represents whitespace in the prolog.
TOK_START_TAG_NO_ATTS - Static variable in class convert.xml.tok.Tokenizer
Represents a complete start-tag <name>, that doesn't have any attribute specifications.
TOK_START_TAG_WITH_ATTS - Static variable in class convert.xml.tok.Tokenizer
Represents a complete start-tag <name att="val">, that contains one or more attribute specifications.
TOK_XML_DECL - Static variable in class convert.xml.tok.Tokenizer
Represents an XML declaration or text declaration (a processing instruction whose target is xml).
token - Variable in class convert.relaxng.parse.compact.CompactSyntax
Current token.
Token - Class in convert.relaxng.parse.compact
Describes the input token stream.
Token() - Constructor for class convert.relaxng.parse.compact.Token
No-argument constructor
Token(int) - Constructor for class convert.relaxng.parse.compact.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class convert.relaxng.parse.compact.Token
Constructs a new token for the specified Image and Kind.
Token - Class in convert.xml.tok
Represents information returned by the tokenizing methods in Tokenizer.
Token() - Constructor for class convert.xml.tok.Token
 
token_source - Variable in class convert.relaxng.parse.compact.CompactSyntax
Generated Token Manager.
TokenException - Exception in convert.xml.tok
The superclass of all checked exceptions thrown by methods in Tokenizer.
TokenException() - Constructor for exception convert.xml.tok.TokenException
 
tokenImage - Static variable in interface convert.relaxng.parse.compact.CompactSyntaxConstants
Literal token values.
tokenImage - Variable in exception convert.relaxng.parse.compact.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenizeAttributeValue(char[], int, int, Token) - Static method in class convert.xml.tok.Tokenizer
Scans the first token of a char subarrary that contains part of literal attribute value.
tokenizeCdataSection(char[], int, int, Token) - Static method in class convert.xml.tok.Tokenizer
Scans the first token of a char subarrary that starts with the content of a CDATA section.
tokenizeContent(char[], int, int, ContentToken) - Static method in class convert.xml.tok.Tokenizer
Scans the first token of a char subarrary that contains content.
TOKENIZED - Static variable in class convert.xml.dtd.om.Datatype
 
tokenizedDatatype(String) - Method in interface convert.xml.dtd.om.DatatypeVisitor
 
TokenizedDatatype - Class in convert.xml.dtd.om
 
TokenizedDatatype(String) - Constructor for class convert.xml.dtd.om.TokenizedDatatype
 
tokenizeEntityValue(char[], int, int, Token) - Static method in class convert.xml.tok.Tokenizer
Scans the first token of a char subarrary that contains part of literal entity value.
tokenizeProlog(char[], int, int, Token) - Static method in class convert.xml.tok.Tokenizer
Scans the first token of a char subarray that contains part of a prolog.
Tokenizer - Class in convert.xml.tok
It provides operations on char arrays that represent all or part of a parsed XML entity.
Tokenizer() - Constructor for class convert.xml.tok.Tokenizer
 
TokenMgrError - Error in convert.relaxng.parse.compact
Token Manager Error.
TokenMgrError() - Constructor for error convert.relaxng.parse.compact.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error convert.relaxng.parse.compact.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error convert.relaxng.parse.compact.TokenMgrError
Full Constructor.
TopLevel - Interface in convert.relaxng.output.xsd.basic
 
TopLevel - Class in convert.xml.dtd.om
 
TopLevel() - Constructor for class convert.xml.dtd.om.TopLevel
 
topLevelAnnotation(ParsedElementAnnotation) - Method in interface convert.relaxng.parse.GrammarSection
 
topLevelComment(CommentList) - Method in interface convert.relaxng.parse.GrammarSection
 
TopLevelGrammar(Scope) - Method in class convert.relaxng.parse.compact.CompactSyntax
 
TopLevelLookahead() - Method in class convert.relaxng.parse.compact.CompactSyntax
 
TopLevelVisitor - Interface in convert.xml.dtd.om
 
toPropertyMap() - Method in class convert.util.PropertyMapBuilder
 
toString() - Method in class base.tree.JDOMAdapterNode
Tricky toString which allows for copying entire elements and their children from the xml viewer.
toString(int) - Method in class base.tree.JDOMAdapterNode
used recursively to space the xml
toString() - Method in class convert.relaxng.edit.Combine
 
toString() - Method in class convert.relaxng.parse.compact.Token
Returns the image.
toString() - Method in class convert.relaxng.parse.GrammarSection.Combine
 
toString() - Method in class convert.util.PropertyId
 
toString(Particle, String) - Static method in class convert.xml.infer.ParticleDumper
 
toString() - Method in class xmltorng.i2s.impl.OptionalRepeatableElementPatternCategory
 
toString() - Method in class xmltorng.i2s.impl.RepeatableElementPatternCategory
 
toString() - Method in class xmltorng.i2s.impl.RepeatableNameImpl
 
toUri(String) - Static method in class convert.util.UriOrFile
 
transform() - Method in class convert.relaxng.output.xsd.basic.SchemaTransformer
 
transformAttributeUseList(List<AttributeUse>) - Method in class convert.relaxng.output.xsd.basic.SchemaTransformer
 
transformParticleList(List<Particle>) - Method in class convert.relaxng.output.xsd.basic.SchemaTransformer
 
transformSimpleTypeList(List<SimpleType>) - Method in class convert.relaxng.output.xsd.basic.SchemaTransformer
 
translate(String) - Static method in class convert.datatype.xsd.regex.java.Translator
Translates a regular expression in the syntax of XML Schemas Part 2 into a regular expression in the syntax of java.util.regex.Pattern.
Translator - Class in convert.datatype.xsd.regex.java
Translates XML Schema regexes into java.util.regex regexes.
trimComment(String) - Static method in class convert.relaxng.input.CommentTrimmer
 

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