BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Class
weblogic.apache.xerces.xni.XNIException

Packages that use XNIException
weblogic.apache.xerces.dom   
weblogic.apache.xerces.impl   
weblogic.apache.xerces.impl.dtd   
weblogic.apache.xerces.impl.xs   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.util   
weblogic.apache.xerces.xni   
weblogic.apache.xerces.xni.grammars   
weblogic.apache.xerces.xni.parser   
 

Uses of XNIException in weblogic.apache.xerces.dom
 

Methods in weblogic.apache.xerces.dom that throw XNIException
 void DOMValidationConfiguration.parse(XMLInputSource inputSource)
          Deprecated. Parse an XML document.
 void DOMValidationConfiguration.setLocale(Locale locale)
          Deprecated. Set the locale to use for messages.
protected  void DOMValidationConfiguration.reset()
          Deprecated. reset all components before parsing
 

Uses of XNIException in weblogic.apache.xerces.impl
 

Methods in weblogic.apache.xerces.impl that throw XNIException
protected  void XMLScanner.scanXMLDeclOrTextDecl(boolean scanningTextDecl, String[] pseudoAttributeValues)
          Deprecated. Scans an XML or text declaration.
 String XMLScanner.scanPseudoAttribute(boolean scanningTextDecl, XMLString value)
          Deprecated. Scans a pseudo attribute.
protected  void XMLScanner.scanPI()
          Deprecated. Scans a processing instruction.
protected  void XMLScanner.scanPIData(String target, XMLString data)
          Deprecated. Scans a processing data.
protected  void XMLScanner.scanComment(XMLStringBuffer text)
          Deprecated. Scans a comment.
protected  void XMLScanner.scanAttributeValue(XMLString value, XMLString nonNormalizedValue, String atName, XMLAttributes attributes, int attrIndex, boolean checkEntities)
          Deprecated. Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters.
protected  void XMLScanner.scanExternalID(String[] identifiers, boolean optionalSystemId)
          Deprecated. Scans External ID and return the public and system IDs.
protected  boolean XMLScanner.scanPubidLiteral(XMLString literal)
          Deprecated. Scans public ID literal.
 void XMLScanner.startEntity(String name, XMLResourceIdentifier identifier, String encoding)
          Deprecated. This method notifies of the start of an entity.
 void XMLScanner.endEntity(String name)
          Deprecated. This method notifies the end of an entity.
protected  int XMLScanner.scanCharReferenceValue(XMLStringBuffer buf, XMLStringBuffer buf2)
          Deprecated. Scans a character reference and append the corresponding chars to the specified buffer.
protected  boolean XMLScanner.scanSurrogates(XMLStringBuffer buf)
          Deprecated. Scans surrogates and append them to the specified buffer.
protected  void XMLScanner.reportFatalError(String msgId, Object[] args)
          Deprecated. Convenience function used in all XML scanners.
 void XMLNamespaceBinder.reset(XMLComponentManager componentManager)
          Deprecated. Resets the component.
 void XMLNamespaceBinder.startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies the start of a general entity.
 void XMLNamespaceBinder.textDecl(String version, String encoding, Augmentations augs)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void XMLNamespaceBinder.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void XMLNamespaceBinder.xmlDecl(String version, String encoding, String standalone, Augmentations augs)
          Deprecated. Notifies of the presence of an XMLDecl line in the document.
 void XMLNamespaceBinder.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)
          Deprecated. Notifies of the presence of the DOCTYPE line in the document.
 void XMLNamespaceBinder.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void XMLNamespaceBinder.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void XMLNamespaceBinder.startPrefixMapping(String prefix, String uri, Augmentations augs)
          Deprecated. The start of a namespace prefix mapping.
 void XMLNamespaceBinder.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. Binds the namespaces.
 void XMLNamespaceBinder.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 void XMLNamespaceBinder.characters(XMLString text, Augmentations augs)
          Deprecated. Character content.
 void XMLNamespaceBinder.ignorableWhitespace(XMLString text, Augmentations augs)
          Deprecated. Ignorable whitespace.
 void XMLNamespaceBinder.endElement(QName element, Augmentations augs)
          Deprecated. The end of an element.
 void XMLNamespaceBinder.endPrefixMapping(String prefix, Augmentations augs)
          Deprecated. The end of a namespace prefix mapping.
 void XMLNamespaceBinder.startCDATA(Augmentations augs)
          Deprecated. The start of a CDATA section.
 void XMLNamespaceBinder.endCDATA(Augmentations augs)
          Deprecated. The end of a CDATA section.
 void XMLNamespaceBinder.endDocument(Augmentations augs)
          Deprecated. The end of the document.
 void XMLNamespaceBinder.endGeneralEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of a general entity.
protected  void XMLNamespaceBinder.handleStartElement(QName element, XMLAttributes attributes, Augmentations augs, boolean isEmpty)
          Deprecated. Handles start element.
protected  void XMLNamespaceBinder.handleEndElement(QName element, Augmentations augs, boolean isEmpty)
          Deprecated. Handles end element.
 void XMLErrorReporter.reportError(String domain, String key, Object[] arguments, short severity)
          Deprecated. Reports an error.
 void XMLErrorReporter.reportError(XMLLocator location, String domain, String key, Object[] arguments, short severity)
          Deprecated. Reports an error at a specific location.
 void XMLErrorReporter.reset(XMLComponentManager componentManager)
          Deprecated. Resets the component.
 XMLInputSource XMLEntityManager.resolveEntity(XMLResourceIdentifier resourceIdentifier)
          Deprecated. Resolves the specified public and system identifiers.
 void XMLEntityManager.startEntity(String entityName, boolean literal)
          Deprecated. Starts a named entity.
 void XMLEntityManager.startDocumentEntity(XMLInputSource xmlInputSource)
          Deprecated. Starts the document entity.
 void XMLEntityManager.startDTDEntity(XMLInputSource xmlInputSource)
          Deprecated. Starts the DTD entity.
 void XMLEntityManager.startEntity(String name, XMLInputSource xmlInputSource, boolean literal, boolean isExternal)
          Deprecated. Starts an entity.
protected  void XMLEntityManager.endEntity()
          Deprecated. Ends an entity.
 void XMLEntityHandler.startEntity(String name, XMLResourceIdentifier identifier, String encoding)
          Deprecated. This method notifies of the start of an entity.
 void XMLEntityHandler.endEntity(String name)
          Deprecated. This method notifies the end of an entity.
 boolean XMLDTDScannerImpl.scanDTDExternalSubset(boolean complete)
          Deprecated. Scans the external subset of the document.
 boolean XMLDTDScannerImpl.scanDTDInternalSubset(boolean complete, boolean standalone, boolean hasExternalSubset)
          Deprecated. Scans the internal subset of the document.
 void XMLDTDScannerImpl.startEntity(String name, XMLResourceIdentifier identifier, String encoding)
          Deprecated. This method notifies of the start of an entity.
 void XMLDTDScannerImpl.endEntity(String name)
          Deprecated. This method notifies the end of an entity.
protected  void XMLDTDScannerImpl.startPE(String name, boolean literal)
          Deprecated. start a parameter entity dealing with the textdecl if there is any
protected  boolean XMLDTDScannerImpl.scanTextDecl()
          Deprecated. Dispatch an XML "event".
protected  void XMLDTDScannerImpl.scanPIData(String target, XMLString data)
          Deprecated. Scans a processing data.
protected  void XMLDTDScannerImpl.scanComment()
          Deprecated. Scans a comment.
