Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.XNIException
-
-
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that throw XNIException Modifier and Type Method Description voidDOMNormalizer. characters(XMLString text, Augmentations augs)Character content.voidDOMNormalizer. comment(XMLString text, Augmentations augs)A comment.voidDOMNormalizer. doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.voidDOMNormalizer. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidDOMNormalizer. endCDATA(Augmentations augs)The end of a CDATA section.voidDOMNormalizer. endDocument(Augmentations augs)The end of the document.voidDOMNormalizer. endElement(QName element, Augmentations augs)The end of an element.voidDOMNormalizer. endGeneralEntity(String name, Augmentations augs)This method notifies the end of a general entity.voidDOMNormalizer. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidDOMConfigurationImpl. parse(XMLInputSource inputSource)Parse an XML document.voidDOMNormalizer. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.protected voidDOMConfigurationImpl. reset()reset all components before parsingvoidDOMConfigurationImpl. setLocale(Locale locale)Set the locale to use for messages.voidDOMNormalizer. startCDATA(Augmentations augs)The start of a CDATA section.voidDOMNormalizer. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.voidDOMNormalizer. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidDOMNormalizer. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies the start of a general entity.voidDOMNormalizer. textDecl(String version, String encoding, Augmentations augs)Notifies of the presence of a TextDecl line in an entity.voidDOMNormalizer. xmlDecl(String version, String encoding, String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document. -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that throw XNIException Modifier and Type Method Description voidXMLNamespaceBinder. characters(XMLString text, Augmentations augs)Character content.voidXMLNamespaceBinder. comment(XMLString text, Augmentations augs)A comment.booleanXMLDocumentFragmentScannerImpl.Dispatcher. dispatch(boolean complete)Dispatch an XML "event".booleanXMLDocumentFragmentScannerImpl.FragmentContentDispatcher. dispatch(boolean complete)Dispatch an XML "event".booleanXMLDocumentScannerImpl.DTDDispatcher. dispatch(boolean complete)Dispatch an XML "event".booleanXMLDocumentScannerImpl.PrologDispatcher. dispatch(boolean complete)Dispatch an XML "event".booleanXMLDocumentScannerImpl.TrailingMiscDispatcher. dispatch(boolean complete)Dispatch an XML "event".booleanXMLDocumentScannerImpl.XMLDeclDispatcher. dispatch(boolean complete)Dispatch an XML "event".voidXMLNamespaceBinder. doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.protected booleanXMLDocumentFragmentScannerImpl.FragmentContentDispatcher. elementDepthIsZeroHook()Element depth iz zero.protected booleanXMLDocumentScannerImpl.ContentDispatcher. elementDepthIsZeroHook()Element depth iz zero.voidXMLNamespaceBinder. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXMLNamespaceBinder. endCDATA(Augmentations augs)The end of a CDATA section.voidXMLNamespaceBinder. endDocument(Augmentations augs)The end of the document.voidXMLNamespaceBinder. endElement(QName element, Augmentations augs)The end of an element.voidXMLDocumentFragmentScannerImpl. endEntity(String name, Augmentations augs)This method notifies the end of an entity.voidXMLDocumentScannerImpl. endEntity(String name, Augmentations augs)This method notifies the end of an entity.voidXMLDTDScannerImpl. endEntity(String name, Augmentations augs)This method notifies the end of an entity.voidXMLEntityHandler. endEntity(String name, Augmentations augs)This method notifies the end of an entity.voidXMLScanner. endEntity(String name, Augmentations augs)This method notifies the end of an entity.voidXMLNamespaceBinder. endGeneralEntity(String name, Augmentations augs)This method notifies the end of a general entity.protected voidXMLDocumentFragmentScannerImpl.FragmentContentDispatcher. endOfFileHook(EOFException e)End of file hook.protected voidXMLDocumentScannerImpl.ContentDispatcher. endOfFileHook(EOFException e)End of file hook.XMLInputSourceExternalSubsetResolver. getExternalSubset(XMLDTDDescription grammarDescription)Locates an external subset for documents which do not explicitly provide one.protected intXMLDocumentFragmentScannerImpl. handleEndElement(QName element, boolean isEmpty)Handles the end element.protected voidXMLNamespaceBinder. handleEndElement(QName element, Augmentations augs, boolean isEmpty)Handles end element.protected voidXMLNamespaceBinder. handleStartElement(QName element, XMLAttributes attributes, Augmentations augs, boolean isEmpty)Handles start element.voidXMLNamespaceBinder. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidXMLNamespaceBinder. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.StringXMLErrorReporter. reportError(String domain, String key, Object[] arguments, short severity)Reports an error.StringXMLErrorReporter. reportError(String domain, String key, Object[] arguments, short severity, Exception exception)Reports an error.StringXMLErrorReporter. reportError(XMLLocator location, String domain, String key, Object[] arguments, short severity)Reports an error at a specific location.StringXMLErrorReporter. reportError(XMLLocator location, String domain, String key, Object[] arguments, short severity, Exception exception)Reports an error at a specific location.protected voidXMLScanner. reportFatalError(String msgId, Object[] args)Convenience function used in all XML scanners.voidXMLErrorReporter. reset(XMLComponentManager componentManager)Resets the component.voidXMLNamespaceBinder. reset(XMLComponentManager componentManager)Resets the component.XMLInputSourceXMLEntityManager. resolveEntity(XMLResourceIdentifier resourceIdentifier)Resolves the specified public and system identifiers.protected voidXMLDocumentScannerImpl.ContentDispatcher. resolveExternalSubsetAndRead()Attempt to locate an external subset for a document that does not otherwise have one.protected StringXMLDTDScannerImpl. scanAttDefaultDecl(String elName, String atName, String type, XMLString defaultVal, XMLString nonNormalizedDefaultVal)Scans an attribute default declarationprotected voidXMLDTDScannerImpl. scanAttlistDecl()Scans an attlist declarationprotected voidXML11NSDocumentScannerImpl. scanAttribute(XMLAttributesImpl attributes)Scans an attribute.protected voidXMLDocumentFragmentScannerImpl. scanAttribute(XMLAttributes attributes)Scans an attribute.protected voidXMLNSDocumentScannerImpl. scanAttribute(XMLAttributesImpl attributes)Scans an attribute.protected booleanXML11DocumentScannerImpl. scanAttributeValue(XMLString value, XMLString nonNormalizedValue, String atName, boolean checkEntities, String eleName)Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters.protected booleanXMLScanner. scanAttributeValue(XMLString value, XMLString nonNormalizedValue, String atName, boolean checkEntities, String eleName)Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters.protected booleanXMLDocumentFragmentScannerImpl. scanCDATASection(boolean complete)Scans a CDATA section.protected voidXMLDocumentFragmentScannerImpl. scanCharReference()Scans a character reference.protected intXMLScanner. scanCharReferenceValue(XMLStringBuffer buf, XMLStringBuffer buf2)Scans a character reference and append the corresponding chars to the specified buffer.protected voidXMLDocumentFragmentScannerImpl. scanComment()Scans a comment.protected voidXMLDTDScannerImpl. scanComment()Scans a comment.protected voidXMLScanner. scanComment(XMLStringBuffer text)Scans a comment.protected intXML11DocumentScannerImpl. scanContent()Scans element content.protected intXMLDocumentFragmentScannerImpl. scanContent()Scans element content.protected booleanXMLDTDScannerImpl. scanDecls(boolean complete)Dispatch an XML "event".protected booleanXMLDocumentScannerImpl. scanDoctypeDecl()Scans a doctype declaration.booleanXMLDocumentFragmentScannerImpl. scanDocument(boolean complete)Scans a document.booleanXMLDTDScannerImpl. scanDTDExternalSubset(boolean complete)Scans the external subset of the document.booleanXMLDTDScannerImpl. scanDTDInternalSubset(boolean complete, boolean standalone, boolean hasExternalSubset)Scans the internal subset of the document.protected voidXMLDTDScannerImpl. scanElementDecl()Scans an element declarationprotected intXML11NSDocumentScannerImpl. scanEndElement()Scans an end element.protected intXMLDocumentFragmentScannerImpl. scanEndElement()Scans an end element.protected intXMLNSDocumentScannerImpl. scanEndElement()Scans an end element.protected voidXMLDocumentFragmentScannerImpl. scanEntityReference()Scans an entity reference.protected intXMLDTDScannerImpl. scanEntityValue(XMLString value, XMLString nonNormalizedValue)Scans an entity value.protected voidXMLScanner. scanExternalID(String[] identifiers, boolean optionalSystemId)Scans External ID and return the public and system IDs.protected booleanXMLDocumentFragmentScannerImpl.FragmentContentDispatcher. scanForDoctypeHook()Scan for DOCTYPE hook.protected booleanXMLDocumentScannerImpl.ContentDispatcher. scanForDoctypeHook()Scan for DOCTYPE hook.protected voidXMLScanner. scanPI()Scans a processing instruction.protected voidXMLDocumentFragmentScannerImpl. scanPIData(String target, XMLString data)Scans a processing data.protected voidXMLDTDScannerImpl. scanPIData(String target, XMLString data)Scans a processing data.protected voidXMLScanner. scanPIData(String target, XMLString data)Scans a processing data.StringXMLScanner. scanPseudoAttribute(boolean scanningTextDecl, XMLString value)Scans a pseudo attribute.protected booleanXML11DocumentScannerImpl. scanPubidLiteral(XMLString literal)Scans public ID literal.protected booleanXML11DTDScannerImpl. scanPubidLiteral(XMLString literal)Scans public ID literal.protected booleanXMLScanner. scanPubidLiteral(XMLString literal)Scans public ID literal.protected booleanXML11NSDocumentScannerImpl.NS11ContentDispatcher. scanRootElementHook()Scan for root element hook.protected booleanXMLDocumentFragmentScannerImpl.FragmentContentDispatcher. scanRootElementHook()Scan for root element hook.protected booleanXMLDocumentScannerImpl.ContentDispatcher. scanRootElementHook()Scan for root element hook.protected booleanXMLNSDocumentScannerImpl.NSContentDispatcher. scanRootElementHook()Scan for root element hook.protected booleanXML11NSDocumentScannerImpl. scanStartElement()Scans a start element.protected booleanXMLDocumentFragmentScannerImpl. scanStartElement()Scans a start element.protected booleanXMLNSDocumentScannerImpl. scanStartElement()Scans a start element.protected booleanXML11NSDocumentScannerImpl. scanStartElementAfterName()Scans the remainder of a start or empty tag after the element name.protected booleanXMLDocumentFragmentScannerImpl. scanStartElementAfterName()Scans the remainder of a start or empty tag after the element name.protected booleanXMLNSDocumentScannerImpl. scanStartElementAfterName()Scans the remainder of a start or empty tag after the element name.protected voidXML11NSDocumentScannerImpl. scanStartElementName()Scans the name of an element in a start or empty tag.protected voidXMLDocumentFragmentScannerImpl. scanStartElementName()Scans the name of an element in a start or empty tag.protected voidXMLNSDocumentScannerImpl. scanStartElementName()Scans the name of an element in a start or empty tag.protected booleanXMLScanner. scanSurrogates(XMLStringBuffer buf)Scans surrogates and append them to the specified buffer.protected booleanXMLDTDScannerImpl. scanTextDecl()Dispatch an XML "event".protected voidXMLDocumentFragmentScannerImpl. scanXMLDeclOrTextDecl(boolean scanningTextDecl)Scans an XML or text declaration.protected voidXMLScanner. scanXMLDeclOrTextDecl(boolean scanningTextDecl, String[] pseudoAttributeValues)Scans an XML or text declaration.StringXMLEntityManager. setupCurrentEntity(String name, XMLInputSource xmlInputSource, boolean literal, boolean isExternal)This method uses the passed-in XMLInputSource to make fCurrentEntity usable for reading.voidXMLNamespaceBinder. startCDATA(Augmentations augs)The start of a CDATA section.voidXMLNamespaceBinder. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.voidXMLEntityManager. startDocumentEntity(XMLInputSource xmlInputSource)Starts the document entity.voidXMLEntityManager. startDTDEntity(XMLInputSource xmlInputSource)Starts the DTD entity.voidXMLNamespaceBinder. startElement(QName element, XMLAttributes attributes, Augmentations augs)Binds the namespaces.voidXMLDocumentFragmentScannerImpl. startEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies of the start of an entity.voidXMLDocumentScannerImpl. startEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies of the start of an entity.voidXMLDTDScannerImpl. startEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies of the start of an entity.voidXMLEntityHandler. startEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies of the start of an entity.voidXMLEntityManager. startEntity(String entityName, boolean literal)Starts a named entity.voidXMLEntityManager. startEntity(String name, XMLInputSource xmlInputSource, boolean literal, boolean isExternal)Starts an entity.voidXMLScanner. startEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies of the start of an entity.voidXMLNamespaceBinder. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies the start of a general entity.protected StringXMLDTDScannerImpl. startPE(String name, boolean literal)start a parameter entity dealing with the textdecl if there is anyvoidXMLNamespaceBinder. textDecl(String version, String encoding, Augmentations augs)Notifies of the presence of a TextDecl line in an entity.voidXMLNamespaceBinder. xmlDecl(String version, String encoding, String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document. -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that throw XNIException Modifier and Type Method Description protected voidXMLDTDValidator. addDTDDefaultAttrsAndValidate(QName elementName, int elementIndex, XMLAttributes attributes)Add default attributes and validate.voidDTDGrammar. any(Augmentations augs)A content model of ANY.voidXMLDTDProcessor. any(Augmentations augs)A content model of ANY.voidDTDGrammar. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)An attribute declaration.voidXMLDTDProcessor. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)An attribute declaration.voidXMLDTDValidator. characters(XMLString text, Augmentations augs)Character content.protected static voidXMLDTDProcessor. checkStandaloneEntityRef(String name, DTDGrammar grammar, XMLEntityDecl tempEntityDecl, XMLErrorReporter errorReporter)Check standalone entity reference.voidDTDGrammar. comment(XMLString text, Augmentations augs)A comment.voidXMLDTDProcessor. comment(XMLString text, Augmentations augs)A comment.voidXMLDTDValidator. comment(XMLString text, Augmentations augs)A comment.voidXMLDTDValidator. doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.voidDTDGrammar. element(String elementName, Augmentations augs)A referenced element in a mixed or children content model.voidXMLDTDProcessor. element(String elementName, Augmentations augs)A referenced element in a mixed or children content model.voidDTDGrammar. elementDecl(String name, String contentModel, Augmentations augs)An element declaration.voidXMLDTDProcessor. elementDecl(String name, String contentModel, Augmentations augs)An element declaration.voidDTDGrammar. empty(Augmentations augs)A content model of EMPTY.voidXMLDTDProcessor. empty(Augmentations augs)A content model of EMPTY.voidXMLDTDValidator. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidDTDGrammar. endAttlist(Augmentations augs)The end of an attribute list.voidXMLDTDProcessor. endAttlist(Augmentations augs)The end of an attribute list.voidXMLDTDValidator. endCDATA(Augmentations augs)The end of a CDATA section.voidDTDGrammar. endConditional(Augmentations augs)The end of a conditional section.voidXMLDTDProcessor. endConditional(Augmentations augs)The end of a conditional section.voidDTDGrammar. endContentModel(Augmentations augs)The end of a content model.voidXMLDTDProcessor. endContentModel(Augmentations augs)The end of a content model.voidXMLDTDValidator. endDocument(Augmentations augs)The end of the document.voidDTDGrammar. endDTD(Augmentations augs)The end of the DTD.voidXMLDTDProcessor. endDTD(Augmentations augs)The end of the DTD.voidXMLDTDValidator. endElement(QName element, Augmentations augs)The end of an element.voidDTDGrammar. endExternalSubset(Augmentations augs)The end of the DTD external subset.voidXMLDTDProcessor. endExternalSubset(Augmentations augs)The end of the DTD external subset.voidXMLDTDValidator. endGeneralEntity(String name, Augmentations augs)This method notifies the end of a general entity.voidDTDGrammar. endGroup(Augmentations augs)The end of a group for mixed or children content models.voidXMLDTDProcessor. endGroup(Augmentations augs)The end of a group for mixed or children content models.protected voidXML11NSDTDValidator. endNamespaceScope(QName element, Augmentations augs, boolean isEmpty)Handles end element.protected voidXMLNSDTDValidator. endNamespaceScope(QName element, Augmentations augs, boolean isEmpty)Handles end element.voidDTDGrammar. endParameterEntity(String name, Augmentations augs)This method notifies the end of an entity.voidXMLDTDProcessor. endParameterEntity(String name, Augmentations augs)This method notifies the end of a parameter entity.voidDTDGrammar. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)An external entity declaration.voidXMLDTDProcessor. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)An external entity declaration.protected voidXMLDTDValidator. handleEndElement(QName element, Augmentations augs, boolean isEmpty)Handle end element.protected booleanXMLDTDValidator. handleStartElement(QName element, XMLAttributes attributes, Augmentations augs)Handle elementvoidXMLDTDValidator. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidDTDGrammar. ignoredCharacters(XMLString text, Augmentations augs)Characters within an IGNORE conditional section.voidXMLDTDProcessor. ignoredCharacters(XMLString text, Augmentations augs)Characters within an IGNORE conditional section.voidDTDGrammar. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)An internal entity declaration.voidXMLDTDProcessor. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)An internal entity declaration.GrammarXMLDTDLoader. loadGrammar(XMLInputSource source)Returns a Grammar object by parsing the contents of the entity pointed to by source.voidXMLDTDLoader. loadGrammarWithContext(XMLDTDValidator validator, String rootName, String publicId, String systemId, String baseSystemId, String internalSubset)Parse a DTD internal and/or external subset and insert the content into the existing DTD grammar owned by the given DTDValidator.voidDTDGrammar. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)A notation declarationvoidXMLDTDProcessor. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)A notation declarationvoidDTDGrammar. occurrence(short occurrence, Augmentations augs)The occurrence count for a child in a children content model or for the mixed content model group.voidXMLDTDProcessor. occurrence(short occurrence, Augmentations augs)The occurrence count for a child in a children content model or for the mixed content model group.voidDTDGrammar. pcdata(Augmentations augs)The appearance of "#PCDATA" within a group signifying a mixed content model.voidDTDGrammar. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidXMLDTDProcessor. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidXMLDTDValidator. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidDTDGrammar. separator(short separator, Augmentations augs)The separator between choices or sequences of a mixed or children content model.voidXMLDTDProcessor. separator(short separator, Augmentations augs)The separator between choices or sequences of a mixed or children content model.voidDTDGrammar. startAttlist(String elementName, Augmentations augs)The start of an attribute list.voidXMLDTDProcessor. startAttlist(String elementName, Augmentations augs)The start of an attribute list.voidXMLDTDValidator. startCDATA(Augmentations augs)The start of a CDATA section.voidDTDGrammar. startConditional(short type, Augmentations augs)The start of a conditional section.voidXMLDTDProcessor. startConditional(short type, Augmentations augs)The start of a conditional section.voidDTDGrammar. startContentModel(String elementName, Augmentations augs)The start of a content model.voidXMLDTDProcessor. startContentModel(String elementName, Augmentations augs)The start of a content model.voidXMLDTDValidator. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.voidDTDGrammar. startDTD(XMLLocator locator, Augmentations augs)The start of the DTD.voidXMLDTDProcessor. startDTD(XMLLocator locator, Augmentations augs)The start of the DTD.voidXMLDTDValidator. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidDTDGrammar. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)The start of the DTD external subset.voidXMLDTDProcessor. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)The start of the DTD external subset.voidXMLDTDValidator. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies the start of a general entity.voidDTDGrammar. startGroup(Augmentations augs)A start of either a mixed or children content model.voidXMLDTDProcessor. startGroup(Augmentations augs)A start of either a mixed or children content model.protected voidXML11NSDTDValidator. startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)Bind namespacesprotected voidXMLNSDTDValidator. startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)Bind namespacesvoidDTDGrammar. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies of the start of an entity.voidXMLDTDProcessor. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies of the start of a parameter entity.voidDTDGrammar. textDecl(String version, String encoding, Augmentations augs)Notifies of the presence of a TextDecl line in an entity.voidXMLDTDProcessor. textDecl(String version, String encoding, Augmentations augs)Notifies of the presence of a TextDecl line in an entity.voidXMLDTDValidator. textDecl(String version, String encoding, Augmentations augs)Notifies of the presence of a TextDecl line in an entity.voidDTDGrammar. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)An unparsed entity declaration.voidXMLDTDProcessor. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)An unparsed entity declaration.protected voidXMLDTDValidator. validateDTDattribute(QName element, String attValue, XMLAttributeDecl attributeDecl)Validate attributes in DTD fashion.voidXMLDTDValidator. xmlDecl(String version, String encoding, String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document. -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that throw XNIException Modifier and Type Method Description voidXMLSchemaValidator. characters(XMLString text, Augmentations augs)Character content.voidXMLSchemaValidator. comment(XMLString text, Augmentations augs)A comment.voidXMLSchemaValidator. doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.voidXMLSchemaValidator. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXMLSchemaValidator. endCDATA(Augmentations augs)The end of a CDATA section.voidXMLSchemaValidator. endDocument(Augmentations augs)The end of the document.voidXMLSchemaValidator. endElement(QName element, Augmentations augs)The end of an element.voidXMLSchemaValidator. endGeneralEntity(String name, Augmentations augs)This method notifies the end of a general entity.voidXMLSchemaValidator. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.GrammarXMLSchemaLoader. loadGrammar(XMLInputSource source)Returns a Grammar object by parsing the contents of the entity pointed to by source.voidXMLSchemaLoader. loadGrammar(XMLInputSource[] source)Returns a Grammar object by parsing the contents of the entities pointed to by sources.voidXMLSchemaValidator. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidXMLSchemaValidator.XSIErrorReporter. reportError(String domain, String key, Object[] arguments, short severity)voidXMLSchemaValidator.XSIErrorReporter. reportError(XMLLocator location, String domain, String key, Object[] arguments, short severity)voidXMLSchemaValidator. startCDATA(Augmentations augs)The start of a CDATA section.voidXMLSchemaValidator. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.voidXMLSchemaValidator. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidXMLSchemaValidator. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies the start of a general entity.voidXMLSchemaValidator. textDecl(String version, String encoding, Augmentations augs)Notifies of the presence of a TextDecl line in an entity.voidXMLSchemaValidator. xmlDecl(String version, String encoding, String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document. -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti that throw XNIException Modifier and Type Method Description voidDefaultXMLDocumentHandler. any(Augmentations augmentations)A content model of ANY.voidDefaultXMLDocumentHandler. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)An attribute declaration.voidDefaultXMLDocumentHandler. characters(XMLString text, Augmentations augs)Character content.voidSchemaDOMParser. characters(XMLString text, Augmentations augs)Character content.voidDefaultXMLDocumentHandler. comment(XMLString text, Augmentations augs)A comment.voidSchemaDOMParser. comment(XMLString text, Augmentations augs)A comment.voidDefaultXMLDocumentHandler. doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.voidDefaultXMLDocumentHandler. element(String elementName, Augmentations augmentations)A referenced element in a mixed or children content model.voidDefaultXMLDocumentHandler. elementDecl(String name, String contentModel, Augmentations augmentations)An element declaration.voidDefaultXMLDocumentHandler. empty(Augmentations augmentations)A content model of EMPTY.voidDefaultXMLDocumentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidSchemaDOMParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidDefaultXMLDocumentHandler. endAttlist(Augmentations augmentations)The end of an attribute list.voidDefaultXMLDocumentHandler. endCDATA(Augmentations augs)The end of a CDATA section.voidSchemaDOMParser. endCDATA(Augmentations augs)The end of a CDATA section.voidDefaultXMLDocumentHandler. endConditional(Augmentations augmentations)The end of a conditional section.voidDefaultXMLDocumentHandler. endContentModel(Augmentations augmentations)The end of a content model.voidDefaultXMLDocumentHandler. endDocument(Augmentations augs)The end of the document.voidSchemaDOMParser. endDocument(Augmentations augs)The end of the document.voidDefaultXMLDocumentHandler. endDTD(Augmentations augmentations)The end of the DTD.voidDefaultXMLDocumentHandler. endElement(QName element, Augmentations augs)The end of an element.voidSchemaDOMParser. endElement(QName element, Augmentations augs)The end of an element.voidDefaultXMLDocumentHandler. endExternalSubset(Augmentations augmentations)The end of the DTD external subset.voidDefaultXMLDocumentHandler. endGeneralEntity(String name, Augmentations augs)This method notifies the end of a general entity.voidDefaultXMLDocumentHandler. endGroup(Augmentations augmentations)The end of a group for mixed or children content models.voidDefaultXMLDocumentHandler. endParameterEntity(String name, Augmentations augmentations)This method notifies the end of a parameter entity.voidDefaultXMLDocumentHandler. endPrefixMapping(String prefix, Augmentations augs)The end of a namespace prefix mapping.voidDefaultXMLDocumentHandler. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)An external entity declaration.voidDefaultXMLDocumentHandler. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidSchemaDOMParser. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidDefaultXMLDocumentHandler. ignoredCharacters(XMLString text, Augmentations augmentations)Characters within an IGNORE conditional section.voidDefaultXMLDocumentHandler. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)An internal entity declaration.voidDefaultXMLDocumentHandler. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)A notation declarationvoidDefaultXMLDocumentHandler. occurrence(short occurrence, Augmentations augmentations)The occurrence count for a child in a children content model or for the mixed content model group.booleanSchemaParsingConfig. parse(boolean complete)Parses the document in a pull parsing fashion.voidSchemaParsingConfig. parse(XMLInputSource source)Parses the specified input source.voidDefaultXMLDocumentHandler. pcdata(Augmentations augmentations)The appearance of "#PCDATA" within a group signifying a mixed content model.voidDefaultXMLDocumentHandler. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidSchemaDOMParser. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidSchemaParsingConfig. reset()Reset all components before parsing.protected voidSchemaParsingConfig. resetXML10()Reset all XML 1.0 components before parsingprotected voidSchemaParsingConfig. resetXML11()Reset all XML 1.1 components before parsingvoidDefaultXMLDocumentHandler. separator(short separator, Augmentations augmentations)The separator between choices or sequences of a mixed or children content model.voidSchemaParsingConfig. setLocale(Locale locale)Set the locale to use for messages.voidDefaultXMLDocumentHandler. startAttlist(String elementName, Augmentations augmentations)The start of an attribute list.voidDefaultXMLDocumentHandler. startCDATA(Augmentations augs)The start of a CDATA section.voidSchemaDOMParser. startCDATA(Augmentations augs)The start of a CDATA section.voidDefaultXMLDocumentHandler. startConditional(short type, Augmentations augmentations)The start of a conditional section.voidDefaultXMLDocumentHandler. startContentModel(String elementName, Augmentations augmentations)The start of a content model.voidDefaultXMLDocumentHandler. startDocument(XMLLocator locator, String encoding, NamespaceContext context, Augmentations augs)The start of the document.voidSchemaDOMParser. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)voidDefaultXMLDocumentHandler. startDTD(XMLLocator locator, Augmentations augmentations)The start of the DTD.voidDefaultXMLDocumentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidSchemaDOMParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidDefaultXMLDocumentHandler. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)The start of the DTD external subset.voidDefaultXMLDocumentHandler. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies the start of a general entity.voidDefaultXMLDocumentHandler. startGroup(Augmentations augmentations)A start of either a mixed or children content model.voidDefaultXMLDocumentHandler. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations)This method notifies of the start of a parameter entity.voidDefaultXMLDocumentHandler. startPrefixMapping(String prefix, String uri, Augmentations augs)The start of a namespace prefix mapping.voidDefaultXMLDocumentHandler. textDecl(String version, String encoding, Augmentations augs)Notifies of the presence of a TextDecl line in an entity.voidDefaultXMLDocumentHandler. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations)An unparsed entity declaration.voidDefaultXMLDocumentHandler. xmlDecl(String version, String encoding, String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document. -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that throw XNIException Modifier and Type Method Description voidAbstractXMLDocumentParser. any(Augmentations augs)A content model of ANY.voidAbstractDOMParser. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)An attribute declaration.voidAbstractSAXParser. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)An attribute declaration.voidAbstractXMLDocumentParser. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)An attribute declaration.voidDTDParser. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)An attribute declaration.voidAbstractDOMParser. characters(XMLString text, Augmentations augs)Character content.voidAbstractSAXParser. characters(XMLString text, Augmentations augs)Character content.voidAbstractXMLDocumentParser. characters(XMLString text, Augmentations augs)Character content.voidDTDParser. childrenElement(String elementName)A referenced element in a children content model.voidDTDParser. childrenEndGroup()The end of a children group.voidDTDParser. childrenOccurrence(short occurrence)The occurrence count for a child in a children content model.voidDTDParser. childrenSeparator(short separator)The separator between choices or sequences of a children content model.voidDTDParser. childrenStartGroup()The start of a children group.voidAbstractDOMParser. comment(XMLString text, Augmentations augs)A comment.voidAbstractSAXParser. comment(XMLString text, Augmentations augs)A comment.voidAbstractXMLDocumentParser. comment(XMLString text, Augmentations augs)A comment.voidDTDParser. comment(XMLString text, Augmentations augmentations)A comment.voidAbstractDOMParser. doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.voidAbstractSAXParser. doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.voidAbstractXMLDocumentParser. doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.voidAbstractXMLDocumentParser. element(String elementName, Augmentations augs)A referenced element in a mixed or children content model.voidAbstractDOMParser. elementDecl(String name, String contentModel, Augmentations augs)An element declaration.voidAbstractSAXParser. elementDecl(String name, String contentModel, Augmentations augs)An element declaration.voidAbstractXMLDocumentParser. elementDecl(String name, String contentModel, Augmentations augs)An element declaration.voidDTDParser. elementDecl(String name, String contentModel, Augmentations augmentations)An element declaration.voidAbstractXMLDocumentParser. empty(Augmentations augs)A content model of EMPTY.voidAbstractDOMParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidAbstractXMLDocumentParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidAbstractDOMParser. endAttlist(Augmentations augs)The end of an attribute list.voidAbstractXMLDocumentParser. endAttlist(Augmentations augs)The end of an attribute list.voidDTDParser. endAttlist(Augmentations augmentations)The end of an attribute list.voidAbstractDOMParser. endCDATA(Augmentations augs)The end of a CDATA section.voidAbstractSAXParser. endCDATA(Augmentations augs)The end of a CDATA section.voidAbstractXMLDocumentParser. endCDATA(Augmentations augs)The end of a CDATA section.voidAbstractDOMParser. endConditional(Augmentations augs)The end of a conditional section.voidAbstractXMLDocumentParser. endConditional(Augmentations augs)The end of a conditional section.voidDTDParser. endConditional(Augmentations augmentations)The end of a conditional section.voidAbstractXMLDocumentParser. endContentModel(Augmentations augs)The end of a content model.voidDTDParser. endContentModel()The end of a content model.voidAbstractDOMParser. endDocument(Augmentations augs)The end of the document.voidAbstractSAXParser. endDocument(Augmentations augs)The end of the document.voidAbstractXMLDocumentParser. endDocument(Augmentations augs)The end of the document.voidAbstractDOMParser. endDTD(Augmentations augs)The end of the DTD.voidAbstractSAXParser. endDTD(Augmentations augs)The end of the DTD.voidAbstractXMLDocumentParser. endDTD(Augmentations augs)The end of the DTD.voidDTDParser. endDTD(Augmentations augmentations)The end of the DTD.voidAbstractDOMParser. endElement(QName element, Augmentations augs)The end of an element.voidAbstractSAXParser. endElement(QName element, Augmentations augs)The end of an element.voidAbstractXMLDocumentParser. endElement(QName element, Augmentations augs)The end of an element.voidDTDParser. endEntity(String name, Augmentations augmentations)This method notifies the end of an entity.voidAbstractDOMParser. endExternalSubset(Augmentations augs)The end of the DTD external subset.voidAbstractSAXParser. endExternalSubset(Augmentations augs)The end of the DTD external subset.voidAbstractXMLDocumentParser. endExternalSubset(Augmentations augmentations)The end of the DTD external subset.voidDTDParser. endExternalSubset(Augmentations augmentations)The end of the external subset.voidAbstractDOMParser. endGeneralEntity(String name, Augmentations augs)This method notifies the end of a general entity.voidAbstractSAXParser. endGeneralEntity(String name, Augmentations augs)This method notifies the end of an entity.voidAbstractXMLDocumentParser. endGeneralEntity(String name, Augmentations augs)This method notifies the end of an entity.voidAbstractXMLDocumentParser. endGroup(Augmentations augs)The end of a group for mixed or children content models.voidAbstractDOMParser. endParameterEntity(String name, Augmentations augs)This method notifies the end of a parameter entity.voidAbstractSAXParser. endParameterEntity(String name, Augmentations augs)This method notifies the end of an entity.voidAbstractXMLDocumentParser. endParameterEntity(String name, Augmentations augs)This method notifies the end of an entity.voidAbstractDOMParser. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)An external entity declaration.voidAbstractSAXParser. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)An external entity declaration.voidAbstractXMLDocumentParser. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)An external entity declaration.voidDTDParser. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)An external entity declaration.voidAbstractDOMParser. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidAbstractSAXParser. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidAbstractXMLDocumentParser. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidAbstractDOMParser. ignoredCharacters(XMLString text, Augmentations augs)Characters within an IGNORE conditional section.voidAbstractXMLDocumentParser. ignoredCharacters(XMLString text, Augmentations augs)Characters within an IGNORE conditional section.voidAbstractDOMParser. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)An internal entity declaration.voidAbstractSAXParser. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)An internal entity declaration.voidAbstractXMLDocumentParser. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)An internal entity declaration.voidDTDParser. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)An internal entity declaration.voidDTDParser. mixedElement(String elementName)A referenced element in a mixed content model.voidAbstractDOMParser. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)A notation declarationvoidAbstractSAXParser. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)A notation declarationvoidAbstractXMLDocumentParser. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)A notation declarationvoidDTDParser. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)A notation declarationvoidAbstractXMLDocumentParser. occurrence(short occurrence, Augmentations augs)The occurrence count for a child in a children content model or for the mixed content model group.abstract voidBasicParserConfiguration. parse(XMLInputSource inputSource)Parse an XML document.booleanDTDConfiguration. parse(boolean complete)Parses the document in a pull parsing fashion.voidDTDConfiguration. parse(XMLInputSource source)Parses the specified input source.booleanNonValidatingConfiguration. parse(boolean complete)Parses the document in a pull parsing fashion.voidNonValidatingConfiguration. parse(XMLInputSource source)Parses the specified input source.booleanXML11Configuration. parse(boolean complete)voidXML11Configuration. parse(XMLInputSource source)Parses the specified input source.booleanXML11DTDConfiguration. parse(boolean complete)voidXML11DTDConfiguration. parse(XMLInputSource source)Parses the specified input source.booleanXML11NonValidatingConfiguration. parse(boolean complete)voidXML11NonValidatingConfiguration. parse(XMLInputSource source)Parses the specified input source.voidXMLParser. parse(XMLInputSource inputSource)parseGrammarXMLGrammarCachingConfiguration. parseGrammar(String type, String uri)Parse a grammar from a location identified by an URI.GrammarXMLGrammarCachingConfiguration. parseGrammar(String type, XMLInputSource is)Parse a grammar from a location identified by an XMLInputSource.voidAbstractXMLDocumentParser. pcdata(Augmentations augs)The appearance of "#PCDATA" within a group signifying a mixed content model.GrammarXMLGrammarPreparser. preparseGrammar(String type, XMLInputSource is)Parse a grammar from a location identified by an XMLInputSource.voidAbstractDOMParser. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidAbstractSAXParser. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidAbstractXMLDocumentParser. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidDTDParser. processingInstruction(String target, XMLString data, Augmentations augmentations)A processing instruction.voidAbstractDOMParser. reset()Resets the parser state.voidAbstractSAXParser. reset()Reset all components before parsing.protected voidAbstractXMLDocumentParser. reset()reset all components before parsingprotected voidBasicParserConfiguration. reset()reset all components before parsing and namespace contextprotected voidDTDConfiguration. reset()Reset all components before parsing.protected voidNonValidatingConfiguration. reset()Reset all components before parsing.protected voidXML11Configuration. reset()reset all XML 1.0 components before parsing and namespace contextprotected voidXML11DTDConfiguration. reset()reset all XML 1.0 components before parsing and namespace contextprotected voidXML11NonValidatingConfiguration. reset()reset all XML 1.0 components before parsing and namespace contextprotected voidXMLParser. reset()reset all components before parsingprotected voidXML11Configuration. resetCommon()reset all common components before parsingprotected voidXML11DTDConfiguration. resetCommon()reset all common components before parsingprotected voidXML11NonValidatingConfiguration. resetCommon()reset all common components before parsingprotected voidXML11Configuration. resetXML11()reset all components before parsing and namespace contextprotected voidXML11DTDConfiguration. resetXML11()reset all components before parsing and namespace contextprotected voidXML11NonValidatingConfiguration. resetXML11()reset all components before parsing and namespace contextvoidAbstractXMLDocumentParser. separator(short separator, Augmentations augs)The separator between choices or sequences of a mixed or children content model.voidBasicParserConfiguration. setLocale(Locale locale)Set the locale to use for messages.voidDTDConfiguration. setLocale(Locale locale)Set the locale to use for messages.voidNonValidatingConfiguration. setLocale(Locale locale)Set the locale to use for messages.voidXML11Configuration. setLocale(Locale locale)Set the locale to use for messages.voidXML11DTDConfiguration. setLocale(Locale locale)Set the locale to use for messages.voidXML11NonValidatingConfiguration. setLocale(Locale locale)Set the locale to use for messages.voidAbstractDOMParser. startAttlist(String elementName, Augmentations augs)The start of an attribute list.voidAbstractXMLDocumentParser. startAttlist(String elementName, Augmentations augs)The start of an attribute list.voidDTDParser. startAttlist(String elementName, Augmentations augmentations)The start of an attribute list.voidAbstractDOMParser. startCDATA(Augmentations augs)The start of a CDATA section.voidAbstractSAXParser. startCDATA(Augmentations augs)The start of a CDATA section.voidAbstractXMLDocumentParser. startCDATA(Augmentations augs)The start of a CDATA section.voidAbstractDOMParser. startConditional(short type, Augmentations augs)The start of a conditional section.voidAbstractXMLDocumentParser. startConditional(short type, Augmentations augs)The start of a conditional section.voidDTDParser. startConditional(short type, Augmentations augmentations)The start of a conditional section.voidAbstractXMLDocumentParser. startContentModel(String elementName, Augmentations augs)The start of a content model.voidDTDParser. startContentModel(String elementName, short type)The start of a content model.voidAbstractDOMParser. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.voidAbstractSAXParser. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.voidAbstractXMLDocumentParser. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.voidAbstractDOMParser. startDTD(XMLLocator locator, Augmentations augs)The start of the DTD.voidAbstractXMLDocumentParser. startDTD(XMLLocator locator, Augmentations augs)The start of the DTD.voidDTDParser. startDTD(XMLLocator locator, Augmentations augmentations)The start of the DTD.voidAbstractDOMParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidAbstractSAXParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidAbstractXMLDocumentParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidDTDParser. startEntity(String name, String publicId, String systemId, String encoding)This method notifies of the start of an entity.voidAbstractDOMParser. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)The start of the DTD external subset.voidAbstractSAXParser. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)The start of the DTD external subset.voidAbstractXMLDocumentParser. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)The start of the DTD external subset.voidDTDParser. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)The start of the external subset.voidAbstractDOMParser. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies the start of a general entity.voidAbstractSAXParser. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies of the start of an entity.voidAbstractXMLDocumentParser. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies the start of an entity.voidAbstractXMLDocumentParser. startGroup(Augmentations augs)A start of either a mixed or children content model.voidAbstractDOMParser. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies of the start of a parameter entity.voidAbstractSAXParser. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies of the start of parameter entity.voidAbstractXMLDocumentParser. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies the start of an entity.voidAbstractDOMParser. textDecl(String version, String encoding, Augmentations augs)Notifies of the presence of a TextDecl line in an entity.voidAbstractXMLDocumentParser. textDecl(String version, String encoding, Augmentations augs)Notifies of the presence of a TextDecl line in an entity.voidDTDParser. textDecl(String version, String encoding)Notifies of the presence of a TextDecl line in an entity.voidAbstractDOMParser. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)An unparsed entity declaration.voidAbstractSAXParser. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)An unparsed entity declaration.voidAbstractXMLDocumentParser. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)An unparsed entity declaration.voidDTDParser. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations)An unparsed entity declaration.voidAbstractDOMParser. xmlDecl(String version, String encoding, String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document.voidAbstractSAXParser. xmlDecl(String version, String encoding, String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document.voidAbstractXMLDocumentParser. xmlDecl(String version, String encoding, String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document. -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that return XNIException Modifier and Type Method Description protected static XNIExceptionErrorHandlerWrapper. createXNIException(SAXException exception)Creates an XNIException from a SAXException.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that throw XNIException Modifier and Type Method Description voidDefaultErrorHandler. error(String domain, String key, XMLParseException ex)Error.voidDOMErrorHandlerWrapper. error(String domain, String key, XMLParseException exception)Reports an error.voidErrorHandlerWrapper. error(String domain, String key, XMLParseException exception)Reports an error.voidDefaultErrorHandler. fatalError(String domain, String key, XMLParseException ex)Fatal error.voidDOMErrorHandlerWrapper. fatalError(String domain, String key, XMLParseException exception)Report a fatal error.voidErrorHandlerWrapper. fatalError(String domain, String key, XMLParseException exception)Report a fatal error.XMLInputSourceEntityResolver2Wrapper. getExternalSubset(XMLDTDDescription grammarDescription)Locates an external subset for documents which do not explicitly provide one.XMLInputSourceDOMEntityResolverWrapper. resolveEntity(XMLResourceIdentifier resourceIdentifier)Resolves an external parsed entity.XMLInputSourceEntityResolver2Wrapper. resolveEntity(XMLResourceIdentifier resourceIdentifier)Resolves an external parsed entity.XMLInputSourceEntityResolverWrapper. resolveEntity(XMLResourceIdentifier resourceIdentifier)Resolves an external parsed entity.voidDefaultErrorHandler. warning(String domain, String key, XMLParseException ex)Warning.voidDOMErrorHandlerWrapper. warning(String domain, String key, XMLParseException exception)Reports a warning.voidErrorHandlerWrapper. warning(String domain, String key, XMLParseException exception)Reports a warning. -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that throw XNIException Modifier and Type Method Description voidXIncludeHandler. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)voidXIncludeHandler. characters(XMLString text, Augmentations augs)voidXIncludeHandler. comment(XMLString text, Augmentations augs)voidXIncludeHandler. doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)voidXIncludeHandler. elementDecl(String name, String contentModel, Augmentations augmentations)voidXIncludeHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)voidXIncludeHandler. endAttlist(Augmentations augmentations)voidXIncludeHandler. endCDATA(Augmentations augs)voidXIncludeHandler. endConditional(Augmentations augmentations)voidXIncludeHandler. endDocument(Augmentations augs)voidXIncludeHandler. endDTD(Augmentations augmentations)voidXIncludeHandler. endElement(QName element, Augmentations augs)voidXIncludeHandler. endExternalSubset(Augmentations augmentations)voidXIncludeHandler. endGeneralEntity(String name, Augmentations augs)voidXIncludeHandler. endParameterEntity(String name, Augmentations augmentations)voidXIncludeHandler. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)protected booleanXIncludeHandler. handleIncludeElement(XMLAttributes attributes)voidXIncludeHandler. ignorableWhitespace(XMLString text, Augmentations augs)voidXIncludeHandler. ignoredCharacters(XMLString text, Augmentations augmentations)voidXIncludeHandler. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)voidXIncludeHandler. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)voidXIncludeHandler. processingInstruction(String target, XMLString data, Augmentations augs)voidXIncludeHandler. reset(XMLComponentManager componentManager)voidXIncludeHandler. startAttlist(String elementName, Augmentations augmentations)voidXIncludeHandler. startCDATA(Augmentations augs)voidXIncludeHandler. startConditional(short type, Augmentations augmentations)voidXIncludeHandler. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)Event sent at the start of the document.voidXIncludeHandler. startDTD(XMLLocator locator, Augmentations augmentations)voidXIncludeHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)voidXIncludeHandler. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)voidXIncludeHandler. startGeneralEntity(String name, XMLResourceIdentifier resId, String encoding, Augmentations augs)voidXIncludeHandler. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations)voidXIncludeHandler. textDecl(String version, String encoding, Augmentations augs)voidXIncludeHandler. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations)voidXIncludeHandler. xmlDecl(String version, String encoding, String standalone, Augmentations augs) -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni that throw XNIException Modifier and Type Method Description voidXMLDTDContentModelHandler. any(Augmentations augmentations)A content model of ANY.voidXMLDTDHandler. attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)An attribute declaration.voidXMLDocumentFragmentHandler. characters(XMLString text, Augmentations augmentations)Character content.voidXMLDocumentHandler. characters(XMLString text, Augmentations augs)Character content.voidXMLDocumentFragmentHandler. comment(XMLString text, Augmentations augmentations)A comment.voidXMLDocumentHandler. comment(XMLString text, Augmentations augs)A comment.voidXMLDTDHandler. comment(XMLString text, Augmentations augmentations)A comment.voidXMLDocumentHandler. doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.voidXMLDTDContentModelHandler. element(String elementName, Augmentations augmentations)A referenced element in a mixed or children content model.voidXMLDTDHandler. elementDecl(String name, String contentModel, Augmentations augmentations)An element declaration.voidXMLDTDContentModelHandler. empty(Augmentations augmentations)A content model of EMPTY.voidXMLDocumentFragmentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augmentations)An empty element.voidXMLDocumentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXMLDTDHandler. endAttlist(Augmentations augmentations)The end of an attribute list.voidXMLDocumentFragmentHandler. endCDATA(Augmentations augmentations)The end of a CDATA section.voidXMLDocumentHandler. endCDATA(Augmentations augs)The end of a CDATA section.voidXMLDTDHandler. endConditional(Augmentations augmentations)The end of a conditional section.voidXMLDTDContentModelHandler. endContentModel(Augmentations augmentations)The end of a content model.voidXMLDocumentHandler. endDocument(Augmentations augs)The end of the document.voidXMLDocumentFragmentHandler. endDocumentFragment(Augmentations augmentations)The end of the document fragment.voidXMLDTDHandler. endDTD(Augmentations augmentations)The end of the DTD.voidXMLDocumentFragmentHandler. endElement(QName element, Augmentations augmentations)The end of an element.voidXMLDocumentHandler. endElement(QName element, Augmentations augs)The end of an element.voidXMLDTDHandler. endExternalSubset(Augmentations augmentations)The end of the DTD external subset.voidXMLDocumentFragmentHandler. endGeneralEntity(String name, Augmentations augmentations)This method notifies the end of a general entity.voidXMLDocumentHandler. endGeneralEntity(String name, Augmentations augs)This method notifies the end of a general entity.voidXMLDTDContentModelHandler. endGroup(Augmentations augmentations)The end of a group for mixed or children content models.voidXMLDTDHandler. endParameterEntity(String name, Augmentations augmentations)This method notifies the end of a parameter entity.voidXMLDTDHandler. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)An external entity declaration.voidXMLDocumentFragmentHandler. ignorableWhitespace(XMLString text, Augmentations augmentations)Ignorable whitespace.voidXMLDocumentHandler. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.voidXMLDTDHandler. ignoredCharacters(XMLString text, Augmentations augmentations)Characters within an IGNORE conditional section.voidXMLDTDHandler. internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)An internal entity declaration.voidXMLDTDHandler. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)A notation declarationvoidXMLDTDContentModelHandler. occurrence(short occurrence, Augmentations augmentations)The occurrence count for a child in a children content model or for the mixed content model group.voidXMLDTDContentModelHandler. pcdata(Augmentations augmentations)The appearance of "#PCDATA" within a group signifying a mixed content model.voidXMLDocumentFragmentHandler. processingInstruction(String target, XMLString data, Augmentations augmentations)A processing instruction.voidXMLDocumentHandler. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.voidXMLDTDHandler. processingInstruction(String target, XMLString data, Augmentations augmentations)A processing instruction.voidXMLDTDContentModelHandler. separator(short separator, Augmentations augmentations)The separator between choices or sequences of a mixed or children content model.voidXMLDTDHandler. startAttlist(String elementName, Augmentations augmentations)The start of an attribute list.voidXMLDocumentFragmentHandler. startCDATA(Augmentations augmentations)The start of a CDATA section.voidXMLDocumentHandler. startCDATA(Augmentations augs)The start of a CDATA section.voidXMLDTDHandler. startConditional(short type, Augmentations augmentations)The start of a conditional section.voidXMLDTDContentModelHandler. startContentModel(String elementName, Augmentations augmentations)The start of a content model.voidXMLDocumentHandler. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.voidXMLDocumentFragmentHandler. startDocumentFragment(XMLLocator locator, NamespaceContext namespaceContext, Augmentations augmentations)The start of the document fragment.voidXMLDTDHandler. startDTD(XMLLocator locator, Augmentations augmentations)The start of the DTD.voidXMLDocumentFragmentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augmentations)The start of an element.voidXMLDocumentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidXMLDTDHandler. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)The start of the DTD external subset.voidXMLDocumentFragmentHandler. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations)This method notifies the start of a general entity.voidXMLDocumentHandler. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)This method notifies the start of a general entity.voidXMLDTDContentModelHandler. startGroup(Augmentations augmentations)A start of either a mixed or children content model.voidXMLDTDHandler. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations)This method notifies of the start of a parameter entity.voidXMLDocumentFragmentHandler. textDecl(String version, String encoding, Augmentations augmentations)Notifies of the presence of a TextDecl line in an entity.voidXMLDocumentHandler. textDecl(String version, String encoding, Augmentations augs)Notifies of the presence of a TextDecl line in an entity.voidXMLDTDHandler. textDecl(String version, String encoding, Augmentations augmentations)Notifies of the presence of a TextDecl line in an entity.voidXMLDTDHandler. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations)An unparsed entity declaration.voidXMLDocumentHandler. xmlDecl(String version, String encoding, String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document. -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars that throw XNIException Modifier and Type Method Description GrammarXMLGrammarLoader. loadGrammar(XMLInputSource source)Returns a Grammar object by parsing the contents of the entity pointed to by source. -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser
Subclasses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser Modifier and Type Class Description classXMLConfigurationExceptionAn XNI parser configuration exception.classXMLParseExceptionA parsing exception.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser that throw XNIException Modifier and Type Method Description voidXMLErrorHandler. error(String domain, String key, XMLParseException exception)Reports an error.voidXMLErrorHandler. fatalError(String domain, String key, XMLParseException exception)Report a fatal error.voidXMLParserConfiguration. parse(XMLInputSource inputSource)Parse an XML document.booleanXMLPullParserConfiguration. parse(boolean complete)Parses the document in a pull parsing fashion.XMLInputSourceXMLEntityResolver. resolveEntity(XMLResourceIdentifier resourceIdentifier)Resolves an external parsed entity.booleanXMLDocumentScanner. scanDocument(boolean complete)Scans a document.booleanXMLDTDScanner. scanDTDExternalSubset(boolean complete)Scans the external subset of the document.booleanXMLDTDScanner. scanDTDInternalSubset(boolean complete, boolean standalone, boolean hasExternalSubset)Scans the internal subset of the document.voidXMLParserConfiguration. setLocale(Locale locale)Set the locale to use for messages.voidXMLErrorHandler. warning(String domain, String key, XMLParseException exception)Reports a warning. -
Uses of XNIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer that throw XNIException Modifier and Type Method Description voidXPointerHandler. characters(XMLString text, Augmentations augs)Character content.voidXPointerHandler. comment(XMLString text, Augmentations augs)If the comment is a child of a matched element, then pass else return.voidXPointerHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXPointerHandler. endCDATA(Augmentations augs)The end of a CDATA section.voidXPointerHandler. endElement(QName element, Augmentations augs)The end of an element.voidXPointerHandler. ignorableWhitespace(XMLString text, Augmentations augs)Ignorable whitespace.booleanXPointerHandler. isChildFragmentResolved()Returns true if the XPointer expression resolves to a non-element child of the current resource fragment.booleanXPointerPart. isChildFragmentResolved()Returns true if the XPointer expression resolves to a non-element child of the current resource fragment.booleanXPointerHandler. isFragmentResolved()Returns true if the Node fragment is resolved.booleanXPointerPart. isFragmentResolved()Returns true if the XPointer expression resolves to a resource fragment specified as input else returns false.booleanXPointerProcessor. isFragmentResolved()Returns true if the XPointer expression resolves to the current resource fragment or Node which is part of the input resource being streamed else returns false.booleanXPointerHandler. isXPointerResolved()Returns true if the XPointer successfully found a sub-resource .booleanXPointerProcessor. isXPointerResolved()Returns true if the XPointer expression resolves any subresource of the input resource.voidXPointerHandler. parseXPointer(String xpointer)Parses the XPointer framework expression and delegates scheme specific parsing.voidXPointerPart. parseXPointer(String part)Provides scheme specific parsing of a XPointer expression i.e.voidXPointerProcessor. parseXPointer(String xpointer)Parses an XPointer expression.voidXPointerHandler. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.booleanXPointerHandler. resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)booleanXPointerPart. resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)Evaluates an XML resource with respect to an XPointer expressions by checking if it's element and attributes parameters match the criteria specified in the xpointer expression.booleanXPointerProcessor. resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)Evaluates an XML resource with respect to an XPointer expressions by checking if it's element and attributes parameters match the criteria specified in the xpointer expression.voidXPointerHandler. startCDATA(Augmentations augs)The start of a CDATA section.voidXPointerHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.
-