a standard XML DocBook Tag
This class is designed to represent all DocBook tags. It is intelligent enough to understand the <title> tag, and also the <refname> tag for as title for <refentry>
Located in /phpDocumentor/PackagePageElements.inc (line 122)
parserBase | --parserStringWithInlineTags | --parserXMLDocBookTag
Attributes from the XML tag
Format: array(attrname => attrvalue, attrname => attrvalue,...)
Name of the tag
Inherited from parserStringWithInlineTags
parserStringWithInlineTags::$type
parserStringWithInlineTags::$value
sets up the tag
Add contents to this tag.
There are four kinds of data in a DocBook tutorial:
Add an xml tag attribute name="value" pair
if the attribute is id, value must be a parserIdInlineTag
add a word to CData
calls the output conversion
Adds $_cdata to $value
Return converter-specific formatting of ID.
Passes $c to parserIdInlineTag::Convert()
Retrieve the contents of a subsection
This method uses the $_id members of nested docbook tags to retrieve the section defined by $subsection
Retrieve Converter-specific formatting of the title of this element
Retrieve either the table of contents index, or the location that the TOC will go
Determine whether the docbook element has a title
If the id attribute is present, this method will set its id
Set the title of a DocBook tag section.
For most DocBook tags, the title is represented with a <title></title> tag pair. The <refentry> top-level tag is a little different. Instead of using <title></title>, phpDocumentor uses the contents of the <refname> tag in the <refnamediv> tag
sets the TOC value
Begin a new CData section
Inherited From parserStringWithInlineTags
parserStringWithInlineTags::add()
parserStringWithInlineTags::Convert()
parserStringWithInlineTags::getString()
parserStringWithInlineTags::hasInlineTag()
parserStringWithInlineTags::setSource()
parserStringWithInlineTags::trimmedStrlen()
Inherited From parserBase
parserBase::getType()
parserBase::getValue()
parserBase::setValue()
Documentation generated on Mon, 05 Dec 2011 21:00:34 -0600 by phpDocumentor 1.4.4