Class FaceletsProcessingInstructions
java.lang.Object
org.apache.myfaces.view.facelets.compiler.FaceletsProcessingInstructions
- Since:
- 2.1.0
- Author:
- Leonardo Uribe
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFaceletsProcessingInstructions
(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent) FaceletsProcessingInstructions
(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces) FaceletsProcessingInstructions
(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces, boolean html5Doctype) -
Method Summary
Modifier and TypeMethodDescriptiongetProcessingInstructions
(String processAs) getProcessingInstructions
(String processAs, boolean compressSpaces) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Field Details
-
PROCESS_AS_HTML5
- See Also:
-
PROCESS_AS_XHTML
- See Also:
-
PROCESS_AS_XML
- See Also:
-
-
Constructor Details
-
FaceletsProcessingInstructions
public FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent) -
FaceletsProcessingInstructions
public FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces) -
FaceletsProcessingInstructions
public FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces, boolean html5Doctype)
-
-
Method Details
-
getProcessingInstructions
-
getProcessingInstructions
public static FaceletsProcessingInstructions getProcessingInstructions(String processAs, boolean compressSpaces) -
isConsumeXmlDocType
public boolean isConsumeXmlDocType() -
isConsumeXmlDeclaration
public boolean isConsumeXmlDeclaration() -
isConsumeProcessingInstructions
public boolean isConsumeProcessingInstructions() -
isConsumeCDataSections
public boolean isConsumeCDataSections() -
isEscapeInlineText
public boolean isEscapeInlineText() -
isConsumeXMLComments
public boolean isConsumeXMLComments() -
isSwallowCDataContent
public boolean isSwallowCDataContent() -
isCompressSpaces
public boolean isCompressSpaces()- Returns:
- the compressSpaces
-
isHtml5Doctype
public boolean isHtml5Doctype()
-