net.socialchange.doctype
Interface Doctype

All Known Implementing Classes:
DoctypeImpl

public interface Doctype

Stores all information in a DOCTYPE declaration.

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

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">]">
 

Method Detail

getRootElement

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">]>


getPublicId

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">]>


getSystemId

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">]">


getInternalSubset

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">]>



Copyright ? 2001 Social Change Online. All Rights Reserved.