public class DepthRestrictingStreamReader extends DepthXMLStreamReader
reader
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor and Description |
---|
DepthRestrictingStreamReader(XMLStreamReader reader,
DocumentDepthProperties props) |
DepthRestrictingStreamReader(XMLStreamReader reader,
int elementCountThreshold,
int innerElementLevelThreshold,
int innerElementCountThreshold) |
Modifier and Type | Method and Description |
---|---|
int |
next() |
close, equals, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getDepth, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getReader, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hashCode, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, nextTag, require, standaloneSet, toString
public DepthRestrictingStreamReader(XMLStreamReader reader, int elementCountThreshold, int innerElementLevelThreshold, int innerElementCountThreshold)
public DepthRestrictingStreamReader(XMLStreamReader reader, DocumentDepthProperties props)
public int next() throws XMLStreamException
next
in interface XMLStreamReader
next
in class DepthXMLStreamReader
XMLStreamException
Apache CXF