protected  void XMLDTDScannerImpl.scanElementDecl()
          Deprecated. Scans an element declaration
protected  void XMLDTDScannerImpl.scanAttlistDecl()
          Deprecated. Scans an attlist declaration
protected  String XMLDTDScannerImpl.scanAttDefaultDecl(String elName, String atName, String type, XMLString defaultVal, XMLString nonNormalizedDefaultVal)
          Deprecated. Scans an attribute default declaration
protected  void XMLDTDScannerImpl.scanEntityValue(XMLString value, XMLString nonNormalizedValue)
          Deprecated. Scans an entity value.
protected  boolean XMLDTDScannerImpl.scanDecls(boolean complete)
          Deprecated. Dispatch an XML "event".
 void XMLDocumentScannerImpl.startEntity(String name, XMLResourceIdentifier identifier, String encoding)
          Deprecated. This method notifies of the start of an entity.
 void XMLDocumentScannerImpl.endEntity(String name)
          Deprecated. This method notifies the end of an entity.
protected  boolean XMLDocumentScannerImpl.scanDoctypeDecl()
          Deprecated. Scans a doctype declaration.
 boolean XMLDocumentScannerImpl.XMLDeclDispatcher.dispatch(boolean complete)
          Dispatch an XML "event".
 boolean XMLDocumentScannerImpl.PrologDispatcher.dispatch(boolean complete)
          Dispatch an XML "event".
 boolean XMLDocumentScannerImpl.DTDDispatcher.dispatch(boolean complete)
          Dispatch an XML "event".
protected  boolean XMLDocumentScannerImpl.ContentDispatcher.scanForDoctypeHook()
          Scan for DOCTYPE hook.
protected  boolean XMLDocumentScannerImpl.ContentDispatcher.elementDepthIsZeroHook()
          Element depth iz zero.
protected  boolean XMLDocumentScannerImpl.ContentDispatcher.scanRootElementHook()
          Scan for root element hook.
protected  void XMLDocumentScannerImpl.ContentDispatcher.endOfFileHook(EOFException e)
          End of file hook.
 boolean XMLDocumentScannerImpl.TrailingMiscDispatcher.dispatch(boolean complete)
          Dispatch an XML "event".
 boolean XMLDocumentFragmentScannerImpl.scanDocument(boolean complete)
          Deprecated. Scans a document.
 void XMLDocumentFragmentScannerImpl.startEntity(String name, XMLResourceIdentifier identifier, String encoding)
          Deprecated. This method notifies of the start of an entity.
 void XMLDocumentFragmentScannerImpl.endEntity(String name)
          Deprecated. This method notifies the end of an entity.
protected  void XMLDocumentFragmentScannerImpl.scanXMLDeclOrTextDecl(boolean scanningTextDecl)
          Deprecated. Scans an XML or text declaration.
protected  void XMLDocumentFragmentScannerImpl.scanPIData(String target, XMLString data)
          Deprecated. Scans a processing data.
protected  void XMLDocumentFragmentScannerImpl.scanComment()
          Deprecated. Scans a comment.
protected  boolean XMLDocumentFragmentScannerImpl.scanStartElement()
          Deprecated. Scans a start element.
protected  void XMLDocumentFragmentScannerImpl.scanAttribute(XMLAttributes attributes)
          Deprecated. Scans an attribute.
protected  int XMLDocumentFragmentScannerImpl.scanContent()
          Deprecated. Scans element content.
protected  boolean XMLDocumentFragmentScannerImpl.scanCDATASection(boolean complete)
          Deprecated. Scans a CDATA section.
protected  int XMLDocumentFragmentScannerImpl.scanEndElement()
          Deprecated. Scans an end element.
protected  void XMLDocumentFragmentScannerImpl.scanCharReference()
          Deprecated. Scans a character reference.
protected  void XMLDocumentFragmentScannerImpl.scanEntityReference()
          Deprecated. Scans an entity reference.
protected  int XMLDocumentFragmentScannerImpl.handleEndElement(QName element, boolean isEmpty)
          Deprecated. Handles the end element.
 boolean XMLDocumentFragmentScannerImpl.Dispatcher.dispatch(boolean complete)
          Dispatch an XML "event".
 boolean XMLDocumentFragmentScannerImpl.FragmentContentDispatcher.dispatch(boolean complete)
          Dispatch an XML "event".
protected  boolean XMLDocumentFragmentScannerImpl.FragmentContentDispatcher.scanForDoctypeHook()
          Scan for DOCTYPE hook.
protected  boolean XMLDocumentFragmentScannerImpl.FragmentContentDispatcher.elementDepthIsZeroHook()
          Element depth iz zero.
protected  boolean XMLDocumentFragmentScannerImpl.FragmentContentDispatcher.scanRootElementHook()
          Scan for root element hook.
protected  void XMLDocumentFragmentScannerImpl.FragmentContentDispatcher.endOfFileHook(EOFException e)
          End of file hook.
protected  boolean XML11DTDScannerImpl.scanPubidLiteral(XMLString literal)
          Deprecated. Scans public ID literal.
protected  int XML11DocumentScannerImpl.scanContent()
          Deprecated. Scans element content.
protected  void XML11DocumentScannerImpl.scanXMLDeclOrTextDecl(boolean scanningTextDecl, String[] pseudoAttributeValues)
          Deprecated. Scans an XML or text declaration.
protected  void XML11DocumentScannerImpl.scanAttributeValue(XMLString value, XMLString nonNormalizedValue, String atName, XMLAttributes attributes, int attrIndex, boolean checkEntities)
          Deprecated. Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters.
protected  boolean XML11DocumentScannerImpl.scanPubidLiteral(XMLString literal)
          Deprecated. Scans public ID literal.
 

Uses of XNIException in weblogic.apache.xerces.impl.dtd
 

Methods in weblogic.apache.xerces.impl.dtd that throw XNIException
 void XMLDTDValidator.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void XMLDTDValidator.xmlDecl(String version, String encoding, String standalone, Augmentations augs)
          Deprecated. Notifies of the presence of an XMLDecl line in the document.
 void XMLDTDValidator.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)
          Deprecated. Notifies of the presence of the DOCTYPE line in the document.
 void XMLDTDValidator.startPrefixMapping(String prefix, String uri, Augmentations augs)
          Deprecated. The start of a namespace prefix mapping.
 void XMLDTDValidator.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void XMLDTDValidator.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 void XMLDTDValidator.characters(XMLString text, Augmentations augs)
          Deprecated. Character content.
 void XMLDTDValidator.ignorableWhitespace(XMLString text, Augmentations augs)
          Deprecated. Ignorable whitespace.
 void XMLDTDValidator.endElement(QName element, Augmentations augs)
          Deprecated. The end of an element.
 void XMLDTDValidator.endPrefixMapping(String prefix, Augmentations augs)
          Deprecated. The end of a namespace prefix mapping.
 void XMLDTDValidator.startCDATA(Augmentations augs)
          Deprecated. The start of a CDATA section.
 void XMLDTDValidator.endCDATA(Augmentations augs)
          Deprecated. The end of a CDATA section.
 void XMLDTDValidator.endDocument(Augmentations augs)
          Deprecated. The end of the document.
 void XMLDTDValidator.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void XMLDTDValidator.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void XMLDTDValidator.startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies the start of a general entity.
 void XMLDTDValidator.endGeneralEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of a general entity.
 void XMLDTDValidator.textDecl(String version, String encoding, Augmentations augs)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
