VersionControl_SVN
[ class tree: VersionControl_SVN ] [ index: VersionControl_SVN ] [ all elements ]

Class: VersionControl_SVN_Parser_XML_Log

Source Location: /VersionControl_SVN-0.5.2/VersionControl/SVN/Parser/XML/Log.php

Class Overview

VersionControl_SVN_Parser_XML
   |
   --VersionControl_SVN_Parser_XML_Log

Class VersionControl_SVN_Parser_Log - XML Parser for Subversion Log output


Author(s):

Version:

  • 0.5.2

Variables


Inherited Variables

Inherited Methods

Class: VersionControl_SVN_Parser_XML

VersionControl_SVN_Parser_XML::getParsed()
Parses given xml by xmlPathConfig of this class.
VersionControl_SVN_Parser_XML::getParsedBody()
Function to read out the xml body element.
VersionControl_SVN_Parser_XML::getParsedElement()
Function to read out the xml element.
VersionControl_SVN_Parser_XML::getParsedEntry()
Function to read out the xml entry element.
VersionControl_SVN_Parser_XML::getParsedString()
Function to read out a string from a XML entry.
VersionControl_SVN_Parser_XML::parseBlindEntry()
Function to read out all XML entries, which aren't configured.

Class Details

[line 62]
Class VersionControl_SVN_Parser_Log - XML Parser for Subversion Log output


[ Top ]


Class Variables

$xmlPathConfig = array(
        'log' => array(
            'path' => array(
                'logentry' => array(
                    'attribute' => array('revision'),'quantifier'=>'+','path'=>array('author'=>array('config'=>'string',),'date'=>array('config'=>'string',),'msg'=>array('config'=>'string',),),),),),)

[line 68]

  • Var: The XML configuration (like a DTD).
  • Access: protected

Type:   array
Overrides:   Array


[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:58:56 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.