| Package | Description |
|---|---|
| org.projectodd.vdx.core |
| Modifier and Type | Method and Description |
|---|---|
DocElement |
DocElement.endPosition(Position endPosition) |
DocElement |
DocElement.startPosition(Position position) |
| Modifier and Type | Method and Description |
|---|---|
List<List<DocElement>> |
ValidationContext.docElementSiblings(List<DocElement> element,
java.util.function.Function<DocElement,Boolean> pred) |
List<List<DocElement>> |
ValidationContext.pathsToDocElement(java.util.function.Function<DocElement,Boolean> pred) |
List<DocElement> |
ValidationContext.pathToDocElement(java.util.function.Function<DocElement,Boolean> pred) |
List<DocElement> |
ValidationContext.pathToDocElement(QName elementName,
Position position) |
Tree<DocElement> |
DocWalker.walk() |
| Modifier and Type | Method and Description |
|---|---|
List<List<DocElement>> |
ValidationContext.docElementSiblings(List<DocElement> element,
java.util.function.Function<DocElement,Boolean> pred) |
List<List<DocElement>> |
ValidationContext.docElementSiblings(List<DocElement> element,
java.util.function.Function<DocElement,Boolean> pred) |
List<SchemaElement> |
ValidationContext.mapDocPathToSchemaPath(List<DocElement> path) |
List<List<DocElement>> |
ValidationContext.pathsToDocElement(java.util.function.Function<DocElement,Boolean> pred) |
List<DocElement> |
ValidationContext.pathToDocElement(java.util.function.Function<DocElement,Boolean> pred) |
Copyright © 2017. All Rights Reserved.