DoRLFAElement.java
522 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.xfa.Element
*/
package com.adobe.aemds.guide.addon.dor.elements;
import com.adobe.aemds.guide.addon.dor.elements.DoRElement;
import com.adobe.xfa.Element;
import java.util.Properties;
public class DoRLFAElement
extends DoRElement {
public DoRLFAElement(Element xfaElement) throws Exception {
super(xfaElement);
}
@Override
public void applyProperties(Properties properties) throws Exception {
}
}