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 SummaryFields 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 SummaryConstructors Constructor Description StructuredSyntaxHandler(StructuredSyntaxDocumentFilter filter)Deprecated.Creates a new instance of MasterFrameHandler
 - 
Method SummaryAll 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.DefaultHandlerendPrefixMapping, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
 
- 
 
- 
- 
- 
Field Detail- 
REGEXPpublic static final String REGEXP Deprecated.- See Also:
- Constant Field Values
 
 - 
STYLEpublic static final String STYLE Deprecated.- See Also:
- Constant Field Values
 
 - 
ALIGN_CENTERpublic static final String ALIGN_CENTER Deprecated.- See Also:
- Constant Field Values
 
 - 
ALIGN_JUSTIFIEDpublic static final String ALIGN_JUSTIFIED Deprecated.- See Also:
- Constant Field Values
 
 - 
ALIGN_LEFTpublic static final String ALIGN_LEFT Deprecated.- See Also:
- Constant Field Values
 
 - 
ALIGN_RIGHTpublic static final String ALIGN_RIGHT Deprecated.- See Also:
- Constant Field Values
 
 - 
ALIGNMENTpublic static final String ALIGNMENT Deprecated.- See Also:
- Constant Field Values
 
 - 
BACKGROUNDpublic static final String BACKGROUND Deprecated.- See Also:
- Constant Field Values
 
 - 
BIDI_LEVELpublic static final String BIDI_LEVEL Deprecated.- See Also:
- Constant Field Values
 
 - 
BOLDpublic static final String BOLD Deprecated.- See Also:
- Constant Field Values
 
 - 
COMPONENT_ATTRIBUTEpublic static final String COMPONENT_ATTRIBUTE Deprecated.- See Also:
- Constant Field Values
 
 - 
COMPONENT_ELEMENT_NAMEpublic static final String COMPONENT_ELEMENT_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
COMPOSED_TEXT_ATTRIBUTEpublic static final String COMPOSED_TEXT_ATTRIBUTE Deprecated.- See Also:
- Constant Field Values
 
 - 
FIRST_LINE_INDENTpublic static final String FIRST_LINE_INDENT Deprecated.- See Also:
- Constant Field Values
 
 - 
FONT_FAMILYpublic static final String FONT_FAMILY Deprecated.- See Also:
- Constant Field Values
 
 - 
FONT_SIZEpublic static final String FONT_SIZE Deprecated.- See Also:
- Constant Field Values
 
 - 
FOREGROUNDpublic static final String FOREGROUND Deprecated.- See Also:
- Constant Field Values
 
 - 
ICON_ATTRIBUTEpublic static final String ICON_ATTRIBUTE Deprecated.- See Also:
- Constant Field Values
 
 - 
ICON_ELEMENT_NAMEpublic static final String ICON_ELEMENT_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
ITALICpublic static final String ITALIC Deprecated.- See Also:
- Constant Field Values
 
 - 
LEFT_INDENTpublic static final String LEFT_INDENT Deprecated.- See Also:
- Constant Field Values
 
 - 
LINE_SPACINGpublic static final String LINE_SPACING Deprecated.- See Also:
- Constant Field Values
 
 - 
MODEL_ATTRIBUTEpublic static final String MODEL_ATTRIBUTE Deprecated.- See Also:
- Constant Field Values
 
 - 
NAME_ATTRIBUTEpublic static final String NAME_ATTRIBUTE Deprecated.- See Also:
- Constant Field Values
 
 - 
ORIENTATIONpublic static final String ORIENTATION Deprecated.- See Also:
- Constant Field Values
 
 - 
RESOLVE_ATTRIBUTEpublic static final String RESOLVE_ATTRIBUTE Deprecated.- See Also:
- Constant Field Values
 
 - 
RIGHT_INDENTpublic static final String RIGHT_INDENT Deprecated.- See Also:
- Constant Field Values
 
 - 
SPACE_ABOVEpublic static final String SPACE_ABOVE Deprecated.- See Also:
- Constant Field Values
 
 - 
SPACE_BELOWpublic static final String SPACE_BELOW Deprecated.- See Also:
- Constant Field Values
 
 - 
STRIKE_THROUGHpublic static final String STRIKE_THROUGH Deprecated.- See Also:
- Constant Field Values
 
 - 
SUBSCRIPTpublic static final String SUBSCRIPT Deprecated.- See Also:
- Constant Field Values
 
 - 
SUPERSCRIPTpublic static final String SUPERSCRIPT Deprecated.- See Also:
- Constant Field Values
 
 - 
TAB_SETpublic static final String TAB_SET Deprecated.- See Also:
- Constant Field Values
 
 - 
UNDERLINEpublic static final String UNDERLINE Deprecated.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
StructuredSyntaxHandlerpublic StructuredSyntaxHandler(StructuredSyntaxDocumentFilter filter) Deprecated.Creates a new instance of MasterFrameHandler- Parameters:
- filter-
 
 
- 
 - 
Method Detail- 
characterspublic void characters(char[] ch, int start, int length)Deprecated.- Specified by:
- charactersin interface- ContentHandler
- Overrides:
- charactersin class- DefaultHandler
 
 - 
endDocumentpublic void endDocument() throws SAXExceptionDeprecated.- Specified by:
- endDocumentin interface- ContentHandler
- Overrides:
- endDocumentin class- DefaultHandler
- Throws:
- SAXException
 
 - 
endElementpublic void endElement(String uri, String localName, String qName) throws SAXException Deprecated.- Specified by:
- endElementin interface- ContentHandler
- Overrides:
- endElementin class- DefaultHandler
- Throws:
- SAXException
 
 - 
errorpublic void error(SAXParseException e) throws SAXException Deprecated.- Specified by:
- errorin interface- ErrorHandler
- Overrides:
- errorin class- DefaultHandler
- Throws:
- SAXException
 
 - 
startDocumentpublic void startDocument() throws SAXExceptionDeprecated.- Specified by:
- startDocumentin interface- ContentHandler
- Overrides:
- startDocumentin class- DefaultHandler
- Throws:
- SAXException
 
 - 
startElementpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException Deprecated.- Specified by:
- startElementin interface- ContentHandler
- Overrides:
- startElementin class- DefaultHandler
- Throws:
- SAXException
 
 
- 
 
-