|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.metaclass.io.DOMMetaClassDeserializer
Utility class to build a ClassDescriptor from a DOM representation Element.
Constructor Summary | |
DOMMetaClassDeserializer()
|
Method Summary | |
ClassDescriptor |
buildClassDescriptor(org.w3c.dom.Document document)
Build a ClassDescriptor from a Document. |
ClassDescriptor |
buildClassDescriptor(org.w3c.dom.Element element)
Build a ClassDescriptor from element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMMetaClassDeserializer()
Method Detail |
public ClassDescriptor buildClassDescriptor(org.w3c.dom.Document document) throws java.lang.Exception
document
- the document
java.lang.Exception
- if document malformedpublic ClassDescriptor buildClassDescriptor(org.w3c.dom.Element element) throws java.lang.Exception
element
- the element
java.lang.Exception
- if element malformed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |