Class FaceletsProcessingInstructions


  • public final class FaceletsProcessingInstructions
    extends Object
    Since:
    2.1.0
    Author:
    Leonardo Uribe
    • Constructor Detail

      • 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 Detail

      • 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()