java.lang.Object
com.sun.faces.facelets.compiler.FaceletDoctype
- All Implemented Interfaces:
Doctype
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the public identifier of the document, ornullif there is none.Returns the name of the first element in the document, nevernull.Returns the system identifier of the document, ornullif there is none.
-
Constructor Details
-
FaceletDoctype
-
-
Method Details
-
getRootElement
Description copied from interface:DoctypeReturns the name of the first element in the document, nevernull. For example,"html".- Specified by:
getRootElementin interfaceDoctype- Returns:
- The name of the first element in the document, never
null.
-
getPublic
Description copied from interface:DoctypeReturns the public identifier of the document, ornullif there is none. For example,"-//W3C//DTD XHTML 1.1//EN". -
getSystem
Description copied from interface:DoctypeReturns the system identifier of the document, ornullif there is none. For example,"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd".
-