Package org.outerj.daisy.diff.tag
Class TextAtom
java.lang.Object
org.outerj.daisy.diff.tag.TextAtom
- All Implemented Interfaces:
Atom
- Direct Known Subclasses:
DelimiterAtom
An Atom that represents a piece of ordinary text.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsIdentifier(Atom other) booleanbooleantoString()
-
Constructor Details
-
TextAtom
-
-
Method Details
-
getFullText
- Specified by:
getFullTextin interfaceAtom
-
getIdentifier
- Specified by:
getIdentifierin interfaceAtom
-
getInternalIdentifiers
- Specified by:
getInternalIdentifiersin interfaceAtom
-
hasInternalIdentifiers
public boolean hasInternalIdentifiers()- Specified by:
hasInternalIdentifiersin interfaceAtom
-
isValidAtom
- Specified by:
isValidAtomin interfaceAtom
-
toString
-
equalsIdentifier
- Specified by:
equalsIdentifierin interfaceAtom
-