com.sun.xml.wss.impl.c14n
Class EXC14nStAXReaderBasedCanonicalizer

java.lang.Object
  extended by com.sun.xml.wss.impl.c14n.BaseCanonicalizer
      extended by com.sun.xml.wss.impl.c14n.EXC14nStAXReaderBasedCanonicalizer

public class EXC14nStAXReaderBasedCanonicalizer
extends BaseCanonicalizer

Author:
K.Venugopal@sun.com

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.wss.impl.c14n.BaseCanonicalizer
BaseCanonicalizer.NamespaceContextImpl
 
Field Summary
 
Fields inherited from class com.sun.xml.wss.impl.c14n.BaseCanonicalizer
_attrResult, _attrs, _nsAttrs, _nsResult, initalCacheSize
 
Constructor Summary
EXC14nStAXReaderBasedCanonicalizer()
          Creates a new instance of EXC14nStAXReaderBasedCanonicalizer
 
Method Summary
 void canonicalize(XMLStreamReader reader, OutputStream stream, List inclusiveList)
           
protected  StAXAttr getAttribute()
           
protected  void writeAttributes(List itr)
           
protected  void writeAttributesNS(List itr)
           
 
Methods inherited from class com.sun.xml.wss.impl.c14n.BaseCanonicalizer
addParentNamespaces, getAttributeNS, getOutputStream, namespaceIsAbsolute, namespaceIsRelative, reset, resize, setStream, sort, writeAttributes, writeAttributesNS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EXC14nStAXReaderBasedCanonicalizer

public EXC14nStAXReaderBasedCanonicalizer()
Creates a new instance of EXC14nStAXReaderBasedCanonicalizer

Method Detail

canonicalize

public void canonicalize(XMLStreamReader reader,
                         OutputStream stream,
                         List inclusiveList)
                  throws XMLStreamException,
                         IOException
Throws:
XMLStreamException
IOException

getAttribute

protected StAXAttr getAttribute()

writeAttributesNS

protected void writeAttributesNS(List itr)
                          throws IOException
Throws:
IOException

writeAttributes

protected void writeAttributes(List itr)
                        throws IOException
Throws:
IOException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.