protected  boolean XMLDTDValidator.handleStartElement(QName element, XMLAttributes attributes)
          Deprecated. Handle element
protected  void XMLDTDValidator.handleEndElement(QName element, Augmentations augs, boolean isEmpty)
          Deprecated. Handle end element.
 void XMLDTDProcessor.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. The start of the DTD external subset.
 void XMLDTDProcessor.endExternalSubset(Augmentations augs)
          Deprecated. The end of the DTD external subset.
protected static void XMLDTDProcessor.checkStandaloneEntityRef(String name, DTDGrammar grammar, XMLEntityDecl tempEntityDecl, XMLErrorReporter errorReporter)
          Deprecated. Check standalone entity reference.
 void XMLDTDProcessor.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void XMLDTDProcessor.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void XMLDTDProcessor.startDTD(XMLLocator locator, Augmentations augs)
          Deprecated. The start of the DTD.
 void XMLDTDProcessor.ignoredCharacters(XMLString text, Augmentations augs)
          Deprecated. Characters within an IGNORE conditional section.
 void XMLDTDProcessor.textDecl(String version, String encoding, Augmentations augs)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void XMLDTDProcessor.startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies of the start of a parameter entity.
 void XMLDTDProcessor.endParameterEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of a parameter entity.
 void XMLDTDProcessor.elementDecl(String name, String contentModel, Augmentations augs)
          Deprecated. An element declaration.
 void XMLDTDProcessor.startAttlist(String elementName, Augmentations augs)
          Deprecated. The start of an attribute list.
 void XMLDTDProcessor.attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          Deprecated. An attribute declaration.
 void XMLDTDProcessor.endAttlist(Augmentations augs)
          Deprecated. The end of an attribute list.
 void XMLDTDProcessor.internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          Deprecated. An internal entity declaration.
 void XMLDTDProcessor.externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. An external entity declaration.
 void XMLDTDProcessor.unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)
          Deprecated. An unparsed entity declaration.
 void XMLDTDProcessor.notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. A notation declaration
 void XMLDTDProcessor.startConditional(short type, Augmentations augs)
          Deprecated. The start of a conditional section.
 void XMLDTDProcessor.endConditional(Augmentations augs)
          Deprecated. The end of a conditional section.
 void XMLDTDProcessor.endDTD(Augmentations augs)
          Deprecated. The end of the DTD.
 void XMLDTDProcessor.startContentModel(String elementName, Augmentations augs)
          Deprecated. The start of a content model.
 void XMLDTDProcessor.any(Augmentations augs)
          Deprecated. A content model of ANY.
 void XMLDTDProcessor.empty(Augmentations augs)
          Deprecated. A content model of EMPTY.
 void XMLDTDProcessor.startGroup(Augmentations augs)
          Deprecated. A start of either a mixed or children content model.
 void XMLDTDProcessor.element(String elementName, Augmentations augs)
          Deprecated. A referenced element in a mixed or children content model.
 void XMLDTDProcessor.separator(short separator, Augmentations augs)
          Deprecated. The separator between choices or sequences of a mixed or children content model.
 void XMLDTDProcessor.occurrence(short occurrence, Augmentations augs)
          Deprecated. The occurrence count for a child in a children content model or for the mixed content model group.
 void XMLDTDProcessor.endGroup(Augmentations augs)
          Deprecated. The end of a group for mixed or children content models.
 void XMLDTDProcessor.endContentModel(Augmentations augs)
          Deprecated. The end of a content model.
 Grammar XMLDTDLoader.loadGrammar(XMLInputSource source)
          Deprecated. Returns a Grammar object by parsing the contents of the entity pointed to by source.
 void DTDGrammar.startDTD(XMLLocator locator, Augmentations augs)
          Deprecated. The start of the DTD.
 void DTDGrammar.startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies of the start of an entity.
 void DTDGrammar.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. The start of the DTD external subset.
 void DTDGrammar.endParameterEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of an entity.
 void DTDGrammar.endExternalSubset(Augmentations augs)
          Deprecated. The end of the DTD external subset.
 void DTDGrammar.elementDecl(String name, String contentModel, Augmentations augs)
          Deprecated. An element declaration.
 void DTDGrammar.attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          Deprecated. An attribute declaration.
 void DTDGrammar.internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          Deprecated. An internal entity declaration.
 void DTDGrammar.externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. An external entity declaration.
 void DTDGrammar.unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)
          Deprecated. An unparsed entity declaration.
 void DTDGrammar.notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. A notation declaration
 void DTDGrammar.endDTD(Augmentations augs)
          Deprecated. The end of the DTD.
 void DTDGrammar.textDecl(String version, String encoding, Augmentations augs)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void DTDGrammar.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void DTDGrammar.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void DTDGrammar.startAttlist(String elementName, Augmentations augs)
          Deprecated. The start of an attribute list.
 void DTDGrammar.endAttlist(Augmentations augs)
          Deprecated. The end of an attribute list.
 void DTDGrammar.startConditional(short type, Augmentations augs)
          Deprecated. The start of a conditional section.
 void DTDGrammar.ignoredCharacters(XMLString text, Augmentations augs)
          Deprecated. Characters within an IGNORE conditional section.
 void DTDGrammar.endConditional(Augmentations augs)
          Deprecated. The end of a conditional section.
 void DTDGrammar.startContentModel(String elementName, Augmentations augs)
          Deprecated. The start of a content model.
 void DTDGrammar.startGroup(Augmentations augs)
          Deprecated. A start of either a mixed or children content model.
 void DTDGrammar.pcdata(Augmentations augs)
          Deprecated. The appearance of "#PCDATA" within a group signifying a mixed content model.
 void DTDGrammar.element(String elementName, Augmentations augs)
          Deprecated. A referenced element in a mixed or children content model.
 void DTDGrammar.separator(short separator, Augmentations augs)
          Deprecated. The separator between choices or sequences of a mixed or children content model.
 void DTDGrammar.occurrence(short occurrence, Augmentations augs)
          Deprecated. The occurrence count for a child in a children content model or for the mixed content model group.
 void DTDGrammar.endGroup(Augmentations augs)
          Deprecated. The end of a group for mixed or children content models.
 void DTDGrammar.any(Augmentations augs)
          Deprecated. A content model of ANY.
 void DTDGrammar.empty(Augmentations augs)
          Deprecated. A content model of EMPTY.
 void DTDGrammar.endContentModel(Augmentations augs)
          Deprecated. The end of a content model.
 

Uses of XNIException in weblogic.apache.xerces.impl.xs
 

