public final class AnydataStatementSupport extends AbstractQNameStatementSupport<AnydataStatement,EffectiveStatement<QName,AnydataStatement>>
| Modifier and Type | Method and Description |
|---|---|
AnydataStatement |
createDeclared(StmtContext<QName,AnydataStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
EffectiveStatement<QName,AnydataStatement> |
createEffective(StmtContext<QName,AnydataStatement,EffectiveStatement<QName,AnydataStatement>> ctx)
Create a
EffectiveStatement for specified context. |
static AnydataStatementSupport |
getInstance() |
protected SubstatementValidator |
getSubstatementValidator()
Returns corresponding substatement validator of a statement support.
|
void |
onStatementAdded(StmtContext.Mutable<QName,AnydataStatement,EffectiveStatement<QName,AnydataStatement>> stmt)
Invoked when a statement supported by this instance is added to build context.
|
QName |
parseArgumentValue(StmtContext<?,?,?> ctx,
String value)
Parses textual representation of argument in object representation.
|
adaptArgumentValuegetPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementDefinitionDeclaredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getImplicitParentFor, getStatementName, getUnknownStatementDefinitionOf, internArgument, isArgumentYinElement, isIgnoringConfig, isIgnoringIfFeaturespublic static AnydataStatementSupport getInstance()
public QName parseArgumentValue(StmtContext<?,?,?> ctx, String value)
StatementSupportctx - 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 void onStatementAdded(StmtContext.Mutable<QName,AnydataStatement,EffectiveStatement<QName,AnydataStatement>> stmt)
StatementSupportStmtContext.getParentContext(). One such use is populating the parent's namespaces to
allow it to locate this child statement.onStatementAdded in interface StatementSupport<QName,AnydataStatement,EffectiveStatement<QName,AnydataStatement>>onStatementAdded in class AbstractStatementSupport<QName,AnydataStatement,EffectiveStatement<QName,AnydataStatement>>stmt - Context of added statement. No substatements are available.public AnydataStatement createDeclared(StmtContext<QName,AnydataStatement,?> ctx)
StatementFactoryDeclaredStatement for specified context.ctx - Statement contextpublic EffectiveStatement<QName,AnydataStatement> createEffective(StmtContext<QName,AnydataStatement,EffectiveStatement<QName,AnydataStatement>> ctx)
StatementFactoryEffectiveStatement for specified context.ctx - Statement contextprotected SubstatementValidator getSubstatementValidator()
AbstractStatementSupportgetSubstatementValidator in class AbstractStatementSupport<QName,AnydataStatement,EffectiveStatement<QName,AnydataStatement>>Copyright © 2019 OpenDaylight. All rights reserved.