| Modifier and Type | Method and Description |
|---|---|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.missingRequiredAttribute(String namespaceUri,
String localName)
Return a throwable exception explaining that a required attribute with the given namespace and local name was missing.
|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.missingRequiredElement(String namespaceUri,
String localName)
Return a throwable exception explaining that a required element with the given namespace and local name was missing.
|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.numericAttributeValueOutOfRange(int index,
long minValue,
long maxValue)
Return a throwable exception explaining that a numeric attribute at the given index was out of its required range.
|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.unexpectedAttribute(int i)
Return a throwable exception explaining that the attribute at the current position with the given index was not
expected.
|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.unexpectedContent()
Return a throwable exception explaining that some unexpected content was encountered.
|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.unexpectedDocumentEnd()
Return a throwable exception explaining that the document end was reached unexpectedly.
|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.unexpectedElement()
Return a throwable exception explaining that the element at the current position was not expected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationXMLStreamReader.close() |
default org.wildfly.common.net.CidrAddress |
ConfigurationXMLStreamReader.getCidrAddressAttributeValue(int index)
Get an attribute value as a
CidrAddress. |
default org.wildfly.common.expression.Expression |
ConfigurationXMLStreamReader.getElementExpression(org.wildfly.common.expression.Expression.Flag... flags)
Get the element text content as an expression.
|
default String |
ConfigurationXMLStreamReader.getElementText() |
default org.wildfly.common.expression.Expression |
ConfigurationXMLStreamReader.getExpressionAttributeValue(int index,
org.wildfly.common.expression.Expression.Flag... flags)
Get an attribute value as a compiled
Expression. |
default InetAddress |
ConfigurationXMLStreamReader.getInetAddressAttributeValue(int index)
Get an attribute value as a
InetAddress. |
default int |
ConfigurationXMLStreamReader.getIntAttributeValue(int index)
Get the value of an attribute as an integer.
|
default int |
ConfigurationXMLStreamReader.getIntAttributeValue(int index,
int minValue,
int maxValue)
Get the value of an attribute as an integer.
|
default int[] |
ConfigurationXMLStreamReader.getIntListAttributeValue(int index)
Get the value of an attribute as an integer list.
|
default List<String> |
ConfigurationXMLStreamReader.getListAttributeValue(int index)
Get the value of an attribute as a space-delimited string list.
|
default String[] |
ConfigurationXMLStreamReader.getListAttributeValueAsArray(int index)
Get the value of an attribute as a space-delimited string list, as an array.
|
default Iterator<String> |
ConfigurationXMLStreamReader.getListAttributeValueAsIterator(int index)
Get the value of an attribute as a space-delimited string list, as an iterator.
|
default long |
ConfigurationXMLStreamReader.getLongAttributeValue(int index)
Get the value of an attribute as a long.
|
default long |
ConfigurationXMLStreamReader.getLongAttributeValue(int index,
long minValue,
long maxValue)
Get the value of an attribute as a long.
|
default long[] |
ConfigurationXMLStreamReader.getLongListAttributeValue(int index)
Get the value of an attribute as a long integer list.
|
int |
ConfigurationXMLStreamReader.getTextCharacters(int sourceStart,
char[] target,
int targetStart,
int length) |
default URI |
ConfigurationXMLStreamReader.getURIAttributeValue(int index)
Get an attribute value as a
URI. |
boolean |
ConfigurationXMLStreamReader.hasNext() |
int |
ConfigurationXMLStreamReader.next() |
default int |
ConfigurationXMLStreamReader.nextTag() |
ConfigurationXMLStreamReader |
ClientConfiguration.readConfiguration(Set<String> recognizedNamespaces)
Get a stream reader over a configuration.
|
default void |
ConfigurationXMLStreamReader.require(int type,
String namespaceURI,
String localName) |
default void |
ConfigurationXMLStreamReader.skipContent() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.