org.compass.core.xml.javax
Class NodeAliasedXmlObject
java.lang.Object
org.compass.core.xml.javax.NodeXmlObject
org.compass.core.xml.javax.NodeAliasedXmlObject
- All Implemented Interfaces:
- AliasedObject, AliasedXmlObject, XmlObject
public class NodeAliasedXmlObject
- extends NodeXmlObject
- implements AliasedXmlObject
A java 5 implementation of AliasedXmlObject wrapping a Node.
- Author:
- kimchy
|
Method Summary |
String |
getAlias()
Returns the alias name that is associated with the Object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeAliasedXmlObject
public NodeAliasedXmlObject(String alias,
Node node)
getAlias
public String getAlias()
- Description copied from interface:
AliasedObject
- Returns the alias name that is associated with the Object.
- Specified by:
getAlias in interface AliasedObject
Copyright (c) 2004-2008 The Compass Project.