org.compass.core.xml.dom4j
Class Dom4jAliasedXmlObject
java.lang.Object
org.compass.core.xml.dom4j.Dom4jXmlObject
org.compass.core.xml.dom4j.Dom4jAliasedXmlObject
- All Implemented Interfaces:
- AliasedObject, AliasedXmlObject, XmlObject
public class Dom4jAliasedXmlObject
- extends Dom4jXmlObject
- implements AliasedXmlObject
A dom4j (http://www.dom4j.org) implementation of AliasedXmlObject.
- 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 |
Dom4jAliasedXmlObject
public Dom4jAliasedXmlObject(String alias,
Node node)
Dom4jAliasedXmlObject
public Dom4jAliasedXmlObject(String alias,
Node node,
Map<String,String> namespaces)
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.