public class StructuredSyntaxHandler extends DefaultHandler
| Modifiers | Name | Description | 
|---|---|---|
| static String | ALIGNMENT | |
| static String | ALIGN_CENTER | |
| static String | ALIGN_JUSTIFIED | |
| static String | ALIGN_LEFT | |
| static String | ALIGN_RIGHT | |
| static String | BACKGROUND | |
| static String | BIDI_LEVEL | |
| static String | BOLD | |
| static String | COMPONENT_ATTRIBUTE | |
| static String | COMPONENT_ELEMENT_NAME | |
| static String | COMPOSED_TEXT_ATTRIBUTE | |
| static String | FIRST_LINE_INDENT | |
| static String | FONT_FAMILY | |
| static String | FONT_SIZE | |
| static String | FOREGROUND | |
| static String | ICON_ATTRIBUTE | |
| static String | ICON_ELEMENT_NAME | |
| static String | ITALIC | |
| static String | LEFT_INDENT | |
| static String | LINE_SPACING | |
| static String | MODEL_ATTRIBUTE | |
| static String | NAME_ATTRIBUTE | |
| static String | ORIENTATION | |
| static String | REGEXP | |
| static String | RESOLVE_ATTRIBUTE | |
| static String | RIGHT_INDENT | |
| static String | SPACE_ABOVE | |
| static String | SPACE_BELOW | |
| static String | STRIKE_THROUGH | |
| static String | STYLE | |
| static String | SUBSCRIPT | |
| static String | SUPERSCRIPT | |
| static String | TAB_SET | |
| static String | UNDERLINE | 
| Constructor and description | 
|---|
| StructuredSyntaxHandler
                                (StructuredSyntaxDocumentFilter filter)Creates a new instance of MasterFrameHandler | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public void | characters(char[] ch, int start, int length) | 
|  | public void | endDocument() | 
|  | public void | endElement(String uri, String localName, String qName) | 
|  | public void | error(SAXParseException e) | 
|  | public void | startDocument() | 
|  | public void | startElement(String uri, String localName, String qName, Attributes attributes) | 
| Methods inherited from class | Name | 
|---|---|
| class DefaultHandler | error, warning, fatalError, setDocumentLocator, startDocument, endDocument, startPrefixMapping, endPrefixMapping, startElement, endElement, ignorableWhitespace, processingInstruction, skippedEntity, resolveEntity, notationDecl, unparsedEntityDecl, characters, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, declaration | 
Creates a new instance of MasterFrameHandler
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.