public class XpdlExternalReference extends XpdlElement
lineNumber, tag, XpdlText| Constructor and Description |
|---|
XpdlExternalReference(java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValidity(Xpdl xpdl)
Default check for validity: No action.
|
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
java.lang.String |
getLocation() |
java.lang.String |
getNamespace() |
java.lang.String |
getXref() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
void |
setLocation(java.lang.String location) |
void |
setNamespace(java.lang.String namespace) |
void |
setXref(java.lang.String xref) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, exportElements, getLineNumber, getTag, getXpdlText, importElement, importElements, importText, setLineNumber, setTag, setXpdlTextprotected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportAttributes in class XpdlElementprotected java.lang.String exportAttributes()
exportAttributes in class XpdlElementprotected void checkValidity(Xpdl xpdl)
XpdlElementcheckValidity in class XpdlElementpublic java.lang.String getXref()
public void setXref(java.lang.String xref)
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)