Uses of Enum
org.apache.xml.security.stax.impl.transformer.canonicalizer.CanonicalizerBase.DocumentLevel
Packages that use CanonicalizerBase.DocumentLevel
-
Uses of CanonicalizerBase.DocumentLevel in org.apache.xml.security.stax.impl.transformer.canonicalizer
Fields in org.apache.xml.security.stax.impl.transformer.canonicalizer declared as CanonicalizerBase.DocumentLevelModifier and TypeFieldDescriptionprivate CanonicalizerBase.DocumentLevel
CanonicalizerBase.currentDocumentLevel
Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer that return CanonicalizerBase.DocumentLevelModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CanonicalizerBase.DocumentLevel[]
CanonicalizerBase.DocumentLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer with parameters of type CanonicalizerBase.DocumentLevelModifier and TypeMethodDescriptionprotected static void
CanonicalizerBase.outputCommentToWriter
(XMLSecComment currentComment, OutputStream writer, CanonicalizerBase.DocumentLevel position) Method outputCommentToWriterprotected static void
CanonicalizerBase.outputPItoWriter
(XMLSecProcessingInstruction currentPI, OutputStream writer, CanonicalizerBase.DocumentLevel position) Outputs a PI to the internal Writer.