|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.comparison.CmsResourceComparison
org.opencms.workplace.comparison.CmsXmlDocumentComparison
public class CmsXmlDocumentComparison
A comparison of properties, attributes and elements of xml documents.
Field Summary |
---|
Fields inherited from class org.opencms.workplace.comparison.CmsResourceComparison |
---|
TYPE_ADDED, TYPE_CHANGED, TYPE_REMOVED, TYPE_UNCHANGED |
Constructor Summary | |
---|---|
CmsXmlDocumentComparison(CmsObject cms,
CmsFile res1,
CmsFile res2)
Creates a new xml document comparison. |
Method Summary | |
---|---|
java.util.List |
getElements()
Returns the elements. |
Methods inherited from class org.opencms.workplace.comparison.CmsResourceComparison |
---|
compareAttributes, compareProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsXmlDocumentComparison(CmsObject cms, CmsFile res1, CmsFile res2) throws CmsException
cms
- the CmsObject to useres1
- the first file to compareres2
- the second file to compare
CmsException
- if something goes wrongMethod Detail |
---|
public java.util.List getElements()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |