|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeCollector | |
|---|---|
| com.ctc.wstx.sax | |
| com.ctc.wstx.sr | |
| com.ctc.wstx.sw | |
| Uses of AttributeCollector in com.ctc.wstx.sax |
|---|
| Fields in com.ctc.wstx.sax declared as AttributeCollector | |
|---|---|
protected AttributeCollector |
WstxSAXParser.mAttrCollector
|
| Uses of AttributeCollector in com.ctc.wstx.sr |
|---|
| Fields in com.ctc.wstx.sr declared as AttributeCollector | |
|---|---|
protected AttributeCollector |
BasicStreamReader.mAttrCollector
Object that stores information about currently accessible attributes. |
protected AttributeCollector |
InputElementStack.mAttrCollector
|
| Methods in com.ctc.wstx.sr that return AttributeCollector | |
|---|---|
AttributeCollector |
InputElementStack.getAttrCollector()
Method called by BasicStreamReader, to retrieve the
attribute collector it needs for some direct access. |
AttributeCollector |
BasicStreamReader.getAttributeCollector()
Method needed by classes (like stream writer implementations) that want to have efficient direct access to attribute collector Object, for optimal attribute name and value access. |
AttributeCollector |
StreamReaderImpl.getAttributeCollector()
|
| Uses of AttributeCollector in com.ctc.wstx.sw |
|---|
| Methods in com.ctc.wstx.sw with parameters of type AttributeCollector | |
|---|---|
abstract void |
BaseStreamWriter.copyStartElement(InputElementStack elemStack,
AttributeCollector attrCollector)
Implementation-dependant method called to fully copy START_ELEMENT event that the passed-in stream reader points to |
void |
NonNsStreamWriter.copyStartElement(InputElementStack elemStack,
AttributeCollector attrCollector)
Element copier method implementation suitable to be used with non-namespace-aware writers. |
void |
RepairingNsStreamWriter.copyStartElement(InputElementStack elemStack,
AttributeCollector ac)
Element copier method implementation suitable for use with namespace-aware writers in repairing mode. |
void |
SimpleNsStreamWriter.copyStartElement(InputElementStack elemStack,
AttributeCollector attrCollector)
Element copier method implementation suitable to be used with namespace-aware writers in non-repairing (explicit namespaces) mode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||