|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bibalex.daf.entities.phase.PhysicalElement
public abstract class PhysicalElement
The base class for PhysicalElements. Used to create FileElements and FolderElements.
Constructor Summary | |
---|---|
PhysicalElement()
|
Method Summary | |
---|---|
static PhysicalElement |
createElement(org.w3c.dom.Node node)
Creates one of the concrete classes according to the given node. |
abstract java.lang.String |
toXmlString()
Returns a String representing the PhysicalElement in xml format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhysicalElement()
Method Detail |
---|
public static PhysicalElement createElement(org.w3c.dom.Node node) throws PhaseDefinitionException
node
- The node to create a PhysicalElement from.
PhaseDefinitionException
- If the element couldn't be created from the given node.public abstract java.lang.String toXmlString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |