Uses of Class
org.l2x6.cq.PomTransformer.TransformationContext
-
-
Uses of PomTransformer.TransformationContext in org.l2x6.cq
Fields in org.l2x6.cq declared as PomTransformer.TransformationContext Modifier and Type Field Description protected PomTransformer.TransformationContextPomTransformer.WrappedNode. contextMethods in org.l2x6.cq with parameters of type PomTransformer.TransformationContext Modifier and Type Method Description voidPomTransformer.Transformation. perform(Document document, PomTransformer.TransformationContext context)Perform thisPomTransformer.Transformationon the givendocumentConstructors in org.l2x6.cq with parameters of type PomTransformer.TransformationContext Constructor Description ContainerElement(PomTransformer.TransformationContext context, Element containerElement, Text lastIndent, int indentLevel)WrappedNode(PomTransformer.TransformationContext context, T node, int indentLevel)
-