public final class MountPointStatementSupport extends AbstractStatementSupport<QName,MountPointStatement,MountPointEffectiveStatement>
getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementDefinitionDeclared
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArgumentDefinition, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isIgnoringConfig, isIgnoringIfFeatures
public static MountPointStatementSupport getInstance()
public MountPointStatement createDeclared(StmtContext<QName,MountPointStatement,?> ctx)
StatementFactory
DeclaredStatement
for specified context.ctx
- Statement contextpublic MountPointEffectiveStatement createEffective(StmtContext<QName,MountPointStatement,MountPointEffectiveStatement> ctx)
StatementFactory
EffectiveStatement
for specified context.ctx
- Statement contextpublic QName parseArgumentValue(StmtContext<?,?,?> ctx, String value)
StatementSupport
ctx
- Context, which may be used to access source-specific namespaces required for parsing.value
- String representation of value, as was present in text source.public QName adaptArgumentValue(StmtContext<QName,MountPointStatement,MountPointEffectiveStatement> ctx, QNameModule targetModule)
StatementSupport
ctx
- Context, which may be used to access source-specific
namespaces required for parsing.targetModule
- Target module, may not be null.public void onStatementAdded(StmtContext.Mutable<QName,MountPointStatement,MountPointEffectiveStatement> stmt)
StatementSupport
StmtContext.getParentContext()
. One such use is populating the parent's namespaces to
allow it to locate this child statement.onStatementAdded
in interface StatementSupport<QName,MountPointStatement,MountPointEffectiveStatement>
onStatementAdded
in class AbstractStatementSupport<QName,MountPointStatement,MountPointEffectiveStatement>
stmt
- Context of added statement. No substatements are available.protected SubstatementValidator getSubstatementValidator()
AbstractStatementSupport
getSubstatementValidator
in class AbstractStatementSupport<QName,MountPointStatement,MountPointEffectiveStatement>
Copyright © 2020 OpenDaylight. All rights reserved.