Uses of Class
com.ctc.wstx.sw.NonNsStreamWriter.AttrInfo
-
Packages that use NonNsStreamWriter.AttrInfo Package Description com.ctc.wstx.sw -
-
Uses of NonNsStreamWriter.AttrInfo in com.ctc.wstx.sw
Fields in com.ctc.wstx.sw with type parameters of type NonNsStreamWriter.AttrInfo Modifier and Type Field Description private java.util.ArrayList<NonNsStreamWriter.AttrInfo>NonNsStreamWriter. mAttrListprivate java.util.HashMap<java.lang.String,NonNsStreamWriter.AttrInfo>NonNsStreamWriter. mAttrMapAttributes of the current element; used if uniqueness of attribute names is to be enforced or if a validator is set.
-