public class StreamingSTRTransform.STRNodeReader extends NodeReader
NodeReader.NodeListener
CDATA, 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, removeListener
public STRNodeReader(NodeReader nr, java.util.Map<WSSecurityTokenReference,WSSecurityToken> STRToST) throws NodeReaderException
NodeReaderException
public int next() throws NodeReaderException
NodeReader
next
in class NodeReader
NodeReaderException
public java.util.Collection getAncestorXmlAttributes(boolean c14n11) throws NodeReaderException
NodeReader
getAncestorXmlAttributes
in class NodeReader
c14n11
- 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 ancestorsNodeReaderException
public java.util.Iterator getAttributes()
NodeReader
All 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 NodeReader
public int getEventType()
NodeReader
getEventType
in class NodeReader
public java.lang.String getLocalName()
NodeReader
getLocalName
in class NodeReader
public java.util.Map getNamespaces()
NodeReader
getNamespaces
in class NodeReader
public java.lang.String getNamespaceURI()
NodeReader
getNamespaceURI
in class NodeReader
public org.w3c.dom.Node getNode()
NodeReader
getNode
in class NodeReader
public java.lang.String getPIData()
NodeReader
getPIData
in class NodeReader
public java.lang.String getPITarget()
NodeReader
getPITarget
in class NodeReader
public java.lang.String getPrefix()
NodeReader
getPrefix
in class NodeReader
public java.util.SortedMap getSortedAttributes()
NodeReader
getSortedAttributes
in class NodeReader
public char[] getText()
NodeReader
getText
in class NodeReader
public int getTextLength()
getTextLength
in class NodeReader
public int getTextStart()
getTextStart
in class NodeReader
public boolean hasNext() throws NodeReaderException
NodeReader
hasNext
in class NodeReader
NodeReaderException
public boolean isElementAnOrphan()
NodeReader
isElementAnOrphan
in class NodeReader
public boolean isElementIncluded()
NodeReader
isElementIncluded
in class NodeReader
public boolean isElementInheritingNamespaces()
NodeReader
isElementInheritingNamespaces
in class NodeReader
public boolean isUnnecessaryEmptyDefaultNsRequired()
NodeReader
isUnnecessaryEmptyDefaultNsRequired
in class NodeReader