public class TransformSchema extends Object
Constructor and Description |
---|
TransformSchema()
Default constructor.
|
TransformSchema(String uri,
String toPrefix,
String toFile)
Compound constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getToFile() |
String |
getToPrefix() |
String |
getUri() |
void |
setToFile(String toFile) |
void |
setToPrefix(String toPrefix) |
void |
setUri(String uri) |
String |
toString() |
public String getUri()
http://www.jguru.se/some/namespace
.
The namespace URI is mapped to its prefix in the schema element, i.e:
xmlns:xs="http://www.w3.org/2001/XMLSchema"
or
xmlns:foo="http://www.acme.com/xml/schema/foo"
.public void setUri(String uri)
uri
- the uripublic String getToPrefix()
<foo:bar/>
, the prefix is "foo" (and the element name is "bar").public void setToPrefix(String toPrefix)
toPrefix
- the prefixpublic String getToFile()
public void setToFile(String toFile)
toFile
- the new filenameCopyright © 2005–2018 MojoHaus. All rights reserved.