com.sun.xml.wss.impl.c14n
Class EXC14nStAXReaderBasedCanonicalizer
java.lang.Object
com.sun.xml.wss.impl.c14n.BaseCanonicalizer
com.sun.xml.wss.impl.c14n.EXC14nStAXReaderBasedCanonicalizer
public class EXC14nStAXReaderBasedCanonicalizer
- extends BaseCanonicalizer
- Author:
- K.Venugopal@sun.com
| 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 |
EXC14nStAXReaderBasedCanonicalizer
public EXC14nStAXReaderBasedCanonicalizer()
- Creates a new instance of EXC14nStAXReaderBasedCanonicalizer
canonicalize
public void canonicalize(javax.xml.stream.XMLStreamReader reader,
java.io.OutputStream stream,
java.util.List inclusiveList)
throws javax.xml.stream.XMLStreamException,
java.io.IOException
- Throws:
javax.xml.stream.XMLStreamException
java.io.IOException
getAttribute
protected StAXAttr getAttribute()
writeAttributesNS
protected void writeAttributesNS(java.util.List itr)
throws java.io.IOException
- Throws:
java.io.IOException
writeAttributes
protected void writeAttributes(java.util.List itr)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.