Methods in weblogic.apache.xerces.impl.xs that throw XNIException
 void XMLSchemaValidator.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void XMLSchemaValidator.xmlDecl(String version, String encoding, String standalone, Augmentations augs)
          Deprecated. Notifies of the presence of an XMLDecl line in the document.
 void XMLSchemaValidator.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)
          Deprecated. Notifies of the presence of the DOCTYPE line in the document.
 void XMLSchemaValidator.startPrefixMapping(String prefix, String uri, Augmentations augs)
          Deprecated. The start of a namespace prefix mapping.
 void XMLSchemaValidator.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void XMLSchemaValidator.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 void XMLSchemaValidator.characters(XMLString text, Augmentations augs)
          Deprecated. Character content.
 void XMLSchemaValidator.ignorableWhitespace(XMLString text, Augmentations augs)
          Deprecated. Ignorable whitespace.
 void XMLSchemaValidator.endElement(QName element, Augmentations augs)
          Deprecated. The end of an element.
 void XMLSchemaValidator.endPrefixMapping(String prefix, Augmentations augs)
          Deprecated. The end of a namespace prefix mapping.
 void XMLSchemaValidator.startCDATA(Augmentations augs)
          Deprecated. The start of a CDATA section.
 void XMLSchemaValidator.endCDATA(Augmentations augs)
          Deprecated. The end of a CDATA section.
 void XMLSchemaValidator.endDocument(Augmentations augs)
          Deprecated. The end of the document.
 void XMLSchemaValidator.startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies the start of a general entity.
 void XMLSchemaValidator.textDecl(String version, String encoding, Augmentations augs)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void XMLSchemaValidator.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void XMLSchemaValidator.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void XMLSchemaValidator.endGeneralEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of a general entity.
 void XMLSchemaValidator.startValueScopeFor(weblogic.apache.xerces.impl.xs.identity.IdentityConstraint identityConstraint, int initialDepth)
          Deprecated. Start the value scope for the specified identity constraint.
 void XMLSchemaValidator.endValueScopeFor(weblogic.apache.xerces.impl.xs.identity.IdentityConstraint identityConstraint, int initialDepth)
          Deprecated. Ends the value scope for the specified identity constraint.
 void XMLSchemaValidator.ValueStoreBase.startValueScope()
          Start scope for value store.
 void XMLSchemaValidator.ValueStoreBase.endValueScope()
          Ends scope for value store.
 void XMLSchemaValidator.ValueStoreBase.endDocumentFragment()
           
 void XMLSchemaValidator.ValueStoreBase.endDocument()
          Signals the end of the document.
protected  void XMLSchemaValidator.ValueStoreBase.duplicateValue(weblogic.apache.xerces.impl.xs.XMLSchemaValidator.OrderedHashtable tuple)
          Called when a duplicate value is added.
protected  void XMLSchemaValidator.UniqueValueStore.duplicateValue(weblogic.apache.xerces.impl.xs.XMLSchemaValidator.OrderedHashtable tuple)
          Called when a duplicate value is added.
protected  void XMLSchemaValidator.KeyValueStore.duplicateValue(weblogic.apache.xerces.impl.xs.XMLSchemaValidator.OrderedHashtable tuple)
          Called when a duplicate value is added.
 void XMLSchemaValidator.KeyRefValueStore.endDocumentFragment()
           
 void XMLSchemaValidator.KeyRefValueStore.endDocument()
          End document.
 void XMLSchemaValidator.ValueStoreCache.startDocument()
          Resets the identity constraint cache.
 Grammar XMLSchemaLoader.loadGrammar(XMLInputSource source)
          Deprecated. Returns a Grammar object by parsing the contents of the entity pointed to by source.
 

Uses of XNIException in weblogic.apache.xerces.parsers
 

Methods in weblogic.apache.xerces.parsers that throw XNIException
 void XMLPullParser.parse(XMLInputSource inputSource)
          Deprecated. parse
protected  void XMLPullParser.reset()
          Deprecated. reset all components before parsing
 boolean XMLPullParser.parse(boolean complete)
          Deprecated.  
 void XMLParser.parse(XMLInputSource inputSource)
          Deprecated. parse
protected  void XMLParser.reset()
          Deprecated. reset all components before parsing
 Grammar XMLGrammarPreparser.preparseGrammar(String type, XMLInputSource is)
          Deprecated. Parse a grammar from a location identified by an XMLInputSource.
 Grammar XMLGrammarCachingConfiguration.parseGrammar(String type, String uri)
          Deprecated. Parse a grammar from a location identified by an URI.
 Grammar XMLGrammarCachingConfiguration.parseGrammar(String type, XMLInputSource is)
          Deprecated. Parse a grammar from a location identified by an XMLInputSource.
 void NonValidatingConfiguration.setLocale(Locale locale)
          Deprecated. Set the locale to use for messages.
 boolean NonValidatingConfiguration.parse(boolean complete)
          Deprecated. Parses the document in a pull parsing fashion.
 void NonValidatingConfiguration.parse(XMLInputSource source)
          Deprecated. Parses the specified input source.
protected  void NonValidatingConfiguration.reset()
          Deprecated. Reset all components before parsing.
 void DTDParser.startEntity(String name, String publicId, String systemId, String encoding)
          Deprecated. This method notifies of the start of an entity.
 void DTDParser.textDecl(String version, String encoding)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void DTDParser.startDTD(XMLLocator locator, Augmentations augmentations)
          Deprecated. The start of the DTD.
 void DTDParser.comment(XMLString text, Augmentations augmentations)
          Deprecated. A comment.
 void DTDParser.processingInstruction(String target, XMLString data, Augmentations augmentations)
          Deprecated. A processing instruction.
 void DTDParser.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
          Deprecated. The start of the external subset.
 void DTDParser.endExternalSubset(Augmentations augmentations)
          Deprecated. The end of the external subset.
 void DTDParser.elementDecl(String name, String contentModel, Augmentations augmentations)
          Deprecated. An element declaration.
 void DTDParser.startAttlist(String elementName, Augmentations augmentations)
          Deprecated. The start of an attribute list.
 void DTDParser.attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)
          Deprecated. An attribute declaration.
 void DTDParser.endAttlist(Augmentations augmentations)
          Deprecated. The end of an attribute list.
 void DTDParser.internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)
          Deprecated. An internal entity declaration.
 void DTDParser.externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)
          Deprecated. An external entity declaration.
 void DTDParser.unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations)
          Deprecated. An unparsed entity declaration.
 void DTDParser.notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)
          Deprecated. A notation declaration
 void DTDParser.startConditional(short type, Augmentations augmentations)
          Deprecated. The start of a conditional section.
 void DTDParser.endConditional(Augmentations augmentations)
          Deprecated. The end of a conditional section.
 void DTDParser.endDTD(Augmentations augmentations)
          Deprecated. The end of the DTD.
 void DTDParser.endEntity(String name, Augmentations augmentations)
          Deprecated. This method notifies the end of an entity.
 void DTDParser.startContentModel(String elementName, short type)
          Deprecated. The start of a content model.
 void DTDParser.mixedElement(String elementName)
          Deprecated. A referenced element in a mixed content model.
 void DTDParser.childrenStartGroup()
          Deprecated. The start of a children group.
 void DTDParser.childrenElement(String elementName)
          Deprecated. A referenced element in a children content model.
 void DTDParser.childrenSeparator(short separator)
          Deprecated. The separator between choices or sequences of a children content model.
 void DTDParser.childrenOccurrence(short occurrence)
          Deprecated. The occurrence count for a child in a children content model.
 void DTDParser.childrenEndGroup()
          Deprecated. The end of a children group.
 void DTDParser.endContentModel()
          Deprecated. The end of a content model.
 void DTDConfiguration.setLocale(Locale locale)
          Deprecated. Set the locale to use for messages.
 boolean DTDConfiguration.parse(boolean complete)
          Deprecated. Parses the document in a pull parsing fashion.
 void DTDConfiguration.parse(XMLInputSource source)
          Deprecated. Parses the specified input source.
protected  void DTDConfiguration.reset()
          Deprecated. Reset all components before parsing.
 void DOMBuilderImpl.endDocument(Augmentations augs)
          Deprecated. Overwrite endDocument call to copy some information required for re-validation of DOM tree.
