Class SymbolHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.cakelab.jdoxml.impl.basehandler.BaseHandler<SymbolHandler>
-
- org.cakelab.jdoxml.impl.dochandler.SymbolHandler
-
- All Implemented Interfaces:
IDoc
,IDocSymbol
,IBaseHandler
,org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
public class SymbolHandler extends BaseHandler<SymbolHandler> implements IDocSymbol
Node representing an special symbol.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cakelab.jdoxml.api.IDocSymbol
IDocSymbol.Types
-
-
Field Summary
-
Fields inherited from class org.cakelab.jdoxml.impl.basehandler.BaseHandler
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
-
-
Constructor Summary
Constructors Constructor Description SymbolHandler(IBaseHandler parent, IDocSymbol.Types type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDoc.Kind
kind()
char
letter()
void
startSymbol(org.xml.sax.Attributes attrib)
IDocSymbol.Types
type()
java.lang.String
typeString()
-
Methods inherited from class org.cakelab.jdoxml.impl.basehandler.BaseHandler
addEndHandler, addEndHandler, addStartHandler, addStartHandler, characters, delegate, endElement, fallBackHandler, setDelegate, setDocumentLocator, setFallBackHandler, skippedEntity, startDocument, startElement
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
SymbolHandler
public SymbolHandler(IBaseHandler parent, IDocSymbol.Types type)
-
-
Method Detail
-
startSymbol
public void startSymbol(org.xml.sax.Attributes attrib)
-
type
public IDocSymbol.Types type()
- Specified by:
type
in interfaceIDocSymbol
-
typeString
public java.lang.String typeString()
- Specified by:
typeString
in interfaceIDocSymbol
-
letter
public char letter()
- Specified by:
letter
in interfaceIDocSymbol
-
-