default XMLAttribute.Builder<RC,WC> |
XMLComponentFactory.attribute(QName name) |
Returns a builder of an XML attribute, using the specified name.
|
XMLAttribute.Builder<RC,WC> |
XMLComponentFactory.attribute(QName name,
Stability stability) |
Returns a builder of an XML attribute, using the specified name and stability.
|
XMLAttribute.Builder<RC,WC> |
XMLComponentFactory.DefaultXMLComponentFactory.attribute(QName name,
Stability stability) |
|
XMLAttribute.Builder<RC,WC> |
XMLAttribute.Builder.withConsumer(BiConsumer<RC,String> consumer) |
Specifies a consumer used to apply an attribute value to the read context.
|
XMLAttribute.Builder<RC,WC> |
XMLAttribute.DefaultBuilder.withConsumer(BiConsumer<RC,String> consumer) |
|
XMLAttribute.Builder<RC,WC> |
XMLAttribute.Builder.withDefaultValue(String defaultValue) |
Specifies a default value for this attribute, applied if the attribute is absent from the input.
|
XMLAttribute.Builder<RC,WC> |
XMLAttribute.DefaultBuilder.withDefaultValue(String defaultValue) |
|
XMLAttribute.Builder<RC,WC> |
XMLAttribute.Builder.withFixedValue(String fixedValue) |
Specifies a fixed value of this attribute, applied if the attribute is absent from the input.
|
XMLAttribute.Builder<RC,WC> |
XMLAttribute.DefaultBuilder.withFixedValue(String fixedValue) |
|
XMLAttribute.Builder<RC,WC> |
XMLAttribute.Builder.withFormatter(Function<WC,String> formatter) |
Specifies a function used to format content as an attribute value.
|
XMLAttribute.Builder<RC,WC> |
XMLAttribute.DefaultBuilder.withFormatter(Function<WC,String> formatter) |
|
XMLAttribute.Builder<RC,WC> |
XMLAttribute.Builder.withUsage(XMLUsage usage) |
Overrides the usage of this attribute
|
XMLAttribute.Builder<RC,WC> |
XMLAttribute.DefaultBuilder.withUsage(XMLUsage usage) |
|