abstract  void BasicParserConfiguration.parse(XMLInputSource inputSource)
          Deprecated. Parse an XML document.
 void BasicParserConfiguration.setLocale(Locale locale)
          Deprecated. Set the locale to use for messages.
protected  void BasicParserConfiguration.reset()
          Deprecated. reset all components before parsing
 void AbstractXMLDocumentPullParser.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void AbstractXMLDocumentPullParser.xmlDecl(String version, String encoding, String standalone, Augmentations augs)
          Deprecated. Notifies of the presence of an XMLDecl line in the document.
 void AbstractXMLDocumentPullParser.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)
          Deprecated. Notifies of the presence of the DOCTYPE line in the document.
 void AbstractXMLDocumentPullParser.startPrefixMapping(String prefix, String uri, Augmentations augs)
          Deprecated. The start of a namespace prefix mapping.
 void AbstractXMLDocumentPullParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void AbstractXMLDocumentPullParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 void AbstractXMLDocumentPullParser.characters(XMLString text, Augmentations augs)
          Deprecated. Character content.
 void AbstractXMLDocumentPullParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Deprecated. Ignorable whitespace.
 void AbstractXMLDocumentPullParser.endElement(QName element, Augmentations augs)
          Deprecated. The end of an element.
 void AbstractXMLDocumentPullParser.endPrefixMapping(String prefix, Augmentations augs)
          Deprecated. The end of a namespace prefix mapping.
 void AbstractXMLDocumentPullParser.startCDATA(Augmentations augs)
          Deprecated. The start of a CDATA section.
 void AbstractXMLDocumentPullParser.endCDATA(Augmentations augs)
          Deprecated. The end of a CDATA section.
 void AbstractXMLDocumentPullParser.endDocument(Augmentations augs)
          Deprecated. The end of the document.
 void AbstractXMLDocumentPullParser.startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies the start of an entity.
 void AbstractXMLDocumentPullParser.textDecl(String version, String encoding, Augmentations augs)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void AbstractXMLDocumentPullParser.endGeneralEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of an entity.
 void AbstractXMLDocumentPullParser.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void AbstractXMLDocumentPullParser.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void AbstractXMLDocumentPullParser.startDTD(XMLLocator locator, Augmentations augs)
          Deprecated. The start of the DTD.
 void AbstractXMLDocumentPullParser.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
          Deprecated. The start of the DTD external subset.
 void AbstractXMLDocumentPullParser.endExternalSubset(Augmentations augmentations)
          Deprecated. The end of the DTD external subset.
 void AbstractXMLDocumentPullParser.startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies the start of an entity.
 void AbstractXMLDocumentPullParser.endParameterEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of an entity.
 void AbstractXMLDocumentPullParser.ignoredCharacters(XMLString text, Augmentations augs)
          Deprecated. Characters within an IGNORE conditional section.
 void AbstractXMLDocumentPullParser.elementDecl(String name, String contentModel, Augmentations augs)
          Deprecated. An element declaration.
 void AbstractXMLDocumentPullParser.startAttlist(String elementName, Augmentations augs)
          Deprecated. The start of an attribute list.
 void AbstractXMLDocumentPullParser.attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          Deprecated. An attribute declaration.
 void AbstractXMLDocumentPullParser.endAttlist(Augmentations augs)
          Deprecated. The end of an attribute list.
 void AbstractXMLDocumentPullParser.internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          Deprecated. An internal entity declaration.
 void AbstractXMLDocumentPullParser.externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. An external entity declaration.
 void AbstractXMLDocumentPullParser.unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)
          Deprecated. An unparsed entity declaration.
 void AbstractXMLDocumentPullParser.notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. A notation declaration
 void AbstractXMLDocumentPullParser.startConditional(short type, Augmentations augs)
          Deprecated. The start of a conditional section.
 void AbstractXMLDocumentPullParser.endConditional(Augmentations augs)
          Deprecated. The end of a conditional section.
 void AbstractXMLDocumentPullParser.endDTD(Augmentations augs)
          Deprecated. The end of the DTD.
 void AbstractXMLDocumentPullParser.startContentModel(String elementName, Augmentations augs)
          Deprecated. The start of a content model.
 void AbstractXMLDocumentPullParser.any(Augmentations augs)
          Deprecated. A content model of ANY.
 void AbstractXMLDocumentPullParser.empty(Augmentations augs)
          Deprecated. A content model of EMPTY.
 void AbstractXMLDocumentPullParser.startGroup(Augmentations augs)
          Deprecated. A start of either a mixed or children content model.
 void AbstractXMLDocumentPullParser.pcdata(Augmentations augs)
          Deprecated. The appearance of "#PCDATA" within a group signifying a mixed content model.
 void AbstractXMLDocumentPullParser.element(String elementName, Augmentations augs)
          Deprecated. A referenced element in a mixed or children content model.
 void AbstractXMLDocumentPullParser.separator(short separator, Augmentations augs)
          Deprecated. The separator between choices or sequences of a mixed or children content model.
 void AbstractXMLDocumentPullParser.occurrence(short occurrence, Augmentations augs)
          Deprecated. The occurrence count for a child in a children content model or for the mixed content model group.
 void AbstractXMLDocumentPullParser.endGroup(Augmentations augs)
          Deprecated. The end of a group for mixed or children content models.
 void AbstractXMLDocumentPullParser.endContentModel(Augmentations augs)
          Deprecated. The end of a content model.
