public class IPAddressAttributeProxy extends AbstractAttributeProxy
| Constructor and Description |
|---|
IPAddressAttributeProxy() |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
getInstance(Node root)
Tries to create a new
AttributeValue based on the given DOM root node. |
AttributeValue |
getInstance(String value)
Tries to create a new
AttributeValue based on the given String data. |
getInstancepublic AttributeValue getInstance(Node root) throws ParsingException
AttributeProxyAttributeValue based on the given DOM root node.root - the DOM root of some attribute dataAttributeValue representing the given dataParsingExceptionpublic AttributeValue getInstance(String value) throws ParsingException
AbstractAttributeProxyAttributeValue based on the given String data.getInstance in class AbstractAttributeProxyvalue - the text form of some attribute dataAttributeValue representing the given dataParsingExceptionCopyright © 2018 WSO2. All rights reserved.