- action - Variable in class to.etc.syntaxer.ParserRule
-
- ACTION_HINTS - Static variable in class to.etc.syntaxer.ParserRule
-
- add(String, byte) - Method in class to.etc.syntaxer.KeywordMap
-
Adds a key-value mapping.
- add(char[], byte) - Method in class to.etc.syntaxer.KeywordMap
-
Adds a key-value mapping.
- add(KeywordMap) - Method in class to.etc.syntaxer.KeywordMap
-
Adds the content of another keyword map to this one.
- addRule(ParserRule) - Method in class to.etc.syntaxer.ParserRuleSet
-
- addRuleSet(ParserRuleSet) - Method in class to.etc.syntaxer.ParserRuleSet
-
Adds all rules contained in the given ruleset.
- addRuleSet(ParserRuleSet) - Method in class to.etc.syntaxer.TokenMarker
-
- AT_LINE_START - Static variable in class to.etc.syntaxer.ParserRule
-
- AT_WHITESPACE_END - Static variable in class to.etc.syntaxer.ParserRule
-
- AT_WORD_START - Static variable in class to.etc.syntaxer.ParserRule
-
- attribute(String, String, boolean) - Method in class to.etc.syntaxer.HandlerBase
-
Handle an attribute assignment.
- attribute(String, String, boolean) - Method in interface to.etc.syntaxer.XmlHandler
-
Attribute.
- attribute(String, String, boolean) - Method in class to.etc.syntaxer.XModeHandler
-
- ATTRIBUTE_CDATA - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute value is a string value.
- ATTRIBUTE_DEFAULT_FIXED - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute was declared #FIXED.
- ATTRIBUTE_DEFAULT_IMPLIED - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute was declared #IMPLIED.
- ATTRIBUTE_DEFAULT_REQUIRED - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute was declared #REQUIRED.
- ATTRIBUTE_DEFAULT_SPECIFIED - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute has a literal default value specified.
- ATTRIBUTE_DEFAULT_UNDECLARED - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute is not declared.
- ATTRIBUTE_ENTITIES - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute value is a list of entity names.
- ATTRIBUTE_ENTITY - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute value is the name of an entity.
- ATTRIBUTE_ENUMERATED - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute value is a token from an enumeration.
- ATTRIBUTE_ID - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute value is a unique identifier.
- ATTRIBUTE_IDREF - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute value is a reference to a unique identifier.
- ATTRIBUTE_IDREFS - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute value is a list of ID references.
- ATTRIBUTE_NMTOKEN - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute value is a name token.
- ATTRIBUTE_NMTOKENS - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute value is a list of name tokens.
- ATTRIBUTE_NOTATION - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute is the name of a notation.
- ATTRIBUTE_UNDECLARED - Static variable in class to.etc.syntaxer.XmlParser
-
Constant: the attribute has not been declared for this element type.
- getAttributeDefaultValue(String, String) - Method in class to.etc.syntaxer.XmlParser
-
Retrieve the default value of a declared attribute.
- getAttributeDefaultValueType(String, String) - Method in class to.etc.syntaxer.XmlParser
-
Retrieve the default value type of a declared attribute.
- getAttributeEnumeration(String, String) - Method in class to.etc.syntaxer.XmlParser
-
Retrieve the allowed values for an enumerated attribute type.
- getAttributeExpandedValue(String, String) - Method in class to.etc.syntaxer.XmlParser
-
Retrieve the expanded value of a declared attribute.
- getAttributeType(String, String) - Method in class to.etc.syntaxer.XmlParser
-
Retrieve the declared type of an attribute.
- getBackgroundColor() - Method in class to.etc.syntaxer.SyntaxStyle
-
Returns the background color.
- getCharWidth() - Method in class to.etc.syntaxer.SyntaxStyle
-
Returns the character width of the monospaced font.
- getColumn() - Method in exception to.etc.syntaxer.XmlException
-
Get the column number containing the error.
- getColumnNumber() - Method in class to.etc.syntaxer.XmlParser
-
Return the current column number.
- getDefault() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getDigitRegexp() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getElementContentModel(String) - Method in class to.etc.syntaxer.XmlParser
-
Look up the content model of an element.
- getElementContentType(String) - Method in class to.etc.syntaxer.XmlParser
-
Look up the content type of an element.
- getEntityNotationName(String) - Method in class to.etc.syntaxer.XmlParser
-
Get the notation name associated with an NDATA entity.
- getEntityPublicId(String) - Method in class to.etc.syntaxer.XmlParser
-
Return an external entity's public identifier, if any.
- getEntitySystemId(String) - Method in class to.etc.syntaxer.XmlParser
-
Return an external entity's system identifier.
- getEntityType(String) - Method in class to.etc.syntaxer.XmlParser
-
Find the type of an entity.
- getEntityValue(String) - Method in class to.etc.syntaxer.XmlParser
-
Return the value of an internal entity.
- getEscapeRule() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getFont() - Method in class to.etc.syntaxer.SyntaxStyle
-
Returns the style font.
- getForegroundColor() - Method in class to.etc.syntaxer.SyntaxStyle
-
Returns the text color.
- getHighlightDigits() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getIgnoreCase() - Method in class to.etc.syntaxer.KeywordMap
-
Returns true if the keyword map is set to be case insensitive,
false otherwise.
- getIgnoreCase() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getKeywords() - Method in class to.etc.syntaxer.KeywordMap
-
Returns an array containing all keywords in this keyword map.
- getKeywords() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getLine() - Method in exception to.etc.syntaxer.XmlException
-
Get the line number containing the error.
- getLineNumber() - Method in class to.etc.syntaxer.XmlParser
-
Return the current line number.
- getMainRuleSet() - Method in class to.etc.syntaxer.TokenMarker
-
- getMessage() - Method in exception to.etc.syntaxer.XmlException
-
Get the error message from the parser.
- getMode(String) - Static method in class to.etc.syntaxer.Colorizer
-
- getModeForExtension(String) - Static method in class to.etc.syntaxer.Colorizer
-
- getModeName() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getModeProperties() - Method in class to.etc.syntaxer.XModeHandler
-
- getName() - Method in class to.etc.syntaxer.Colorizer.Mode
-
- getName() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getNonAlphaNumericChars() - Method in class to.etc.syntaxer.KeywordMap
-
Returns all non-alphanumeric characters that appear in the
keywords of this keyword map.
- getNotationPublicId(String) - Method in class to.etc.syntaxer.XmlParser
-
Look up the public identifier for a notation.
- getNotationSystemId(String) - Method in class to.etc.syntaxer.XmlParser
-
Look up the system identifier for a notation.
- getNoWordSep() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getProperties() - Method in class to.etc.syntaxer.Colorizer.Mode
-
- getProperties() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getRuleCount() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getRules(char) - Method in class to.etc.syntaxer.ParserRuleSet
-
- getRuleSet(String) - Method in class to.etc.syntaxer.TokenMarker
-
- getRuleSets() - Method in class to.etc.syntaxer.TokenMarker
-
- getSegmentMapKey(Segment, int, int) - Method in class to.etc.syntaxer.KeywordMap
-
- getSetName() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getStandardRuleSet(byte) - Static method in class to.etc.syntaxer.ParserRuleSet
-
Returns a parser rule set that highlights everything with the
specified token type.
- getSystemId() - Method in exception to.etc.syntaxer.XmlException
-
Get the URI of the entity containing the error.
- getTerminateChar() - Method in class to.etc.syntaxer.ParserRuleSet
-
- getTokenMarker() - Method in class to.etc.syntaxer.Colorizer.Mode
-
- getTokenMarker() - Method in class to.etc.syntaxer.XModeHandler
-
- getTokenMarker(String) - Method in class to.etc.syntaxer.XModeHandler
-
Returns the token marker for the given mode.