1 23 24 package org.enhydra.xml.lazydom; 25 26 import org.enhydra.xml.io.PreFormattedText; 27 import org.w3c.dom.Element ; 28 29 34 public interface LazyElement extends Element , LazyParent, PreFormattedText { 35 40 public void makeTemplateNode(int nodeId, 41 String text); 42 43 47 public LazyElement getTemplateElement(); 48 49 52 public boolean areAttributesExpanded(); 53 54 } 55 | Popular Tags |