All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
createdDocumentBuilder() |
void |
documentBuilderFactoryConfiguration(String property,
String value) |
SpinXmlElementException |
elementHasNoParent(SpinXmlElement element) |
SpinXmlElementException |
elementIsNotChildOfThisElement(SpinXmlElement existingChildElement,
SpinXmlElement parentDomElement) |
NoSuchElementException |
iteratorHasNoMoreElements(Class<?> iteratorClass) |
UnsupportedOperationException |
methodNotSupportedByClass(String methodName,
Class<?> implementationClass) |
SpinXmlElementException |
moreThanOneChildElementFoundForNamespaceAndName(String namespace,
String elementName) |
SpinXPathException |
notAllowedXPathExpression(String expression) |
void |
parsingInput() |
SpinXmlElementException |
unableToAdoptElement(SpinXmlElement elementToAdopt) |
SpinXmlElementImplementationException |
unableToAppendElementInImplementation(SpinXmlElement element,
SpinXmlElement childElement,
Exception cause) |
SpinXPathException |
unableToCastXPathResultTo(Class<?> castClass,
Exception cause) |
SpinXmlDataFormatException |
unableToCreateContext(Throwable cause) |
SpinXmlDataFormatException |
unableToCreateMarshaller(Throwable cause) |
SpinXmlDataFormatException |
unableToCreateParser(Exception cause) |
SpinXmlElementException |
unableToCreateTransformer(Exception cause) |
SpinXmlDataFormatException |
unableToCreateUnmarshaller(Throwable cause) |
SpinXmlDataFormatException |
unableToDeserialize(Object node,
String canonicalClassName,
Throwable cause) |
SpinXmlDataFormatException |
unableToDetectCanonicalType(Object parameter) |
SpinXPathException |
unableToEvaluateXPathExpressionOnElement(SpinXmlElement element,
Exception cause) |
SpinXmlAttributeException |
unableToFindAttributeWithNamespaceAndName(String namespace,
String attributeName) |
SpinXmlElementException |
unableToFindChildElementWithNamespaceAndName(String namespace,
String elementName) |
SpinXPathException |
unableToFindXPathExpression(String expression) |
SpinXmlElementImplementationException |
unableToInsertElementInImplementation(SpinXmlElement element,
SpinXmlElement childElement,
Exception cause) |
SpinXmlDataFormatException |
unableToMapInput(Object parameter,
Throwable cause) |
SpinXmlDataFormatException |
unableToParseInput(Exception e) |
SpinXmlElementImplementationException |
unableToRemoveChildInImplementation(SpinXmlElement element,
SpinXmlElement childElement,
Exception cause) |
SpinXmlElementImplementationException |
unableToReplaceElementInImplementation(SpinXmlElement existingElement,
SpinXmlElement newElement,
Exception cause) |
SpinXmlElementImplementationException |
unableToSetAttributeInImplementation(SpinXmlElement element,
String namespace,
String attributeName,
String value,
Exception cause) |
SpinXmlAttributeException |
unableToSetAttributeValueToNull(String namespace,
String attributeName) |
SpinXmlDataFormatException |
unableToSetEventHandler(String className,
Throwable cause) |
SpinXmlDataFormatException |
unableToSetProperty(String propertyName,
String className,
Throwable cause) |
SpinXmlElementException |
unableToTransformElement(Node element,
Exception cause) |
SpinXmlAttributeException |
unableToWriteAttribute(SpinXmlAttribute attribute,
Exception cause) |
void |
usingDocumentBuilderFactory(String name) |