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 TypeMethodDescriptionboolean
equalsIdentifier
(Atom other) boolean
boolean
static boolean
isValidTag
(String s) toString()
-
Constructor Details
-
TagAtom
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifier
in interfaceAtom
-
getInternalIdentifiers
- Specified by:
getInternalIdentifiers
in interfaceAtom
-
hasInternalIdentifiers
public boolean hasInternalIdentifiers()- Specified by:
hasInternalIdentifiers
in interfaceAtom
-
isValidTag
-
getFullText
- Specified by:
getFullText
in interfaceAtom
-
isValidAtom
- Specified by:
isValidAtom
in interfaceAtom
-
toString
-
equalsIdentifier
- Specified by:
equalsIdentifier
in interfaceAtom
-