Uses of Class
com.ctc.wstx.util.TextBuilder
-
Packages that use TextBuilder 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. -
-
Uses of TextBuilder in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as TextBuilder Modifier and Type Field Description private TextBuilder
AttributeCollector. mNamespaceBuilder
TextBuilder into which values of namespace URIs are added (including URI for the default namespace, if one defined).protected TextBuilder
AttributeCollector. mValueBuilder
TextBuilder 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 TextBuilder Modifier and Type Method Description TextBuilder
AttributeCollector. getAttrBuilder(java.lang.String attrPrefix, java.lang.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(java.lang.String prefix)
Methods in com.ctc.wstx.sr with parameters of type TextBuilder Modifier and Type Method Description private char[]
BasicStreamReader. _checkAttributeLimit(TextBuilder tb, char[] outBuf, int outPtr, int currAttrSize, int maxAttrSize)
private void
BasicStreamReader. parseAttrValue(char openingQuote, TextBuilder tb)
Method that will parse an attribute value enclosed in quotes, using anTextBuilder
instance.
-