Uses of Class
com.ctc.wstx.util.TextBuilder
Packages that use TextBuilder
Package
Description
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
-
Uses of TextBuilder in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as TextBuilderModifier and TypeFieldDescriptionprotected TextBuilderAttributeCollector.mValueBuilderTextBuilder into which values of all attributes are appended to, including default valued ones (defaults are added after explicit ones).Methods in com.ctc.wstx.sr that return TextBuilderModifier and TypeMethodDescriptionfinal TextBuilderAttributeCollector.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.AttributeCollector.getDefaultNsBuilder()AttributeCollector.getNsBuilder(String prefix)