Package groovy.console.ui.text
Class StructuredSyntaxHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
groovy.console.ui.text.StructuredSyntaxHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
ConstructorDescriptionCreates a new instance of MasterFrameHandler -
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) void
void
endElement
(String uri, String localName, String qName) void
void
void
startElement
(String uri, String localName, String qName, Attributes attributes) Methods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
REGEXP
- See Also:
-
STYLE
- See Also:
-
ALIGN_CENTER
- See Also:
-
ALIGN_JUSTIFIED
- See Also:
-
ALIGN_LEFT
- See Also:
-
ALIGN_RIGHT
- See Also:
-
ALIGNMENT
- See Also:
-
BACKGROUND
- See Also:
-
BIDI_LEVEL
- See Also:
-
BOLD
- See Also:
-
COMPONENT_ATTRIBUTE
- See Also:
-
COMPONENT_ELEMENT_NAME
- See Also:
-
COMPOSED_TEXT_ATTRIBUTE
- See Also:
-
FIRST_LINE_INDENT
- See Also:
-
FONT_FAMILY
- See Also:
-
FONT_SIZE
- See Also:
-
FOREGROUND
- See Also:
-
ICON_ATTRIBUTE
- See Also:
-
ICON_ELEMENT_NAME
- See Also:
-
ITALIC
- See Also:
-
LEFT_INDENT
- See Also:
-
LINE_SPACING
- See Also:
-
MODEL_ATTRIBUTE
- See Also:
-
NAME_ATTRIBUTE
- See Also:
-
ORIENTATION
- See Also:
-
RESOLVE_ATTRIBUTE
- See Also:
-
RIGHT_INDENT
- See Also:
-
SPACE_ABOVE
- See Also:
-
SPACE_BELOW
- See Also:
-
STRIKE_THROUGH
- See Also:
-
SUBSCRIPT
- See Also:
-
SUPERSCRIPT
- See Also:
-
TAB_SET
- See Also:
-
UNDERLINE
- See Also:
-
-
Constructor Details
-
StructuredSyntaxHandler
Creates a new instance of MasterFrameHandler- Parameters:
filter
-
-
-
Method Details
-
characters
public void characters(char[] ch, int start, int length) - Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
-
endDocument
- Specified by:
endDocument
in interfaceContentHandler
- Overrides:
endDocument
in classDefaultHandler
- Throws:
SAXException
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
- Throws:
SAXException
-
error
- Specified by:
error
in interfaceErrorHandler
- Overrides:
error
in classDefaultHandler
- Throws:
SAXException
-
startDocument
- Specified by:
startDocument
in interfaceContentHandler
- Overrides:
startDocument
in classDefaultHandler
- Throws:
SAXException
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException - Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-