Uses of Interface
org.apache.jackrabbit.vault.util.diff.Document.Element
-
Packages that use Document.Element Package Description org.apache.jackrabbit.vault.util.diff -
-
Uses of Document.Element in org.apache.jackrabbit.vault.util.diff
Subinterfaces of Document.Element in org.apache.jackrabbit.vault.util.diff Modifier and Type Interface Description static interface
Document.AnnotatedElement
The annotated element include the document source.Classes in org.apache.jackrabbit.vault.util.diff that implement Document.Element Modifier and Type Class Description static class
LineElementsFactory.IStringElement
An element that is based on a string but ignores the whitespaces in the equals method.static class
LineElementsFactory.StringElement
An element that is based on a string todo: create non-annotated varianstatic class
WordsElementsFactory.WordElement
Methods in org.apache.jackrabbit.vault.util.diff that return Document.Element Modifier and Type Method Description Document.Element[]
Document. getElements()
Return the elements of this documentDocument.Element[]
ElementsFactory. getElements()
Provides the elementsDocument.Element[]
LineElementsFactory. getElements()
Provides the elementsDocument.Element[]
WordsElementsFactory. getElements()
Methods in org.apache.jackrabbit.vault.util.diff with parameters of type Document.Element Modifier and Type Method Description void
ChangeListener. onDeleted(int leftIdx, int rightIdx, Document.Element elem)
Invoked for a deleted elementvoid
DefaultChangeListener. onDeleted(int leftLine, int rightLine, Document.Element text)
Invoked for a deleted elementvoid
InlineChangeListener. onDeleted(int leftLine, int rightLine, Document.Element text)
void
ChangeListener. onInserted(int leftIdx, int rightIdx, Document.Element elem)
Invoked for an inserted elementvoid
DefaultChangeListener. onInserted(int leftLine, int rightLine, Document.Element text)
Invoked for an inserted elementvoid
InlineChangeListener. onInserted(int leftLine, int rightLine, Document.Element text)
void
ChangeListener. onUnmodified(int leftIdx, int rightIdx, Document.Element elem)
Invoked for an unmodified elementvoid
DefaultChangeListener. onUnmodified(int leftLine, int rightLine, Document.Element text)
Invoked for an unmodified elementvoid
InlineChangeListener. onUnmodified(int leftLine, int rightLine, Document.Element text)
Constructors in org.apache.jackrabbit.vault.util.diff with parameters of type Document.Element Constructor Description WordsElementsFactory(Document.Element[] elements)
-