| org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource.create(String, ParserRuleContext, String)
Migration only, will be removed as soon as the migration is completed.
|
| org.opendaylight.yangtools.yang.parser.builder.impl.BuilderUtils.createSchemaPath(SchemaPath, QName...)
Use SchemaPath.createChild(QName...) instead.
|
| org.opendaylight.yangtools.yang.parser.impl.util.YangSourceContext.getValidInputStreams()
|
| org.opendaylight.yangtools.yang.parser.impl.util.YangSourceContext.getValidInputStreams(YangSourceContext) |
| org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource.getYangText()
Used for migration purposes. Users are advised to use the
schema repository to acquire the representation of their
choice. Will be removed as soon as the migration is completed.
|
| org.opendaylight.yangtools.yang.parser.impl.YangParserImpl.parseYangModels(File, File) |
| org.opendaylight.yangtools.yang.parser.impl.YangParserImpl.parseYangModels(List) |
| org.opendaylight.yangtools.yang.parser.impl.YangParserImpl.parseYangModels(List, SchemaContext) |
| org.opendaylight.yangtools.yang.parser.impl.YangParserImpl.parseYangModelsFromStreams(List) |
| org.opendaylight.yangtools.yang.parser.impl.YangParserImpl.parseYangModelsFromStreams(List, SchemaContext) |
| org.opendaylight.yangtools.yang.parser.builder.util.AbstractBuilder.setModuleName(String) |
| org.opendaylight.yangtools.yang.parser.builder.api.Builder.setModuleName(String)
Module name should be set during creation of builder.
|
| org.opendaylight.yangtools.yang.parser.builder.api.UsesNodeBuilder.setResolved(boolean)
Do not use this, this should be internal to the implementation
and public API contract.
|