public class StreamingSTRTransform.STRNodeReader extends NodeReader
NodeReader.NodeListenerCDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, PROCESSING_INSTRUCTION, START_DOCUMENT, START_ELEMENT| Constructor and Description | 
|---|
STRNodeReader(NodeReader nr, java.util.Map<WSSecurityTokenReference,WSSecurityToken> STRToST)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection | 
getAncestorXmlAttributes(boolean c14n11)
Get a list of all the xml attributes in the ancestors of this element, whether the elements are in the nodeset or not. 
 | 
java.util.Iterator | 
getAttributes()
Returns all the namespaces and attributes on this START_ELEMENT. 
 | 
int | 
getEventType()
Returns an integer code that indicates the type of the event the cursor is pointing to START_ELEMENT END_ELEMENT PROCESSING_INSTRUCTION CHARACTERS COMMENT START_DOCUMENT END_DOCUMENT 
 | 
java.lang.String | 
getLocalName()
Returns the (local) name of the current event. 
 | 
java.util.Map | 
getNamespaces()
Returns all the namespaces on this START_ELEMENT. 
 | 
java.lang.String | 
getNamespaceURI()
If the current event is a START_ELEMENT or END_ELEMENT this method returns the URI of the prefix or the default namespace 
 | 
org.w3c.dom.Node | 
getNode()
Returns the current node. 
 | 
java.lang.String | 
getPIData()
Get the data section of a processing instruction 
 | 
java.lang.String | 
getPITarget()
Get the target of a processing instruction 
 | 
java.lang.String | 
getPrefix()
Returns the prefix of the current event or null if the event does not have a prefix 
 | 
java.util.SortedMap | 
getSortedAttributes()
Returns all the attributes (not namespaces) on this START_ELEMENT. 
 | 
char[] | 
getText()
Returns the current value of the parse event as a character array, this returns the string value of a CHARACTERS event, returns the value of a COMMENT, 
 | 
int | 
getTextLength()  | 
int | 
getTextStart()  | 
boolean | 
hasNext()
Returns true if there are more parsing events and false if there are no more events. 
 | 
boolean | 
isElementAnOrphan()
Returns whether this element in an orphan (i.e the element is included but its parent is not included in the nodeset). 
 | 
boolean | 
isElementIncluded()
For special case when some of an element's attributes are in the node set but the element itself is not 
 | 
boolean | 
isElementInheritingNamespaces()
Whether the element inherits all the namespaces of its parents. 
 | 
boolean | 
isUnnecessaryEmptyDefaultNsRequired()
This is only used for STR-Transform and Decrpyt Transform where apex nodes in replacement nodesets should have xmlns="" if the apex node doesn't define the default namespace. 
 | 
int | 
next()
Get next parsing event. 
 | 
addListener, fireConsumeNode, getNamespacesForMissingAncestors, removeListenerpublic STRNodeReader(NodeReader nr, java.util.Map<WSSecurityTokenReference,WSSecurityToken> STRToST) throws NodeReaderException
NodeReaderException
public int next()
         throws NodeReaderException
NodeReadernext in class NodeReaderNodeReaderException
public java.util.Collection getAncestorXmlAttributes(boolean c14n11)
                                              throws NodeReaderException
NodeReadergetAncestorXmlAttributes in class NodeReaderc14n11 - follow C14n 1.1 rules, i.e. for simple inheritable attributes - xml:lang and xml:space, return the nearest ancestor, and for xml:base merge the values from missing ancestorsNodeReaderExceptionpublic java.util.Iterator getAttributes()
NodeReaderAll NodeReaders must implement this. Additionally a node reader may implement the NodeReader.getNamespaces() and NodeReader.getSortedAttributes() methods to return the namespaces and attributes separately.
getAttributes in class NodeReaderpublic int getEventType()
NodeReadergetEventType in class NodeReaderpublic java.lang.String getLocalName()
NodeReadergetLocalName in class NodeReaderpublic java.util.Map getNamespaces()
NodeReadergetNamespaces in class NodeReaderpublic java.lang.String getNamespaceURI()
NodeReadergetNamespaceURI in class NodeReaderpublic org.w3c.dom.Node getNode()
NodeReadergetNode in class NodeReaderpublic java.lang.String getPIData()
NodeReadergetPIData in class NodeReaderpublic java.lang.String getPITarget()
NodeReadergetPITarget in class NodeReaderpublic java.lang.String getPrefix()
NodeReadergetPrefix in class NodeReaderpublic java.util.SortedMap getSortedAttributes()
NodeReadergetSortedAttributes in class NodeReaderpublic char[] getText()
NodeReadergetText in class NodeReaderpublic int getTextLength()
getTextLength in class NodeReaderpublic int getTextStart()
getTextStart in class NodeReader
public boolean hasNext()
                throws NodeReaderException
NodeReaderhasNext in class NodeReaderNodeReaderExceptionpublic boolean isElementAnOrphan()
NodeReaderisElementAnOrphan in class NodeReaderpublic boolean isElementIncluded()
NodeReaderisElementIncluded in class NodeReaderpublic boolean isElementInheritingNamespaces()
NodeReaderisElementInheritingNamespaces in class NodeReaderpublic boolean isUnnecessaryEmptyDefaultNsRequired()
NodeReaderisUnnecessaryEmptyDefaultNsRequired in class NodeReader