java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.xpp.XppUtils |
The Class DomUtils.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the attribute value as long from node.
| |||||||||||
Gets the attribute value from node.
| |||||||||||
Gets the element value as long from node.
| |||||||||||
Gets the element value from node.
| |||||||||||
Sets the attribute value to node.
| |||||||||||
Sets the element value.
| |||||||||||
Sets the element value to node.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the attribute value as long from node.
node | The node |
---|---|
attributeName | The attribute name |
Gets the attribute value from node.
node | The node |
---|---|
attributeName | The attribute name |
Gets the element value as long from node.
node | The node |
---|
XmlPullParserException | |
---|---|
IOException |
Gets the element value from node.
node | The node |
---|
XmlPullParserException | |
---|---|
IOException |
Sets the attribute value to node.
serializer | |
---|---|
attributeName | The attribute name |
attributeValue | The attribute value |
IOException |
---|
Sets the element value.
serializer | |
---|---|
elementValue | The element value |
IOException |
---|
Sets the element value to node.
serializer | |
---|---|
elementName | The element name |
elementValue | The element value |
IOException |
---|
parser |
---|
IOException | |
---|---|
XmlPullParserException |