Uses of Class
org.docx4j.org.apache.xml.security.transforms.InvalidTransformException
| Package | Description |
|---|---|
| org.docx4j.org.apache.xml.security.transforms |
-
Uses of InvalidTransformException in org.docx4j.org.apache.xml.security.transforms
Methods in org.docx4j.org.apache.xml.security.transforms that throw InvalidTransformException Modifier and Type Method Description static voidTransform. register(java.lang.String algorithmURI, java.lang.String implementingClass)Registers implementing class of the Transform algorithm with algorithmURIConstructors in org.docx4j.org.apache.xml.security.transforms that throw InvalidTransformException Constructor Description Transform(org.w3c.dom.Document doc, java.lang.String algorithmURI)Generates a Transform object that implements the specifiedTransform algorithmURI.Transform(org.w3c.dom.Document doc, java.lang.String algorithmURI, org.w3c.dom.Element contextChild)Generates a Transform object that implements the specifiedTransform algorithmURI.Transform(org.w3c.dom.Document doc, java.lang.String algorithmURI, org.w3c.dom.NodeList contextNodes)ConstructsTransformTransform(org.w3c.dom.Element element, java.lang.String baseURI)Transforms(org.w3c.dom.Element element, java.lang.String baseURI)