| java.lang.Object | |
| ↳ | com.google.gdata.util.XmlBlob |
Arbitrary self-contained block of XML.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| base | Initial xml:base value. |
||||||||||
| blob | Contents of the blob. | ||||||||||
| fullText | Contains strings from blob for full-text indexing. |
||||||||||
| lang | Initial xml:lang value. |
||||||||||
| namespaces | Namespace declarations inherited when this blob was parsed but used within it. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates an element closing tag containing an XML blob.
| |||||||||||
Generates an element opening tag containing an XML blob.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Initial xml:base value. This value is typically inherited through
the XML tree. The blob itself may contain overrides.
See http://www.cafeconleche.org/books/xmljava/chapters/ch03s03.html for more information.
Contents of the blob. Depending on how the blob was parsed, it may contain top-level text() nodes mixed together with child elements.
Contains strings from blob for full-text indexing.
Valid only when this blob comes from XmlParser.
Initial xml:lang value. This value is typically inherited through
the XML tree. The blob itself may contain overrides.
See http://www.w3.org/TR/REC-xml/#sec-lang-tag for more information.
Namespace declarations inherited when this blob was parsed but used within it.
Generates an element closing tag containing an XML blob.
| w | |
|---|---|
| namespace | |
| elementName | |
| xml |
| IOException |
|---|
| v |
|---|
| v |
|---|
| v |
|---|
| v |
|---|
Generates an element opening tag containing an XML blob.
| w | |
|---|---|
| namespace | |
| elementName | |
| xml | |
| additionalAttrs | |
| additionalNs |
| IOException |
|---|