edu.byu.deg.osmx
Class OSMXSourceDocumentType
java.lang.Object
edu.byu.deg.osmx.OSMXElement
edu.byu.deg.osmx.binding.impl.SourceDocumentTypeImpl
edu.byu.deg.osmx.OSMXSourceDocumentType
- All Implemented Interfaces:
- com.sun.xml.bind.JAXBObject, Serializable, SourceDocumentType, UnmarshallableObject, ValidatableObject, XMLSerializable
- Direct Known Subclasses:
- SourceDocumentImpl
- public class OSMXSourceDocumentType
- extends SourceDocumentTypeImpl
Represents a SourceDocument
element in OSMX.
- See Also:
- Serialized Form
Methods inherited from class edu.byu.deg.osmx.binding.impl.SourceDocumentTypeImpl |
createRawValidator, createUnmarshaller, getDataInstanceElements, getPrimaryInterface, getUri, isSetDataInstanceElements, isSetUri, serializeAttributeBody, serializeAttributes, serializeElementBody, serializeURIs, setUri, unsetDataInstanceElements, unsetUri |
Methods inherited from class edu.byu.deg.osmx.OSMXElement |
addElementDeletionListener, addInternalIDChangeListener, addPropertyChangeListener, addToParentDocument, delete, firePropertyChange, getElementDeletionListeners, getInnerList, getInternalID, getInternalIDChangeListeners, getParent, getParentDocument, getParentOSM, getPropertyChangeListeners, getStyle, handleDeletionEvent, removeElementDeletionListener, removeInternalIDChangeListener, removePropertyChangeListener, replaceChild, replaceChild, setAsParentOf, setAsParentOf, setInternalID, setParentDocument |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSMXSourceDocumentType
public OSMXSourceDocumentType()
setParent
void setParent(OSMXElement elem)
- Overrides the inherited method in order to pass the call recursively down to its
child elements.
- Overrides:
setParent
in class OSMXElement
- Parameters:
elem
- The new parent of this element.
getParentSourceDocument
public OSMXSourceDocumentType getParentSourceDocument()
- Returns a reference to the source document that contains this source document in
the original document tree.
- Returns:
- The parent document for this source document. Result is
null
if this
source document has no parent document.