| java.lang.Object org.enhydra.shark.xpdl.XPDLRepositoryHandler
All known Subclasses: org.enhydra.jawe.base.xpdlhandler.XPDLRepHandler,
XPDLRepositoryHandler | public class XPDLRepositoryHandler (Code) | | author: Miroslav Popov |
Method Summary | |
public void | fromXML(Element node, Package pkg) | public void | fromXML(Node node, XMLCollection cel) | public void | fromXML(Node node, XMLComplexElement cel) | public void | fromXML(Node node, XMLComplexChoice el) | public void | fromXML(Node node, XMLSimpleElement el) | public void | fromXML(Node node, XMLAttribute el) | public void | fromXMLBasic(Node node, XMLElement el) | public boolean | isXPDLPrefixEnabled() | public void | setXPDLPrefixEnabled(boolean enable) | public void | toXML(Document parent, Package pkg) | public void | toXML(Node parent, XMLCollection cel) | public void | toXML(Node parent, XMLComplexElement cel) | public void | toXML(Node parent, XMLComplexChoice el) | public void | toXML(Node parent, XMLSimpleElement el) | public void | toXML(Node parent, XMLAttribute el) |
logging | protected static boolean logging(Code) | | |
isXPDLPrefixEnabled | public boolean isXPDLPrefixEnabled()(Code) | | |
setXPDLPrefixEnabled | public void setXPDLPrefixEnabled(boolean enable)(Code) | | |
|
|