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
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, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler
-
endDocument
Deprecated.- Specified by:
endDocumentin interfaceContentHandler- Overrides:
endDocumentin classDefaultHandler- Throws:
SAXException
-
endElement
Deprecated.- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler- Throws:
SAXException
-
error
Deprecated.- Specified by:
errorin interfaceErrorHandler- Overrides:
errorin classDefaultHandler- Throws:
SAXException
-
startDocument
Deprecated.- Specified by:
startDocumentin interfaceContentHandler- Overrides:
startDocumentin classDefaultHandler- Throws:
SAXException
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXExceptionDeprecated.- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-