net.socialchange.doctype
Class DoctypeImpl

java.lang.Object
  extended by net.socialchange.doctype.DoctypeImpl
All Implemented Interfaces:
Doctype

public final class DoctypeImpl
extends java.lang.Object
implements Doctype

Read-only object representing a doctype declaration.

Version:
$Revision: 1.2 $ $Date: 2001/11/14 11:47:42 $
Author:
Jeff Turner

Constructor Summary
DoctypeImpl(java.lang.String rootElement, java.lang.String pubId, java.lang.String sysId, java.lang.String intSubset)
           
 
Method Summary
 java.lang.String getInternalSubset()
          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]>
 java.lang.String getPublicId()
          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]>
 java.lang.String getRootElement()
          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]>
 java.lang.String getSystemId()
          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]">
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoctypeImpl

public DoctypeImpl(java.lang.String rootElement,
                   java.lang.String pubId,
                   java.lang.String sysId,
                   java.lang.String intSubset)
Method Detail

getRootElement

public final java.lang.String getRootElement()
Description copied from interface: Doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]>

Specified by:
getRootElement in interface Doctype

getPublicId

public final java.lang.String getPublicId()
Description copied from interface: Doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]>

Specified by:
getPublicId in interface Doctype

getSystemId

public final java.lang.String getSystemId()
Description copied from interface: Doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]">

Specified by:
getSystemId in interface Doctype

getInternalSubset

public final java.lang.String getInternalSubset()
Description copied from interface: Doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]>

Specified by:
getInternalSubset in interface Doctype


Copyright ? 2001 Social Change Online. All Rights Reserved.