protected  void AbstractXMLDocumentPullParser.reset()
          Deprecated. reset all components before parsing
 void AbstractXMLDocumentParser.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void AbstractXMLDocumentParser.xmlDecl(String version, String encoding, String standalone, Augmentations augs)
          Deprecated. Notifies of the presence of an XMLDecl line in the document.
 void AbstractXMLDocumentParser.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)
          Deprecated. Notifies of the presence of the DOCTYPE line in the document.
 void AbstractXMLDocumentParser.startPrefixMapping(String prefix, String uri, Augmentations augs)
          Deprecated. The start of a namespace prefix mapping.
 void AbstractXMLDocumentParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void AbstractXMLDocumentParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 void AbstractXMLDocumentParser.characters(XMLString text, Augmentations augs)
          Deprecated. Character content.
 void AbstractXMLDocumentParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Deprecated. Ignorable whitespace.
 void AbstractXMLDocumentParser.endElement(QName element, Augmentations augs)
          Deprecated. The end of an element.
 void AbstractXMLDocumentParser.endPrefixMapping(String prefix, Augmentations augs)
          Deprecated. The end of a namespace prefix mapping.
 void AbstractXMLDocumentParser.startCDATA(Augmentations augs)
          Deprecated. The start of a CDATA section.
 void AbstractXMLDocumentParser.endCDATA(Augmentations augs)
          Deprecated. The end of a CDATA section.
 void AbstractXMLDocumentParser.endDocument(Augmentations augs)
          Deprecated. The end of the document.
 void AbstractXMLDocumentParser.startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies the start of an entity.
 void AbstractXMLDocumentParser.textDecl(String version, String encoding, Augmentations augs)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void AbstractXMLDocumentParser.endGeneralEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of an entity.
 void AbstractXMLDocumentParser.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void AbstractXMLDocumentParser.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void AbstractXMLDocumentParser.startDTD(XMLLocator locator, Augmentations augs)
          Deprecated. The start of the DTD.
 void AbstractXMLDocumentParser.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
          Deprecated. The start of the DTD external subset.
 void AbstractXMLDocumentParser.endExternalSubset(Augmentations augmentations)
          Deprecated. The end of the DTD external subset.
 void AbstractXMLDocumentParser.startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies the start of an entity.
 void AbstractXMLDocumentParser.endParameterEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of an entity.
 void AbstractXMLDocumentParser.ignoredCharacters(XMLString text, Augmentations augs)
          Deprecated. Characters within an IGNORE conditional section.
 void AbstractXMLDocumentParser.elementDecl(String name, String contentModel, Augmentations augs)
          Deprecated. An element declaration.
 void AbstractXMLDocumentParser.startAttlist(String elementName, Augmentations augs)
          Deprecated. The start of an attribute list.
 void AbstractXMLDocumentParser.attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          Deprecated. An attribute declaration.
 void AbstractXMLDocumentParser.endAttlist(Augmentations augs)
          Deprecated. The end of an attribute list.
 void AbstractXMLDocumentParser.internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          Deprecated. An internal entity declaration.
 void AbstractXMLDocumentParser.externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. An external entity declaration.
 void AbstractXMLDocumentParser.unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)
          Deprecated. An unparsed entity declaration.
 void AbstractXMLDocumentParser.notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. A notation declaration
 void AbstractXMLDocumentParser.startConditional(short type, Augmentations augs)
          Deprecated. The start of a conditional section.
 void AbstractXMLDocumentParser.endConditional(Augmentations augs)
          Deprecated. The end of a conditional section.
 void AbstractXMLDocumentParser.endDTD(Augmentations augs)
          Deprecated. The end of the DTD.
 void AbstractXMLDocumentParser.startContentModel(String elementName, Augmentations augs)
          Deprecated. The start of a content model.
 void AbstractXMLDocumentParser.any(Augmentations augs)
          Deprecated. A content model of ANY.
 void AbstractXMLDocumentParser.empty(Augmentations augs)
          Deprecated. A content model of EMPTY.
 void AbstractXMLDocumentParser.startGroup(Augmentations augs)
          Deprecated. A start of either a mixed or children content model.
 void AbstractXMLDocumentParser.pcdata(Augmentations augs)
          Deprecated. The appearance of "#PCDATA" within a group signifying a mixed content model.
 void AbstractXMLDocumentParser.element(String elementName, Augmentations augs)
          Deprecated. A referenced element in a mixed or children content model.
 void AbstractXMLDocumentParser.separator(short separator, Augmentations augs)
          Deprecated. The separator between choices or sequences of a mixed or children content model.
 void AbstractXMLDocumentParser.occurrence(short occurrence, Augmentations augs)
          Deprecated. The occurrence count for a child in a children content model or for the mixed content model group.
 void AbstractXMLDocumentParser.endGroup(Augmentations augs)
          Deprecated. The end of a group for mixed or children content models.
 void AbstractXMLDocumentParser.endContentModel(Augmentations augs)
          Deprecated. The end of a content model.
protected  void AbstractXMLDocumentParser.reset()
          Deprecated. reset all components before parsing
 void AbstractSAXPullParser.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void AbstractSAXPullParser.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)
          Deprecated. Notifies of the presence of the DOCTYPE line in the document.
 void AbstractSAXPullParser.startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies of the start of an entity.
 void AbstractSAXPullParser.endGeneralEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of an entity.
 void AbstractSAXPullParser.startPrefixMapping(String prefix, String uri, Augmentations augs)
          Deprecated. The start of a namespace prefix mapping.
 void AbstractSAXPullParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void AbstractSAXPullParser.characters(XMLString text, Augmentations augs)
          Deprecated. Character content.
 void AbstractSAXPullParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Deprecated. Ignorable whitespace.
 void AbstractSAXPullParser.endElement(QName element, Augmentations augs)
          Deprecated. The end of an element.
 void AbstractSAXPullParser.endPrefixMapping(String prefix, Augmentations augs)
          Deprecated. The end of a namespace prefix mapping.
 void AbstractSAXPullParser.startCDATA(Augmentations augs)
          Deprecated. The start of a CDATA section.
 void AbstractSAXPullParser.endCDATA(Augmentations augs)
          Deprecated. The end of a CDATA section.
 void AbstractSAXPullParser.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void AbstractSAXPullParser.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void AbstractSAXPullParser.endDocument(Augmentations augs)
          Deprecated. The end of the document.
 void AbstractSAXPullParser.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. The start of the DTD external subset.
 void AbstractSAXPullParser.endExternalSubset(Augmentations augs)
          Deprecated. The end of the DTD external subset.
 void AbstractSAXPullParser.startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies of the start of parameter entity.
 void AbstractSAXPullParser.endParameterEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of an entity.
 void AbstractSAXPullParser.elementDecl(String name, String contentModel, Augmentations augs)
          Deprecated. An element declaration.
 void AbstractSAXPullParser.attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          Deprecated. An attribute declaration.
 void AbstractSAXPullParser.internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          Deprecated. An internal entity declaration.
 void AbstractSAXPullParser.externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. An external entity declaration.
 void AbstractSAXPullParser.unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)
          Deprecated. An unparsed entity declaration.
 void AbstractSAXPullParser.notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. A notation declaration
 void AbstractSAXPullParser.endDTD(Augmentations augs)
          Deprecated. The end of the DTD.
 void AbstractSAXPullParser.reset()
          Deprecated. Reset all components before parsing.
 void AbstractSAXParser.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void AbstractSAXParser.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)
          Deprecated. Notifies of the presence of the DOCTYPE line in the document.
 void AbstractSAXParser.startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies of the start of an entity.
 void AbstractSAXParser.endGeneralEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of an entity.
 void AbstractSAXParser.startPrefixMapping(String prefix, String uri, Augmentations augs)
          Deprecated. The start of a namespace prefix mapping.
 void AbstractSAXParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void AbstractSAXParser.characters(XMLString text, Augmentations augs)
          Deprecated. Character content.
 void AbstractSAXParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Deprecated. Ignorable whitespace.
 void AbstractSAXParser.endElement(QName element, Augmentations augs)
          Deprecated. The end of an element.
 void AbstractSAXParser.endPrefixMapping(String prefix, Augmentations augs)
          Deprecated. The end of a namespace prefix mapping.
 void AbstractSAXParser.startCDATA(Augmentations augs)
          Deprecated. The start of a CDATA section.
 void AbstractSAXParser.endCDATA(Augmentations augs)
          Deprecated. The end of a CDATA section.
 void AbstractSAXParser.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void AbstractSAXParser.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void AbstractSAXParser.endDocument(Augmentations augs)
          Deprecated. The end of the document.
 void AbstractSAXParser.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. The start of the DTD external subset.
 void AbstractSAXParser.endExternalSubset(Augmentations augs)
          Deprecated. The end of the DTD external subset.
 void AbstractSAXParser.startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies of the start of parameter entity.
 void AbstractSAXParser.endParameterEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of an entity.
 void AbstractSAXParser.elementDecl(String name, String contentModel, Augmentations augs)
          Deprecated. An element declaration.
 void AbstractSAXParser.attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          Deprecated. An attribute declaration.
 void AbstractSAXParser.internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          Deprecated. An internal entity declaration.
 void AbstractSAXParser.externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. An external entity declaration.
 void AbstractSAXParser.unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)
          Deprecated. An unparsed entity declaration.
 void AbstractSAXParser.notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. A notation declaration
 void AbstractSAXParser.endDTD(Augmentations augs)
          Deprecated. The end of the DTD.
 void AbstractSAXParser.reset()
          Deprecated. Reset all components before parsing.
 void AbstractDOMParser.reset()
          Deprecated. Resets the parser state.
 void AbstractDOMParser.startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies the start of a general entity.
 void AbstractDOMParser.textDecl(String version, String encoding, Augmentations augs)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void AbstractDOMParser.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void AbstractDOMParser.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void AbstractDOMParser.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void AbstractDOMParser.xmlDecl(String version, String encoding, String standalone, Augmentations augs)
          Deprecated. Notifies of the presence of an XMLDecl line in the document.
 void AbstractDOMParser.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)
          Deprecated. Notifies of the presence of the DOCTYPE line in the document.
 void AbstractDOMParser.startPrefixMapping(String prefix, String uri, Augmentations augs)
          Deprecated. The start of a namespace prefix mapping.
 void AbstractDOMParser.endPrefixMapping(String prefix, Augmentations augs)
          Deprecated. The end of a namespace prefix mapping.
 void AbstractDOMParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void AbstractDOMParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 void AbstractDOMParser.characters(XMLString text, Augmentations augs)
          Deprecated. Character content.
 void AbstractDOMParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Deprecated. Ignorable whitespace.
 void AbstractDOMParser.endElement(QName element, Augmentations augs)
          Deprecated. The end of an element.
 void AbstractDOMParser.startCDATA(Augmentations augs)
          Deprecated. The start of a CDATA section.
 void AbstractDOMParser.endCDATA(Augmentations augs)
          Deprecated. The end of a CDATA section.
 void AbstractDOMParser.endDocument(Augmentations augs)
          Deprecated. The end of the document.
 void AbstractDOMParser.endGeneralEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of a general entity.
 void AbstractDOMParser.startDTD(XMLLocator locator, Augmentations augs)
          Deprecated. The start of the DTD.
 void AbstractDOMParser.endDTD(Augmentations augs)
          Deprecated. The end of the DTD.
 void AbstractDOMParser.startConditional(short type, Augmentations augs)
          Deprecated. The start of a conditional section.
 void AbstractDOMParser.endConditional(Augmentations augs)
          Deprecated. The end of a conditional section.
 void AbstractDOMParser.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. The start of the DTD external subset.
 void AbstractDOMParser.endExternalSubset(Augmentations augs)
          Deprecated. The end of the DTD external subset.
 void AbstractDOMParser.internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          Deprecated. An internal entity declaration.
 void AbstractDOMParser.externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. An external entity declaration.
 void AbstractDOMParser.startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies of the start of a parameter entity.
 void AbstractDOMParser.endParameterEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of a parameter entity.
 void AbstractDOMParser.unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)
          Deprecated. An unparsed entity declaration.
 void AbstractDOMParser.notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
          Deprecated. A notation declaration
 void AbstractDOMParser.ignoredCharacters(XMLString text, Augmentations augs)
          Deprecated. Characters within an IGNORE conditional section.
 void AbstractDOMParser.elementDecl(String name, String contentModel, Augmentations augs)
          Deprecated. An element declaration.
 void AbstractDOMParser.attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          Deprecated. An attribute declaration.
 void AbstractDOMParser.startAttlist(String elementName, Augmentations augs)
          Deprecated. The start of an attribute list.
 void AbstractDOMParser.endAttlist(Augmentations augs)
          Deprecated. The end of an attribute list.
 

