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 interfaceDocument.AnnotatedElementThe annotated element include the document source.Classes in org.apache.jackrabbit.vault.util.diff that implement Document.Element Modifier and Type Class Description static classLineElementsFactory.IStringElementAn element that is based on a string but ignores the whitespaces in the equals method.static classLineElementsFactory.StringElementAn element that is based on a string todo: create non-annotated varianstatic classWordsElementsFactory.WordElementMethods 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 voidChangeListener. onDeleted(int leftIdx, int rightIdx, Document.Element elem)Invoked for a deleted elementvoidDefaultChangeListener. onDeleted(int leftLine, int rightLine, Document.Element text)Invoked for a deleted elementvoidInlineChangeListener. onDeleted(int leftLine, int rightLine, Document.Element text)voidChangeListener. onInserted(int leftIdx, int rightIdx, Document.Element elem)Invoked for an inserted elementvoidDefaultChangeListener. onInserted(int leftLine, int rightLine, Document.Element text)Invoked for an inserted elementvoidInlineChangeListener. onInserted(int leftLine, int rightLine, Document.Element text)voidChangeListener. onUnmodified(int leftIdx, int rightIdx, Document.Element elem)Invoked for an unmodified elementvoidDefaultChangeListener. onUnmodified(int leftLine, int rightLine, Document.Element text)Invoked for an unmodified elementvoidInlineChangeListener. 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)
-