| Constructor and Description |
|---|
XmlReader.XmlSplittable(Document doc)
Create an XML splittable rooted at the document element of the given
document.
|
XmlReader.XmlSplittable(Node node)
Create an XML splittable from the given node.
|
XmlReader.XmlSplittable(NodeList<Node> nodes)
Create an XML splittable for the given list of nodes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
double |
asNumber() |
void |
assign(com.google.web.bindery.autobean.shared.Splittable parent,
int index) |
void |
assign(com.google.web.bindery.autobean.shared.Splittable parent,
String propertyName) |
String |
asString() |
com.google.web.bindery.autobean.shared.Splittable |
deepCopy() |
com.google.web.bindery.autobean.shared.Splittable |
get(int index) |
com.google.web.bindery.autobean.shared.Splittable |
get(String key) |
String |
getPayload() |
List<String> |
getPropertyKeys() |
Object |
getReified(String key) |
boolean |
isBoolean() |
boolean |
isIndexed() |
boolean |
isKeyed() |
boolean |
isNull(int index) |
boolean |
isNull(String key) |
boolean |
isNumber() |
boolean |
isReified(String key) |
boolean |
isString() |
boolean |
isUndefined(String key) |
void |
setReified(String key,
Object object) |
void |
setSize(int i) |
int |
size() |
String |
toString() |
public XmlReader.XmlSplittable(Document doc)
doc - the document representing the root of this XML splittablepublic XmlReader.XmlSplittable(Node node)
node - the node representing the root of this XML splittablepublic boolean asBoolean()
asBoolean in interface com.google.web.bindery.autobean.shared.Splittablepublic double asNumber()
asNumber in interface com.google.web.bindery.autobean.shared.Splittablepublic void assign(com.google.web.bindery.autobean.shared.Splittable parent,
int index)
assign in interface com.google.web.bindery.autobean.shared.Splittablepublic void assign(com.google.web.bindery.autobean.shared.Splittable parent,
String propertyName)
assign in interface com.google.web.bindery.autobean.shared.Splittablepublic String asString()
asString in interface com.google.web.bindery.autobean.shared.Splittablepublic com.google.web.bindery.autobean.shared.Splittable deepCopy()
deepCopy in interface com.google.web.bindery.autobean.shared.Splittablepublic com.google.web.bindery.autobean.shared.Splittable get(int index)
get in interface com.google.web.bindery.autobean.shared.Splittablepublic com.google.web.bindery.autobean.shared.Splittable get(String key)
get in interface com.google.web.bindery.autobean.shared.Splittablepublic String getPayload()
getPayload in interface com.google.web.bindery.autobean.shared.Splittablepublic List<String> getPropertyKeys()
getPropertyKeys in interface com.google.web.bindery.autobean.shared.Splittablepublic Object getReified(String key)
getReified in interface com.google.web.bindery.autobean.shared.Splittablepublic boolean isBoolean()
isBoolean in interface com.google.web.bindery.autobean.shared.Splittablepublic boolean isIndexed()
isIndexed in interface com.google.web.bindery.autobean.shared.Splittablepublic boolean isKeyed()
isKeyed in interface com.google.web.bindery.autobean.shared.Splittablepublic boolean isNull(int index)
isNull in interface com.google.web.bindery.autobean.shared.Splittablepublic boolean isNull(String key)
isNull in interface com.google.web.bindery.autobean.shared.Splittablepublic boolean isNumber()
isNumber in interface com.google.web.bindery.autobean.shared.Splittablepublic boolean isReified(String key)
isReified in interface com.google.web.bindery.autobean.shared.Splittablepublic boolean isString()
isString in interface com.google.web.bindery.autobean.shared.Splittablepublic boolean isUndefined(String key)
isUndefined in interface com.google.web.bindery.autobean.shared.Splittablepublic void setReified(String key, Object object)
setReified in interface com.google.web.bindery.autobean.shared.Splittablepublic void setSize(int i)
setSize in interface com.google.web.bindery.autobean.shared.Splittablepublic int size()
size in interface com.google.web.bindery.autobean.shared.SplittableCopyright © 2012. All Rights Reserved.