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 StringALIGN_CENTERDeprecated.static StringALIGN_JUSTIFIEDDeprecated.static StringALIGN_LEFTDeprecated.static StringALIGN_RIGHTDeprecated.static StringALIGNMENTDeprecated.static StringBACKGROUNDDeprecated.static StringBIDI_LEVELDeprecated.static StringBOLDDeprecated.static StringCOMPONENT_ATTRIBUTEDeprecated.static StringCOMPONENT_ELEMENT_NAMEDeprecated.static StringCOMPOSED_TEXT_ATTRIBUTEDeprecated.static StringFIRST_LINE_INDENTDeprecated.static StringFONT_FAMILYDeprecated.static StringFONT_SIZEDeprecated.static StringFOREGROUNDDeprecated.static StringICON_ATTRIBUTEDeprecated.static StringICON_ELEMENT_NAMEDeprecated.static StringITALICDeprecated.static StringLEFT_INDENTDeprecated.static StringLINE_SPACINGDeprecated.static StringMODEL_ATTRIBUTEDeprecated.static StringNAME_ATTRIBUTEDeprecated.static StringORIENTATIONDeprecated.static StringREGEXPDeprecated.static StringRESOLVE_ATTRIBUTEDeprecated.static StringRIGHT_INDENTDeprecated.static StringSPACE_ABOVEDeprecated.static StringSPACE_BELOWDeprecated.static StringSTRIKE_THROUGHDeprecated.static StringSTYLEDeprecated.static StringSUBSCRIPTDeprecated.static StringSUPERSCRIPTDeprecated.static StringTAB_SETDeprecated.static StringUNDERLINEDeprecated.
-
Constructor Summary
Constructors Constructor Description StructuredSyntaxHandler(StructuredSyntaxDocumentFilter filter)Deprecated.Creates a new instance of MasterFrameHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcharacters(char[] ch, int start, int length)Deprecated.voidendDocument()Deprecated.voidendElement(String uri, String localName, String qName)Deprecated.voiderror(SAXParseException e)Deprecated.voidstartDocument()Deprecated.voidstartElement(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
-
-
-
-
Field Detail
-
REGEXP
public static final String REGEXP
Deprecated.- See Also:
- Constant Field Values
-
STYLE
public static final String STYLE
Deprecated.- See Also:
- Constant Field Values
-
ALIGN_CENTER
public static final String ALIGN_CENTER
Deprecated.- See Also:
- Constant Field Values
-
ALIGN_JUSTIFIED
public static final String ALIGN_JUSTIFIED
Deprecated.- See Also:
- Constant Field Values
-
ALIGN_LEFT
public static final String ALIGN_LEFT
Deprecated.- See Also:
- Constant Field Values
-
ALIGN_RIGHT
public static final String ALIGN_RIGHT
Deprecated.- See Also:
- Constant Field Values
-
ALIGNMENT
public static final String ALIGNMENT
Deprecated.- See Also:
- Constant Field Values
-
BACKGROUND
public static final String BACKGROUND
Deprecated.- See Also:
- Constant Field Values
-
BIDI_LEVEL
public static final String BIDI_LEVEL
Deprecated.- See Also:
- Constant Field Values
-
BOLD
public static final String BOLD
Deprecated.- See Also:
- Constant Field Values
-
COMPONENT_ATTRIBUTE
public static final String COMPONENT_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
COMPONENT_ELEMENT_NAME
public static final String COMPONENT_ELEMENT_NAME
Deprecated.- See Also:
- Constant Field Values
-
COMPOSED_TEXT_ATTRIBUTE
public static final String COMPOSED_TEXT_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
FIRST_LINE_INDENT
public static final String FIRST_LINE_INDENT
Deprecated.- See Also:
- Constant Field Values
-
FONT_FAMILY
public static final String FONT_FAMILY
Deprecated.- See Also:
- Constant Field Values
-
FONT_SIZE
public static final String FONT_SIZE
Deprecated.- See Also:
- Constant Field Values
-
FOREGROUND
public static final String FOREGROUND
Deprecated.- See Also:
- Constant Field Values
-
ICON_ATTRIBUTE
public static final String ICON_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
ICON_ELEMENT_NAME
public static final String ICON_ELEMENT_NAME
Deprecated.- See Also:
- Constant Field Values
-
ITALIC
public static final String ITALIC
Deprecated.- See Also:
- Constant Field Values
-
LEFT_INDENT
public static final String LEFT_INDENT
Deprecated.- See Also:
- Constant Field Values
-
LINE_SPACING
public static final String LINE_SPACING
Deprecated.- See Also:
- Constant Field Values
-
MODEL_ATTRIBUTE
public static final String MODEL_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
NAME_ATTRIBUTE
public static final String NAME_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
ORIENTATION
public static final String ORIENTATION
Deprecated.- See Also:
- Constant Field Values
-
RESOLVE_ATTRIBUTE
public static final String RESOLVE_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
RIGHT_INDENT
public static final String RIGHT_INDENT
Deprecated.- See Also:
- Constant Field Values
-
SPACE_ABOVE
public static final String SPACE_ABOVE
Deprecated.- See Also:
- Constant Field Values
-
SPACE_BELOW
public static final String SPACE_BELOW
Deprecated.- See Also:
- Constant Field Values
-
STRIKE_THROUGH
public static final String STRIKE_THROUGH
Deprecated.- See Also:
- Constant Field Values
-
SUBSCRIPT
public static final String SUBSCRIPT
Deprecated.- See Also:
- Constant Field Values
-
SUPERSCRIPT
public static final String SUPERSCRIPT
Deprecated.- See Also:
- Constant Field Values
-
TAB_SET
public static final String TAB_SET
Deprecated.- See Also:
- Constant Field Values
-
UNDERLINE
public static final String UNDERLINE
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StructuredSyntaxHandler
public StructuredSyntaxHandler(StructuredSyntaxDocumentFilter filter)
Deprecated.Creates a new instance of MasterFrameHandler- Parameters:
filter-
-
-
Method Detail
-
characters
public void characters(char[] ch, int start, int length)Deprecated.- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler
-
endDocument
public void endDocument() throws SAXExceptionDeprecated.- Specified by:
endDocumentin interfaceContentHandler- Overrides:
endDocumentin classDefaultHandler- Throws:
SAXException
-
endElement
public void endElement(String uri, String localName, String qName) throws SAXException
Deprecated.- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler- Throws:
SAXException
-
error
public void error(SAXParseException e) throws SAXException
Deprecated.- Specified by:
errorin interfaceErrorHandler- Overrides:
errorin classDefaultHandler- Throws:
SAXException
-
startDocument
public void startDocument() throws SAXExceptionDeprecated.- Specified by:
startDocumentin interfaceContentHandler- Overrides:
startDocumentin classDefaultHandler- Throws:
SAXException
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
Deprecated.- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-
-