List of usage examples for org.w3c.dom Document interface-usage
From source file org.opensingular.internal.lib.commons.xml.MDocument.java
public abstract class MDocument implements Document { public static void toMDocument(MDocument no) { throw SingularException.rethrow("No deveria ser chamadado esse metodo com um parmetro MDocument"); }
From source file org.metaeffekt.dcc.commons.spring.xml.ElementDocumentWrapper.java
public class ElementDocumentWrapper implements Document { private final Element element; public ElementDocumentWrapper(Element element) { this.element = element;
From source file com.marklogic.dom.DocumentImpl.java
/**
* A read-only W3C DOM Node implementation of MarkLogic's internal
* representation of an XML or text document as stored in the expanded tree
* cache of a forest on disk.
*
* <p>
From source file org.wso2.carbon.bpmn.core.types.datatypes.xml.api.XMLDocument.java
/** * Wrap class wrapping Document object implementing org.w3c.dom.Document as WSO2 BPMN XML datatype adding new functions */ public class XMLDocument implements Document { private Document doc;
From source file org.structr.web.entity.dom.Page.java
/**
* Represents a page resource
*
*
*
*/