Uses of XNIException in weblogic.apache.xerces.util
 

Methods in weblogic.apache.xerces.util that return XNIException
protected static XNIException ErrorHandlerWrapper.createXNIException(SAXException exception)
          Deprecated. Creates an XNIException from a SAXException.
 

Methods in weblogic.apache.xerces.util that throw XNIException
 void ErrorHandlerWrapper.warning(String domain, String key, XMLParseException exception)
          Deprecated. Reports a warning.
 void ErrorHandlerWrapper.error(String domain, String key, XMLParseException exception)
          Deprecated. Reports an error.
 void ErrorHandlerWrapper.fatalError(String domain, String key, XMLParseException exception)
          Deprecated. Report a fatal error.
 XMLInputSource EntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
          Deprecated. Resolves an external parsed entity.
 void DOMErrorHandlerWrapper.warning(String domain, String key, XMLParseException exception)
          Deprecated. Reports a warning.
 void DOMErrorHandlerWrapper.error(String domain, String key, XMLParseException exception)
          Deprecated. Reports an error.
 void DOMErrorHandlerWrapper.fatalError(String domain, String key, XMLParseException exception)
          Deprecated. Report a fatal error.
 XMLInputSource DOMEntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
          Deprecated. Resolves an external parsed entity.
 void DefaultErrorHandler.warning(String domain, String key, XMLParseException ex)
          Deprecated. Warning.
 void DefaultErrorHandler.error(String domain, String key, XMLParseException ex)
          Deprecated. Error.
 void DefaultErrorHandler.fatalError(String domain, String key, XMLParseException ex)
          Deprecated. Fatal error.
 

Uses of XNIException in weblogic.apache.xerces.xni
 

