List<List<SchemaElement>> |
ValidationContext.alternateElementsForAttribute(String attribute) |
List<List<SchemaElement>> |
ValidationContext.alternateElementsForElement(QName element) |
Set<SchemaElement> |
ValidationContext.elementsForElement(List<SchemaElement> path) |
List<SchemaElement> |
ValidationContext.mapDocLocationToSchemaPath(QName elementName,
Position position) |
List<SchemaElement> |
ValidationContext.mapDocPathToSchemaPath(List<DocElement> path) |
List<List<SchemaElement>> |
ValidationContext.pathsToSchemaElement(java.util.function.Function<SchemaElement,Boolean> pred) |
List<SchemaElement> |
ValidationContext.pathToSchemaElement(java.util.function.Function<SchemaElement,Boolean> pred) |
List<List<SchemaElement>> |
ValidationContext.schemaElementSiblings(List<SchemaElement> element) |
List<List<SchemaElement>> |
ValidationContext.schemaElementSiblings(List<SchemaElement> element,
java.util.function.Function<SchemaElement,Boolean> pred) |
List<SchemaElement> |
ValidationContext.schemaPathWithPrefix(List<SchemaElement> path) |