Package org.dom4j

Examples of org.dom4j.DocumentType


/*     */
/*     */   public void accept(Visitor visitor)
/*     */   {
/* 109 */     visitor.visit(this);
/*     */
/* 111 */     DocumentType docType = getDocType();
/*     */
/* 113 */     if (docType != null) {
/* 114 */       visitor.visit(docType);
/*     */     }
/*     */
View Full Code Here

TOP

Related Classes of org.dom4j.DocumentType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.