public class TransformParser extends Object
Transform
DOM elements into their
MOA SPSS API representation.Constructor and Description |
---|
TransformParser() |
Modifier and Type | Method and Description |
---|---|
Transform |
parseTransform(Element transformElem)
Parse an XMLDsig
Transform DOM element. |
List |
parseTransforms(Element transformsElem)
Parse an XMLDsig
Transforms DOM element. |
public List parseTransforms(Element transformsElem) throws MOAApplicationException
Transforms
DOM element.transformsElem
- The Transforms
DOM element to parse.List
of Transform
API objects
containing the data from the individual Transform
DOM
elements.MOAApplicationException
- An error occurred parsing the
Transforms
DOM element.public Transform parseTransform(Element transformElem) throws MOAApplicationException
Transform
DOM element.transformElem
- Transform
DOM element to parse.Transform
API object containing the data
from the Transform
DOM element.MOAApplicationException
- An error occurred parsing the
Transform
DOM element.Copyright © 2016. All rights reserved.