Methods in weblogic.apache.xerces.xni that throw XNIException
 void XMLDTDHandler.startDTD(XMLLocator locator, Augmentations augmentations)
          Deprecated. The start of the DTD.
 void XMLDTDHandler.startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations)
          Deprecated. This method notifies of the start of a parameter entity.
 void XMLDTDHandler.textDecl(String version, String encoding, Augmentations augmentations)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void XMLDTDHandler.endParameterEntity(String name, Augmentations augmentations)
          Deprecated. This method notifies the end of a parameter entity.
 void XMLDTDHandler.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
          Deprecated. The start of the DTD external subset.
 void XMLDTDHandler.endExternalSubset(Augmentations augmentations)
          Deprecated. The end of the DTD external subset.
 void XMLDTDHandler.comment(XMLString text, Augmentations augmentations)
          Deprecated. A comment.
 void XMLDTDHandler.processingInstruction(String target, XMLString data, Augmentations augmentations)
          Deprecated. A processing instruction.
 void XMLDTDHandler.elementDecl(String name, String contentModel, Augmentations augmentations)
          Deprecated. An element declaration.
 void XMLDTDHandler.startAttlist(String elementName, Augmentations augmentations)
          Deprecated. The start of an attribute list.
 void XMLDTDHandler.attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)
          Deprecated. An attribute declaration.
 void XMLDTDHandler.endAttlist(Augmentations augmentations)
          Deprecated. The end of an attribute list.
 void XMLDTDHandler.internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)
          Deprecated. An internal entity declaration.
 void XMLDTDHandler.externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)
          Deprecated. An external entity declaration.
 void XMLDTDHandler.unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations)
          Deprecated. An unparsed entity declaration.
 void XMLDTDHandler.notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)
          Deprecated. A notation declaration
 void XMLDTDHandler.startConditional(short type, Augmentations augmentations)
          Deprecated. The start of a conditional section.
 void XMLDTDHandler.ignoredCharacters(XMLString text, Augmentations augmentations)
          Deprecated. Characters within an IGNORE conditional section.
 void XMLDTDHandler.endConditional(Augmentations augmentations)
          Deprecated. The end of a conditional section.
 void XMLDTDHandler.endDTD(Augmentations augmentations)
          Deprecated. The end of the DTD.
 void XMLDTDContentModelHandler.startContentModel(String elementName, Augmentations augmentations)
          Deprecated. The start of a content model.
 void XMLDTDContentModelHandler.any(Augmentations augmentations)
          Deprecated. A content model of ANY.
 void XMLDTDContentModelHandler.empty(Augmentations augmentations)
          Deprecated. A content model of EMPTY.
 void XMLDTDContentModelHandler.startGroup(Augmentations augmentations)
          Deprecated. A start of either a mixed or children content model.
 void XMLDTDContentModelHandler.pcdata(Augmentations augmentations)
          Deprecated. The appearance of "#PCDATA" within a group signifying a mixed content model.
 void XMLDTDContentModelHandler.element(String elementName, Augmentations augmentations)
          Deprecated. A referenced element in a mixed or children content model.
 void XMLDTDContentModelHandler.separator(short separator, Augmentations augmentations)
          Deprecated. The separator between choices or sequences of a mixed or children content model.
 void XMLDTDContentModelHandler.occurrence(short occurrence, Augmentations augmentations)
          Deprecated. The occurrence count for a child in a children content model or for the mixed content model group.
 void XMLDTDContentModelHandler.endGroup(Augmentations augmentations)
          Deprecated. The end of a group for mixed or children content models.
 void XMLDTDContentModelHandler.endContentModel(Augmentations augmentations)
          Deprecated. The end of a content model.
 void XMLDocumentHandler.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void XMLDocumentHandler.xmlDecl(String version, String encoding, String standalone, Augmentations augs)
          Deprecated. Notifies of the presence of an XMLDecl line in the document.
 void XMLDocumentHandler.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)
          Deprecated. Notifies of the presence of the DOCTYPE line in the document.
 void XMLDocumentHandler.comment(XMLString text, Augmentations augs)
          Deprecated. A comment.
 void XMLDocumentHandler.processingInstruction(String target, XMLString data, Augmentations augs)
          Deprecated. A processing instruction.
 void XMLDocumentHandler.startPrefixMapping(String prefix, String uri, Augmentations augs)
          Deprecated. The start of a namespace prefix mapping.
 void XMLDocumentHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void XMLDocumentHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 void XMLDocumentHandler.startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
          Deprecated. This method notifies the start of a general entity.
 void XMLDocumentHandler.textDecl(String version, String encoding, Augmentations augs)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void XMLDocumentHandler.endGeneralEntity(String name, Augmentations augs)
          Deprecated. This method notifies the end of a general entity.
 void XMLDocumentHandler.characters(XMLString text, Augmentations augs)
          Deprecated. Character content.
 void XMLDocumentHandler.ignorableWhitespace(XMLString text, Augmentations augs)
          Deprecated. Ignorable whitespace.
 void XMLDocumentHandler.endElement(QName element, Augmentations augs)
          Deprecated. The end of an element.
 void XMLDocumentHandler.endPrefixMapping(String prefix, Augmentations augs)
          Deprecated. The end of a namespace prefix mapping.
 void XMLDocumentHandler.startCDATA(Augmentations augs)
          Deprecated. The start of a CDATA section.
 void XMLDocumentHandler.endCDATA(Augmentations augs)
          Deprecated. The end of a CDATA section.
 void XMLDocumentHandler.endDocument(Augmentations augs)
          Deprecated. The end of the document.
 void XMLDocumentFragmentHandler.startDocumentFragment(XMLLocator locator, NamespaceContext namespaceContext, Augmentations augmentations)
          Deprecated. The start of the document fragment.
 void XMLDocumentFragmentHandler.startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations)
          Deprecated. This method notifies the start of a general entity.
 void XMLDocumentFragmentHandler.textDecl(String version, String encoding, Augmentations augmentations)
          Deprecated. Notifies of the presence of a TextDecl line in an entity.
 void XMLDocumentFragmentHandler.endGeneralEntity(String name, Augmentations augmentations)
          Deprecated. This method notifies the end of a general entity.
 void XMLDocumentFragmentHandler.comment(XMLString text, Augmentations augmentations)
          Deprecated. A comment.
 void XMLDocumentFragmentHandler.processingInstruction(String target, XMLString data, Augmentations augmentations)
          Deprecated. A processing instruction.
 void XMLDocumentFragmentHandler.startPrefixMapping(String prefix, String uri, Augmentations augmentations)
          Deprecated. The start of a namespace prefix mapping.
 void XMLDocumentFragmentHandler.startElement(QName element, XMLAttributes attributes, Augmentations augmentations)
          Deprecated. The start of an element.
 void XMLDocumentFragmentHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augmentations)
          Deprecated. An empty element.
 void XMLDocumentFragmentHandler.characters(XMLString text, Augmentations augmentations)
          Deprecated. Character content.
 void XMLDocumentFragmentHandler.ignorableWhitespace(XMLString text, Augmentations augmentations)
          Deprecated. Ignorable whitespace.
 void XMLDocumentFragmentHandler.endElement(QName element, Augmentations augmentations)
          Deprecated. The end of an element.
 void XMLDocumentFragmentHandler.endPrefixMapping(String prefix, Augmentations augmentations)
          Deprecated. The end of a namespace prefix mapping.
 void XMLDocumentFragmentHandler.startCDATA(Augmentations augmentations)
          Deprecated. The start of a CDATA section.
 void XMLDocumentFragmentHandler.endCDATA(Augmentations augmentations)
          Deprecated. The end of a CDATA section.
 void XMLDocumentFragmentHandler.endDocumentFragment(Augmentations augmentations)
          Deprecated. The end of the document fragment.
 

Uses of XNIException in weblogic.apache.xerces.xni.grammars
 

Methods in weblogic.apache.xerces.xni.grammars that throw XNIException
 Grammar XMLGrammarLoader.loadGrammar(XMLInputSource source)
          Deprecated. Returns a Grammar object by parsing the contents of the entity pointed to by source.
 

Uses of XNIException in weblogic.apache.xerces.xni.parser
 

Subclasses of XNIException in weblogic.apache.xerces.xni.parser
 class XMLConfigurationException
          Deprecated. please use JDK supplied XML parsers and transformers
 class XMLParseException
          Deprecated. please use JDK supplied XML parsers and transformers
 

Methods in weblogic.apache.xerces.xni.parser that throw XNIException
 boolean XMLPullParserConfiguration.parse(boolean complete)
          Deprecated. Parses the document in a pull parsing fashion.
 void XMLParserConfiguration.parse(XMLInputSource inputSource)
          Deprecated. Parse an XML document.
 void XMLParserConfiguration.setLocale(Locale locale)
          Deprecated. Set the locale to use for messages.
 void XMLErrorHandler.warning(String domain, String key, XMLParseException exception)
          Deprecated. Reports a warning.
 void XMLErrorHandler.error(String domain, String key, XMLParseException exception)
          Deprecated. Reports an error.
 void XMLErrorHandler.fatalError(String domain, String key, XMLParseException exception)
          Deprecated. Report a fatal error.
 XMLInputSource XMLEntityResolver.resolveEntity(XMLResourceIdentifier resourceIdentifier)
          Deprecated. Resolves an external parsed entity.
 boolean XMLDTDScanner.scanDTDInternalSubset(boolean complete, boolean standalone, boolean hasExternalSubset)
          Deprecated. Scans the internal subset of the document.
 boolean XMLDTDScanner.scanDTDExternalSubset(boolean complete)
          Deprecated. Scans the external subset of the document.
 boolean XMLDocumentScanner.scanDocument(boolean complete)
          Deprecated. Scans a document.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.