AndroidSdkHandler
/RepoManager
and associated classes instead.@Deprecated
public class RepoXsdUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTR_SCHEMA_LOCATION
Deprecated.
|
static java.lang.String |
NODE_IMPORT
Deprecated.
|
static java.lang.String |
NODE_INCLUDE
Deprecated.
|
Constructor and Description |
---|
RepoXsdUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static javax.xml.transform.stream.StreamSource[] |
getXsdStream(java.lang.String rootElement,
int version)
Deprecated.
Gets StreamSources for the given xsd (implied by the name and version), as well as any xsds imported or included by the main one.
|
public static final java.lang.String NODE_IMPORT
public static final java.lang.String NODE_INCLUDE
public static final java.lang.String ATTR_SCHEMA_LOCATION
public static javax.xml.transform.stream.StreamSource[] getXsdStream(java.lang.String rootElement, int version)
rootElement
- The root of the filename of the XML schema. This is by convention the same
as the root element declared by the schema.version
- The XML schema revision number, an integer ≥ 1.