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(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.