Perl lib/XML/
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
DON'T EDIT THESE FILES....
Editing the contents of this directory is not recommended. See Read Only Directories.
This is a list of the XML perl modules, an external library required by EPrints.
- eprints3/perl_lib/XML
- DOM/
- AttDef.pod - POD for a single XML attribute definition in an
ATTLISTinXML::DOM. - AttlistDecl.pod - POD for anXML
ATTLISTdeclaration inXML::DOM. - Attr.pod - POD for an XML attribute in
XML::DOM. - CDATASection.pod - POD for escaping XML text blocks in
XML::DOM. - CharacterData.pod - POD for a common interface for
Text,CDATASections andComments. - Comment.pod - POD for an XML comment in
XML::DOM. - DocumentFragment.pod - Facilitates cut and paste in
XML::DOMdocuments. - Document.pod - POD for an XML document node in
XML::DOM. - DocumentType.pod - POD for an XML document type (DTD) in
XML::DOM. - DOMException.pm - Exception when parsing the DOM.
- DOMImplementation.pod - POD information about
XML::DOMimplementation. - ElementDecl.pod - POD for an XML
ELEMENTdeclaration inXML::DOM. - Element.pod - POD for an XML element node in
XML::DOM. - Entity.pod - POD for a nXML
ENTITYinXML::DOM. - EntityReference.pod - POD for an XML
ENTITYreference inXML::DOM. - NamedNodeMap.pm - Manipulates a
NamedNodeMap. - NamedNodeMap.pod - POD for a hash table interface for
XML::DOM. - NodeList.pm - Manipulates a
NodeList. - NodeList.pod - POD for a node list as used by XML::DOM
- Node.pod - POD for a super class of all nodes in
XML::DOM. - Notation.pod - POD for an XML
NOTATIONinXML::DOM. - Parser.pod - POD for an
XML::Parserthat buildsXML::DOMdocument structures. - PerlSAX.pm - Old name of
XML::Handler::BuildDOM - ProcessingInstruction.pod - POD for an XML processing instruction in
XML::DOM. - Text.pod - POD for a piece of XML text in
XML::DOM. - XMLDecl.pod - POD for XML declaration in
XML::DOM.
- AttDef.pod - POD for a single XML attribute definition in an
- DOM.pm - XML DOM parsing.
- NamespaceSupport.pm - A simple generic namespace processor.
- RegExp.pm - Regular expressions for XML tokens.
- SAX/
- Base.pm - Base class SAX Drivers and Filters.
- Exception.pm - Exception classes for
XML::SAX.
- DOM/