File: DocType.xml

package info (click to toggle)
librexml-ruby 1.2.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 792 kB
  • ctags: 655
  • sloc: ruby: 3,778; xml: 1,609; java: 109; makefile: 43
file content (20 lines) | stat: -rw-r--r-- 812 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE class>
<class name='DocType' extends='Parent'>
   Represents an XML DOCTYPE declaration; that is, the contents of &lt;!DOCTYPE ... &gt;.  DOCTYPES can be used to declare the DTD of a document, as well as being used to declare entities used in the document.
  <attribute name='name' type='reader'>
     name is the name of the doctype external_id is the referenced DTD, if given
  </attribute>
  <attribute name='external_id' type='reader'>
     name is the name of the doctype external_id is the referenced DTD, if given
  </attribute>
  <method name='initialize'>
     Constructor 
  </method>
  <method name='clone'/>
  <method name='write'/>
  <method name='DocType'/>
  <method name='DocType'/>
  <method name='DocType'/>
  <method name='parse_entities'/>
  <method name='add_entity_sub'/>
</class>