public interface BaseBearing
@xml:base
attribute.Modifier and Type | Field and Description |
---|---|
static String |
XML_BASE_ATTR_LOCAL_NAME
The
base attribute local name. |
static QName |
XML_BASE_ATTR_NAME
The
xml:base qualified attribute name. |
Modifier and Type | Method and Description |
---|---|
String |
getXMLBase()
Returns the
@xml:base attribute value. |
void |
setXMLBase(String newBase)
Sets the
@xml:base attribute value. |
static final String XML_BASE_ATTR_LOCAL_NAME
base
attribute local name.static final QName XML_BASE_ATTR_NAME
xml:base
qualified attribute name.Copyright © 2018 JBoss by Red Hat. All rights reserved.