Uses of Enum
org.attoparser.config.ParseConfiguration.PrologPresence
Packages that use ParseConfiguration.PrologPresence
-
Uses of ParseConfiguration.PrologPresence in org.attoparser.config
Subclasses with type arguments of type ParseConfiguration.PrologPresence in org.attoparser.configModifier and TypeClassDescriptionstatic enumEnumeration used for determining whether an element in the document prolog (DOCTYPE, XML Declaration) or the prolog itself should be allowed, required or even forbidden.Fields in org.attoparser.config declared as ParseConfiguration.PrologPresenceModifier and TypeFieldDescriptionParseConfiguration.PrologParseConfiguration.doctypePresenceParseConfiguration.PrologParseConfiguration.prologPresenceParseConfiguration.PrologParseConfiguration.xmlDeclarationPresenceMethods in org.attoparser.config that return ParseConfiguration.PrologPresenceModifier and TypeMethodDescriptionParseConfiguration.PrologParseConfiguration.getDoctypePresence()This flag indicates the level of presence desired for the DOCTYPE clause (a part of the prolog) in the document, in caseParseConfiguration.PrologParseConfiguration.isValidateProlog()has been set to true.ParseConfiguration.PrologParseConfiguration.getPrologPresence()This flag indicates the level of presence desired for the prolog in the document, in caseParseConfiguration.PrologParseConfiguration.isValidateProlog()has been set to true.ParseConfiguration.PrologParseConfiguration.getXmlDeclarationPresence()This flag indicates the level of presence desired for the XML Declaration (a part of the prolog) in the document, in caseParseConfiguration.PrologParseConfiguration.isValidateProlog()has been set to true.Returns the enum constant of this type with the specified name.static ParseConfiguration.PrologPresence[]ParseConfiguration.PrologPresence.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.attoparser.config with parameters of type ParseConfiguration.PrologPresenceModifier and TypeMethodDescriptionvoidParseConfiguration.PrologParseConfiguration.setDoctypePresence(ParseConfiguration.PrologPresence doctypePresence) voidParseConfiguration.PrologParseConfiguration.setPrologPresence(ParseConfiguration.PrologPresence prologPresence) voidParseConfiguration.PrologParseConfiguration.setXmlDeclarationPresence(ParseConfiguration.PrologPresence xmlDeclarationPresence)