| Package | Description |
|---|---|
| org.outerj.daisy.diff.tag |
| Modifier and Type | Class and Description |
|---|---|
class |
DelimiterAtom
A TextAtom with an identifier from a limited set of delimiter strings.
|
class |
TagAtom
An atom that represents a closing or opening tag.
|
class |
TextAtom
An Atom that represents a piece of ordinary text.
|
| Modifier and Type | Method and Description |
|---|---|
Atom |
IAtomSplitter.getAtom(int i) |
Atom |
TagComparator.getAtom(int i) |
Atom |
ArgumentComparator.getAtom(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<Atom> |
TagComparator.getAtoms() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Atom.equalsIdentifier(Atom other) |
boolean |
TagAtom.equalsIdentifier(Atom other) |
boolean |
DelimiterAtom.equalsIdentifier(Atom a) |
boolean |
TextAtom.equalsIdentifier(Atom other) |
Copyright © 2022. All rights reserved.