XML parser for Java.

PR:		ports/20578
Submitted by:	Marcin Cieslak <saper@SYSTEM.PL>
This commit is contained in:
Jun Kuriyama 2000-08-31 11:23:31 +00:00
parent 9e0088c514
commit ad21598e44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32146
6 changed files with 625 additions and 0 deletions

View File

@ -97,6 +97,7 @@
SUBDIR += wdiff
SUBDIR += word2x
SUBDIR += wordnet
SUBDIR += xerces
SUBDIR += xhtml
SUBDIR += xlhtml
SUBDIR += xls2xml

35
textproc/xerces/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: Xerces
# Date created: 2000/08/12
# Whom: Marcin Cieslak
#
# $FreeBSD$
#
PORTNAME= xerces
PORTVERSION= 1.1.3
CATEGORIES= textproc
MASTER_SITES= http://xml.apache.org/dist/xerces-j/
DISTNAME= Xerces-J-bin.${PORTVERSION}
MAINTAINER= saper@system.pl
RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./_/g}
JDK_VERSION= 1.1.8
NO_BUILD= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"
.include <bsd.port.pre.mk>
do-install:
@cd ${WRKSRC}; \
${MKDIR} ${PREFIX}/share/java/classes/; \
${INSTALL_DATA} ${WRKSRC}/xerces.jar ${WRKSRC}/xercesSamples.jar ${PREFIX}/share/java/classes/; \
${MKDIR} ${PREFIX}/share/java/${PKGNAME}/; \
${CP} LICENSE ${PREFIX}/share/java/${PKGNAME}/; \
${CP} -R docs ${PREFIX}/share/java/${PKGNAME}/; \
${CP} -R data ${PREFIX}/share/java/${PKGNAME}/
.include <bsd.port.post.mk>

1
textproc/xerces/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (Xerces-J-bin.1.1.3.tar.gz) = fb4fe8f7487fd7a86e11f38002cb4050

View File

@ -0,0 +1 @@
XML parser for Java

12
textproc/xerces/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
The Xerces Java Parser supports XML 1.0 recommendation and
contains advanced parser functionality, such as XML Schema, DOM
Level 2 version 1.0, and SAX Version 2, in addition to supporting
the industry-standard DOM Level 1 and SAX version 1 APIs.
This is the Apache Software Foundation project.
WWW: http://xml.apache.org/xerces-j/
--
Marcin Cieslak
saper@system.pl

575
textproc/xerces/pkg-plist Normal file
View File

