Class FaceletsProcessingInstructions
java.lang.Object
org.apache.myfaces.view.facelets.compiler.FaceletsProcessingInstructions
- Since:
- 2.1.0
- Author:
- Leonardo Uribe
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionFaceletsProcessingInstructions(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 SummaryModifier and TypeMethodDescriptiongetProcessingInstructions(String processAs) getProcessingInstructions(String processAs, boolean compressSpaces) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean
- 
Field Details- 
PROCESS_AS_HTML5- See Also:
 
- 
PROCESS_AS_XHTML- See Also:
 
- 
PROCESS_AS_XML- See Also:
 
 
- 
- 
Constructor Details- 
FaceletsProcessingInstructionspublic FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent) 
- 
FaceletsProcessingInstructionspublic FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces) 
- 
FaceletsProcessingInstructionspublic FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces, boolean html5Doctype) 
 
- 
- 
Method Details- 
getProcessingInstructions
- 
getProcessingInstructionspublic static FaceletsProcessingInstructions getProcessingInstructions(String processAs, boolean compressSpaces) 
- 
isConsumeXmlDocTypepublic boolean isConsumeXmlDocType()
- 
isConsumeXmlDeclarationpublic boolean isConsumeXmlDeclaration()
- 
isConsumeProcessingInstructionspublic boolean isConsumeProcessingInstructions()
- 
isConsumeCDataSectionspublic boolean isConsumeCDataSections()
- 
isEscapeInlineTextpublic boolean isEscapeInlineText()
- 
isConsumeXMLCommentspublic boolean isConsumeXMLComments()
- 
isSwallowCDataContentpublic boolean isSwallowCDataContent()
- 
isCompressSpacespublic boolean isCompressSpaces()- Returns:
- the compressSpaces
 
- 
isHtml5Doctypepublic boolean isHtml5Doctype()
 
-