org.deegree.framework.xml.schema
Class ElementReference
java.lang.Object
org.deegree.framework.xml.schema.ElementReference
public class ElementReference
- extends Object
Represents an element reference. The reference may be resolved or not. If it is resolved, the
referenced ElementDeclaration
is accessible, otherwise only the name of the
element is available.
- Since:
- 2.0
- Version:
- $Revision: 9339 $, $Date: 2007-12-27 13:31:52 +0100 (Do, 27 Dez 2007) $
- Author:
- Markus Schneider , last edited by: $Author: apoth $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementReference
public ElementReference(QualifiedName elementName)
- Creates an unresolved
ElementReference
.
- Parameters:
elementName
-
getName
public QualifiedName getName()
isResolved
public boolean isResolved()
getElementDeclaration
public ElementDeclaration getElementDeclaration()
resolve
public void resolve(ElementDeclaration declaration)
resolve
public void resolve()
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net