Package groovy.ui.text
Class StructuredSyntaxHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
groovy.ui.text.StructuredSyntaxHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
@Deprecated public class StructuredSyntaxHandler extends DefaultHandler
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static String
ALIGN_CENTER
Deprecated.static String
ALIGN_JUSTIFIED
Deprecated.static String
ALIGN_LEFT
Deprecated.static String
ALIGN_RIGHT
Deprecated.static String
ALIGNMENT
Deprecated.static String
BACKGROUND
Deprecated.static String
BIDI_LEVEL
Deprecated.static String
BOLD
Deprecated.static String
COMPONENT_ATTRIBUTE
Deprecated.static String
COMPONENT_ELEMENT_NAME
Deprecated.static String
COMPOSED_TEXT_ATTRIBUTE
Deprecated.static String
FIRST_LINE_INDENT
Deprecated.static String
FONT_FAMILY
Deprecated.static String
FONT_SIZE
Deprecated.static String
FOREGROUND
Deprecated.static String
ICON_ATTRIBUTE
Deprecated.static String
ICON_ELEMENT_NAME
Deprecated.static String
ITALIC
Deprecated.static String
LEFT_INDENT
Deprecated.static String
LINE_SPACING
Deprecated.static String
MODEL_ATTRIBUTE
Deprecated.static String
NAME_ATTRIBUTE
Deprecated.static String
ORIENTATION
Deprecated.static String
REGEXP
Deprecated.static String
RESOLVE_ATTRIBUTE
Deprecated.static String
RIGHT_INDENT
Deprecated.static String
SPACE_ABOVE
Deprecated.static String
SPACE_BELOW
Deprecated.static String
STRIKE_THROUGH
Deprecated.static String
STYLE
Deprecated.static String
SUBSCRIPT
Deprecated.static String
SUPERSCRIPT
Deprecated.static String
TAB_SET
Deprecated.static String
UNDERLINE
Deprecated. -
Constructor Summary
Constructors Constructor Description StructuredSyntaxHandler(StructuredSyntaxDocumentFilter filter)
Deprecated.Creates a new instance of MasterFrameHandler -
Method Summary
Modifier and Type Method Description void
characters(char[] ch, int start, int length)
Deprecated.void
endDocument()
Deprecated.void
endElement(String uri, String localName, String qName)
Deprecated.void
error(SAXParseException e)
Deprecated.void
startDocument()
Deprecated.void
startElement(String uri, String localName, String qName, Attributes attributes)
Deprecated.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
Deprecated.- See Also:
- Constant Field Values
-
STYLE
Deprecated.- See Also:
- Constant Field Values
-
ALIGN_CENTER
Deprecated.- See Also:
- Constant Field Values
-
ALIGN_JUSTIFIED
Deprecated.- See Also:
- Constant Field Values
-
ALIGN_LEFT
Deprecated.- See Also:
- Constant Field Values
-
ALIGN_RIGHT
Deprecated.- See Also:
- Constant Field Values
-
ALIGNMENT
Deprecated.- See Also:
- Constant Field Values
-
BACKGROUND
Deprecated.- See Also:
- Constant Field Values
-
BIDI_LEVEL
Deprecated.- See Also:
- Constant Field Values
-
BOLD
Deprecated.- See Also:
- Constant Field Values
-
COMPONENT_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
COMPONENT_ELEMENT_NAME
Deprecated.- See Also:
- Constant Field Values
-
COMPOSED_TEXT_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
FIRST_LINE_INDENT
Deprecated.- See Also:
- Constant Field Values
-
FONT_FAMILY
Deprecated.- See Also:
- Constant Field Values
-
FONT_SIZE
Deprecated.- See Also:
- Constant Field Values
-
FOREGROUND
Deprecated.- See Also:
- Constant Field Values
-
ICON_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
ICON_ELEMENT_NAME
Deprecated.- See Also:
- Constant Field Values
-
ITALIC
Deprecated.- See Also:
- Constant Field Values
-
LEFT_INDENT
Deprecated.- See Also:
- Constant Field Values
-
LINE_SPACING
Deprecated.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
NAME_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
ORIENTATION
Deprecated.- See Also:
- Constant Field Values
-
RESOLVE_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
RIGHT_INDENT
Deprecated.- See Also:
- Constant Field Values
-
SPACE_ABOVE
Deprecated.- See Also:
- Constant Field Values
-
SPACE_BELOW
Deprecated.- See Also:
- Constant Field Values
-
STRIKE_THROUGH
Deprecated.- See Also:
- Constant Field Values
-
SUBSCRIPT
Deprecated.- See Also:
- Constant Field Values
-
SUPERSCRIPT
Deprecated.- See Also:
- Constant Field Values
-
TAB_SET
Deprecated.- See Also:
- Constant Field Values
-
UNDERLINE
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
StructuredSyntaxHandler
Deprecated.Creates a new instance of MasterFrameHandler- Parameters:
filter
-
-
-
Method Details
-
characters
public void characters(char[] ch, int start, int length)Deprecated.- Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
-
endDocument
Deprecated.- Specified by:
endDocument
in interfaceContentHandler
- Overrides:
endDocument
in classDefaultHandler
- Throws:
SAXException
-
endElement
Deprecated.- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
- Throws:
SAXException
-
error
Deprecated.- Specified by:
error
in interfaceErrorHandler
- Overrides:
error
in classDefaultHandler
- Throws:
SAXException
-
startDocument
Deprecated.- Specified by:
startDocument
in interfaceContentHandler
- Overrides:
startDocument
in classDefaultHandler
- Throws:
SAXException
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXExceptionDeprecated.- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-