org.apache.xml.security.c14n.implementations
Class Canonicalizer20010315OmitComments

java.lang.Object
  extended by org.apache.xml.security.c14n.CanonicalizerSpi
      extended by org.apache.xml.security.c14n.implementations.CanonicalizerBase
          extended by org.apache.xml.security.c14n.implementations.Canonicalizer20010315
              extended by org.apache.xml.security.c14n.implementations.Canonicalizer20010315OmitComments

public class Canonicalizer20010315OmitComments
extends Canonicalizer20010315

Author:
Christian Geuer-Pollmann

Field Summary
 
Fields inherited from class org.apache.xml.security.c14n.implementations.CanonicalizerBase
nullNode
 
Fields inherited from class org.apache.xml.security.c14n.CanonicalizerSpi
reset
 
Constructor Summary
Canonicalizer20010315OmitComments()
          Constructor Canonicalizer20010315WithXPathOmitComments
 
Method Summary
 boolean engineGetIncludeComments()
          Returns the URI if include comments
 java.lang.String engineGetURI()
          Returns the URI of this engine.
 
Methods inherited from class org.apache.xml.security.c14n.implementations.Canonicalizer20010315
engineCanonicalizeSubTree, engineCanonicalizeXPathNodeSet
 
Methods inherited from class org.apache.xml.security.c14n.implementations.CanonicalizerBase
engineCanonicalize, engineCanonicalizeSubTree, engineCanonicalizeXPathNodeSet, setWriter
 
Methods inherited from class org.apache.xml.security.c14n.CanonicalizerSpi
engineCanonicalize, engineCanonicalizeXPathNodeSet, engineCanonicalizeXPathNodeSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Canonicalizer20010315OmitComments

public Canonicalizer20010315OmitComments()
Constructor Canonicalizer20010315WithXPathOmitComments

Method Detail

engineGetURI

public final java.lang.String engineGetURI()
Description copied from class: CanonicalizerSpi
Returns the URI of this engine.

Specified by:
engineGetURI in class CanonicalizerSpi
Returns:
the URI

engineGetIncludeComments

public final boolean engineGetIncludeComments()
Description copied from class: CanonicalizerSpi
Returns the URI if include comments

Specified by:
engineGetIncludeComments in class CanonicalizerSpi
Returns:
true if include.


Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.