@ -0,0 +1,575 @@
share/java/classes/xerces.jar
share/java/classes/xercesSamples.jar
share/java/xerces-%%PORTVERSION%%/data/personal-schema.xml
share/java/xerces-%%PORTVERSION%%/data/personal.dtd
share/java/xerces-%%PORTVERSION%%/data/personal.xml
share/java/xerces-%%PORTVERSION%%/data/personal.xsd
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/allclasses-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/deprecated-list.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/help-doc.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-1.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-10.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-11.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-12.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-13.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-14.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-15.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-16.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-17.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-18.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-19.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-2.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-20.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-21.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-22.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-23.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-24.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-3.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-4.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-5.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-6.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-7.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-8.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-9.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/DocumentBuilder.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/DocumentBuilderFactory.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/FactoryConfigurationError.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/ParserConfigurationException.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/SAXParser.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/SAXParserFactory.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLAnchorElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLAppletElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLAreaElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLBRElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLBaseElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLBaseFontElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLBodyElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLBuilder.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLButtonElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLDListElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLDOMImplementationImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLDirectoryElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLDivElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLDocumentImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFieldSetElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFontElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFormControl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFormElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFrameElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFrameSetElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLHRElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLHeadElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLHeadingElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLHtmlElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLIFrameElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLImageElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLInputElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLIsIndexElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLLIElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLLabelElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLLegendElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLLinkElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLMapElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLMenuElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLMetaElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLModElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLOListElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLObjectElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLOptGroupElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLOptionElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLParagraphElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLParamElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLPreElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLQuoteElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLScriptElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLSelectElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLStyleElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableCaptionElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableCellElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableColElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableRowElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableSectionElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTextAreaElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTitleElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLUListElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/NameNodeListImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLAElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLAccessElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLAnchorElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLBElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLBigElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLBrElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLCardElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLDOMImplementation.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLDoElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLDocument.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLEmElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLFieldsetElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLGoElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLHeadElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLIElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLImgElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLInputElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLMetaElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLNoopElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLOneventElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLOptgroupElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLOptionElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLPElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLPostfieldElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLPrevElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLRefreshElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLSelectElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLSetvarElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLSmallElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLStrongElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLTableElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLTdElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLTemplateElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLTimerElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLTrElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLUElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLWmlElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLAElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLAccessElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLAnchorElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLBElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLBigElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLBrElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLCardElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLDOMImplementationImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLDoElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLDocumentImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLEmElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLFieldsetElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLGoElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLHeadElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLIElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLImgElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLInputElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLMetaElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLNoopElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLOneventElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLOptgroupElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLOptionElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLPElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLPostfieldElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLPrevElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLRefreshElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLSelectElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLSetvarElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLSmallElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLStrongElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLTableElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLTdElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLTemplateElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLTimerElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLTrElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLUElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLWmlElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/AttrImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/AttrNSImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/AttributeMap.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/CDATASectionImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/CharacterDataImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ChildAndParentNode.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ChildNode.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/CommentImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DOMExceptionImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DOMImplementationImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeepNodeListImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredAttrImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredAttrNSImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredCDATASectionImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredCommentImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredDocumentImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredDocumentTypeImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredElementDefinitionImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredElementNSImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredEntityImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredEntityReferenceImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredNode.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredNotationImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredProcessingInstructionImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredTextImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DocumentFragmentImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DocumentImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DocumentTypeImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ElementDefinitionImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ElementImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ElementNSImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/EntityImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/EntityReferenceImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/NamedNodeMapImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/NodeImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/NodeIteratorImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/NotationImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ParentNode.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ProcessingInstructionImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/RangeExceptionImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/RangeImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/TextImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/TreeWalkerImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events/EventImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events/MutationEventImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/Version.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLAttrList.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLContentSpec.Provider.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLContentSpec.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDTDScanner.EventHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDTDScanner.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDocumentHandler.DTDHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDocumentHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDocumentScanner.EventHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDocumentScanner.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLErrorReporter.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLParser.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/DOMParser.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/RevalidatingDOMParser.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/SAXParser.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/BaseMarkupSerializer.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/DOMSerializer.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/HTMLSerializer.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/LineSeparator.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/Method.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/OutputFormat.DTD.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/OutputFormat.Defaults.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/OutputFormat.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/Printer.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/Serializer.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/SerializerFactory.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/TextSerializer.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/XHTMLSerializer.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/XMLSerializer.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Attr.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/CDATASection.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/CharacterData.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Comment.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/DOMException.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/DOMImplementation.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Document.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/DocumentFragment.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/DocumentType.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Element.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Entity.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/EntityReference.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/NamedNodeMap.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Node.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/NodeList.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Notation.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/ProcessingInstruction.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Text.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/DocumentEvent.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/Event.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/EventException.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/EventListener.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/EventTarget.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/MutationEvent.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLAnchorElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLAppletElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLAreaElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLBRElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLBaseElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLBaseFontElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLBodyElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLButtonElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLCollection.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLDListElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLDOMImplementation.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLDirectoryElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLDivElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLDocument.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLFieldSetElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLFontElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLFormElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLFrameElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLFrameSetElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLHRElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLHeadElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLHeadingElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLHtmlElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLIFrameElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLImageElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLInputElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLIsIndexElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLLIElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLLabelElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLLegendElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLLinkElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLMapElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLMenuElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLMetaElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLModElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLOListElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLObjectElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLOptGroupElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLOptionElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLParagraphElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLParamElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLPreElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLQuoteElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLScriptElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLSelectElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLStyleElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableCaptionElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableCellElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableColElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableRowElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableSectionElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTextAreaElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTitleElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLUListElement.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/range/DocumentRange.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/range/Range.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/range/RangeException.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/range/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/range/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/range/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/DocumentTraversal.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/NodeFilter.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/NodeIterator.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/TreeWalker.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/AttributeList.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/Attributes.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ContentHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/DTDHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/DocumentHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/EntityResolver.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ErrorHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/HandlerBase.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/InputSource.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/Locator.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/Parser.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/SAXException.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/SAXNotRecognizedException.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/SAXNotSupportedException.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/SAXParseException.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/XMLFilter.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/XMLReader.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext/DeclHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext/LexicalHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/AttributeListImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/AttributesImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/DefaultHandler.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/LocatorImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/NamespaceSupport.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/ParserAdapter.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/ParserFactory.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/XMLFilterImpl.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/XMLReaderAdapter.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/XMLReaderFactory.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/package-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/package-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/package-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/overview-frame.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/overview-summary.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/overview-tree.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/package-list
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/packages.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/serialized-form.html
share/java/xerces-%%PORTVERSION%%/docs/apiDocs/stylesheet.css
share/java/xerces-%%PORTVERSION%%/docs/design.css
share/java/xerces-%%PORTVERSION%%/docs/design.dtd
share/java/xerces-%%PORTVERSION%%/docs/design.xsl
share/java/xerces-%%PORTVERSION%%/docs/html/api.html
share/java/xerces-%%PORTVERSION%%/docs/html/caveats.html
share/java/xerces-%%PORTVERSION%%/docs/html/domcount.html
share/java/xerces-%%PORTVERSION%%/docs/html/domfilter.html
share/java/xerces-%%PORTVERSION%%/docs/html/domwriter.html
share/java/xerces-%%PORTVERSION%%/docs/html/faq-build.html
share/java/xerces-%%PORTVERSION%%/docs/html/faq-common.html
share/java/xerces-%%PORTVERSION%%/docs/html/faq-general.html
share/java/xerces-%%PORTVERSION%%/docs/html/faq-migrate.html
share/java/xerces-%%PORTVERSION%%/docs/html/faq-performance.html
share/java/xerces-%%PORTVERSION%%/docs/html/faq-write.html
share/java/xerces-%%PORTVERSION%%/docs/html/faqs.html
share/java/xerces-%%PORTVERSION%%/docs/html/features.html
share/java/xerces-%%PORTVERSION%%/docs/html/feedback.html
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/api-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/api-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/api-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/api-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/caveats-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/caveats-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/caveats-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/caveats-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/domcount-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/domfilter-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/domwriter-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/ext-2-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/ext-2-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/ext-2-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/ext-8-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/ext-8-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/ext-8-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/faq-build-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/faq-common-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/faq-general-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/faq-migrate-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/faq-performance-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/faq-write-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/faqs-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/faqs-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/faqs-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/faqs-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/features-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/features-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/features-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/features-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/feedback-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/feedback-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/feedback-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/feedback-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/index-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/index-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/index-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/index-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/install-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/install-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/install-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/install-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/iterator-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/jpc-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/properties-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/properties-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/properties-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/properties-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/releases-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/releases-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/releases-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/releases-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/samples-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/samples-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/samples-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/samples-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/schema-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/schema-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/schema-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/schema-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/tree-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/treeview-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/y2k-header.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/y2k-label-1.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/y2k-label-2.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/graphics/y2k-label-3.jpg
share/java/xerces-%%PORTVERSION%%/docs/html/index.html
share/java/xerces-%%PORTVERSION%%/docs/html/install.html
share/java/xerces-%%PORTVERSION%%/docs/html/iterator.html
share/java/xerces-%%PORTVERSION%%/docs/html/jpc.html
share/java/xerces-%%PORTVERSION%%/docs/html/properties.html
share/java/xerces-%%PORTVERSION%%/docs/html/releases.html
share/java/xerces-%%PORTVERSION%%/docs/html/resources/CVS
share/java/xerces-%%PORTVERSION%%/docs/html/resources/bottom.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/button-asf-hi.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/button-asf-lo.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/button-w3c-hi.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/button-w3c-lo.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/button-xml-hi.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/button-xml-lo.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/close.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/dot.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/join.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/line.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/logo.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/note.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/right.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/script.js
share/java/xerces-%%PORTVERSION%%/docs/html/resources/separator.gif
share/java/xerces-%%PORTVERSION%%/docs/html/resources/void.gif
share/java/xerces-%%PORTVERSION%%/docs/html/samples.html
share/java/xerces-%%PORTVERSION%%/docs/html/schema.html
share/java/xerces-%%PORTVERSION%%/docs/html/tree.html
share/java/xerces-%%PORTVERSION%%/docs/html/treeview.html
share/java/xerces-%%PORTVERSION%%/docs/html/y2k.html
share/java/xerces-%%PORTVERSION%%/LICENSE
@exec mkdir %D/share/java/xerces-%%PORTVERSION%%/docs/dtd
@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/resources
@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/graphics
@dirrm share/java/xerces-%%PORTVERSION%%/docs/html
@dirrm share/java/xerces-%%PORTVERSION%%/docs/dtd
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/range
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files
@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs
@dirrm share/java/xerces-%%PORTVERSION%%/docs
@dirrm share/java/xerces-%%PORTVERSION%%/data
@dirrm share/java/xerces-%%PORTVERSION%%
@unexec rmdir %D/share/java/classes > /dev/null 2>&1 || true
@unexec rmdir %D/share/java > /dev/null 2>&1 || true