public class XBContext
extends java.lang.Object
Constructor and Description |
---|
XBContext() |
Modifier and Type | Method and Description |
---|---|
void |
clearSchemaLocationAttrs()
Clear the schemaLocation and noNamespaceSchemaLocation attributes.
|
void |
encodeSchemaLocationAttrs(XBXmlEncoder encoder)
Encode the schemaLocation and noNamespaceSchemaLocation attributes, if
they have values.
|
java.lang.String |
getNoNamespaceSchemaLocation()
Get the value of the noNamespaceSchemaLocation attribute.
|
java.util.List |
getSchemaLocation()
The schemaLocation attribute is a list of anyURI.
|
void |
setNoNamespaceSchemaLocation(java.lang.String value)
Set the value for the noNamespaceSchemaLocation property.
|
void |
setSchemaLocationFromAttribute(java.lang.String schemaLocation)
Update the schemaLocation property from the value of the
xsi:schemaLocation attribute.
|
public void clearSchemaLocationAttrs()
public void setSchemaLocationFromAttribute(java.lang.String schemaLocation)
schemaLocation
- The value of the xsi:schemaLocation attribute.public void encodeSchemaLocationAttrs(XBXmlEncoder encoder)
encoder
- public java.util.List getSchemaLocation()
public java.lang.String getNoNamespaceSchemaLocation()
public void setNoNamespaceSchemaLocation(java.lang.String value)
value
- Use null or empty string for none.