java.lang.Object | |
↳ | com.microstrategy.utils.Version |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ATT_VERSION |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Version() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static void |
addBuildAttribute(XMLBuilder xml)
Adds a build version attribute to the current element
in the
XMLBuilder
construction. | ||||||||||
static String |
getBuild(Attributes attrs)
Retrieves the version from the org.xml.sax.Attributes
collection in SAX parsing.
| ||||||||||
static String |
getBuild(Document doc)
This retrieves the version from a DOM.
| ||||||||||
static String | getBuild() | ||||||||||
static void |
setBuildAttribute(Document doc)
Adds the build version attribute to the root element of
the given document.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a build version attribute to the current element
in the XMLBuilder
construction.
xml | The XMLBuilder .
|
---|
Retrieves the version from the org.xml.sax.Attributes collection in SAX parsing. If the attribute is absent, an empty String is returned.
attrs | org.xml.sax.Attributes collection. |
---|
This retrieves the version from a DOM. If the attribute is absent, an empty String is returned.
doc | The DOM document. |
---|
Adds the build version attribute to the root element of the given document.
doc | Document whose root element will be version stamped. |
---|