Package | Description |
---|---|
com.ctc.wstx.sr |
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
|
Modifier and Type | Field | Description |
---|---|---|
protected TextBuilder |
AttributeCollector.mValueBuilder |
TextBuilder into which values of all attributes are appended
to, including default valued ones (defaults are added after
explicit ones).
|
Modifier and Type | Method | Description |
---|---|---|
TextBuilder |
AttributeCollector.getAttrBuilder(String attrPrefix,
String attrLocalName) |
Low-level accessor method that attribute validation code may call
for certain types of attributes; generally only for id and idref/idrefs
attributes.
|
TextBuilder |
AttributeCollector.getDefaultNsBuilder() |
|
TextBuilder |
AttributeCollector.getNsBuilder(String prefix) |
Copyright © 2019 FasterXML. All rights reserved.