public interface NormalizedNodeStreamAttributeWriter extends NormalizedNodeStreamWriter
UNKNOWN_SIZE
Modifier and Type | Method and Description |
---|---|
void |
leafNode(YangInstanceIdentifier.NodeIdentifier name,
Object value,
Map<QName,String> attributes) |
void |
leafSetEntryNode(QName name,
Object value,
Map<QName,String> attributes) |
void |
startContainerNode(YangInstanceIdentifier.NodeIdentifier name,
int childSizeHint,
Map<QName,String> attributes) |
void |
startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates identifier,
int childSizeHint,
Map<QName,String> attributes) |
void |
startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier name,
int childSizeHint,
Map<QName,String> attributes) |
void |
startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier name,
int childSizeHint,
Map<QName,String> attributes) |
anyxmlNode, close, endNode, flush, leafNode, leafSetEntryNode, nextDataSchemaNode, startAugmentationNode, startChoiceNode, startContainerNode, startLeafSet, startMapEntryNode, startMapNode, startOrderedLeafSet, startOrderedMapNode, startUnkeyedList, startUnkeyedListItem, startYangModeledAnyXmlNode
void leafNode(YangInstanceIdentifier.NodeIdentifier name, Object value, Map<QName,String> attributes) throws IOException
IOException
void leafSetEntryNode(QName name, Object value, Map<QName,String> attributes) throws IOException
IOException
void startContainerNode(YangInstanceIdentifier.NodeIdentifier name, int childSizeHint, Map<QName,String> attributes) throws IOException
IOException
void startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier name, int childSizeHint, Map<QName,String> attributes) throws IOException
IOException
void startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier name, int childSizeHint, Map<QName,String> attributes) throws IOException
IOException
void startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates identifier, int childSizeHint, Map<QName,String> attributes) throws IOException
IOException
Copyright © 2019 OpenDaylight. All rights reserved.