org.apache.axiom.c14n.impl
Class Canonicalizer20010315
java.lang.Object
org.apache.axiom.c14n.CanonicalizerSpi
org.apache.axiom.c14n.impl.CanonicalizerBase
org.apache.axiom.c14n.impl.Canonicalizer20010315
- Direct Known Subclasses:
- Canonicalizer20010315OmitComments, Canonicalizer20010315WithComments
public abstract class Canonicalizer20010315
- extends CanonicalizerBase
- Author:
- Christian Geuer-Pollmann
modified to work with Axiom wrapper by Saliya Ekanayake (esaliya@gmail.com)
Method Summary |
byte[] |
engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces)
Always throws a CanonicalizationException because this is inclusive org.apache.axiom.c14n.impl. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Canonicalizer20010315
public Canonicalizer20010315(boolean includeComments)
- Constructor Canonicalizer20010315
- Parameters:
includeComments
-
engineCanonicalizeSubTree
public byte[] engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces)
throws CanonicalizationException
- Always throws a CanonicalizationException because this is inclusive org.apache.axiom.c14n.impl.
- Specified by:
engineCanonicalizeSubTree
in class CanonicalizerSpi
- Parameters:
rootNode
- inclusiveNamespaces
-
- Returns:
- none it always fails
- Throws:
CanonicalizationException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.