Package org.outerj.daisy.diff.tag
Class TagAtom
java.lang.Object
org.outerj.daisy.diff.tag.TagAtom
- All Implemented Interfaces:
Atom
An atom that represents a closing or opening tag.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsIdentifier(Atom other) booleanbooleanstatic booleanisValidTag(String s) toString()
-
Constructor Details
-
TagAtom
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceAtom
-
getInternalIdentifiers
- Specified by:
getInternalIdentifiersin interfaceAtom
-
hasInternalIdentifiers
public boolean hasInternalIdentifiers()- Specified by:
hasInternalIdentifiersin interfaceAtom
-
isValidTag
-
getFullText
- Specified by:
getFullTextin interfaceAtom
-
isValidAtom
- Specified by:
isValidAtomin interfaceAtom
-
toString
-
equalsIdentifier
- Specified by:
equalsIdentifierin interfaceAtom
-