| 
 | BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectweblogic.apache.xerces.parsers.XMLPullParser
weblogic.apache.xerces.parsers.AbstractXMLDocumentPullParser
weblogic.apache.xerces.parsers.AbstractSAXPullParser
This is the base class of all SAX parsers. It implements both the SAX1 and SAX2 parser functionality, while the actual pipeline is defined in the parser configuration.
| Nested Class Summary | |
| protected static class | AbstractSAXPullParser.AttributesProxyDeprecated. | 
| protected static class | AbstractSAXPullParser.LocatorProxyDeprecated. | 
| Field Summary | |
| protected static String | DECLARATION_HANDLERDeprecated. Property id: declaration handler. | 
| protected static String | DOM_NODEDeprecated. Property id: DOM node. | 
| protected  ContentHandler | fContentHandlerDeprecated. Content handler. | 
| protected  DeclHandler | fDeclHandlerDeprecated. Decl handler. | 
| protected  DocumentHandler | fDocumentHandlerDeprecated. Document handler. | 
| protected  DTDHandler | fDTDHandlerDeprecated. DTD handler. | 
| protected  LexicalHandler | fLexicalHandlerDeprecated. Lexical handler. | 
| protected  boolean | fNamespacePrefixesDeprecated. Namespace prefixes. | 
| protected  boolean | fNamespacesDeprecated. Namespaces. | 
| protected  boolean | fNormalizeDataDeprecated. Expose XML Schema schema_normalize_values via DOM | 
| protected  boolean | fParseInProgressDeprecated. True if a parse is in progress. | 
| protected  QName | fQNameDeprecated. | 
| protected static String | LEXICAL_HANDLERDeprecated. Property id: lexical handler. | 
| protected static String | NAMESPACE_PREFIXESDeprecated. Feature identifier: namespace prefixes. | 
| protected static String | NAMESPACESDeprecated. Feature identifier: namespaces. | 
| protected static String | NORMALIZE_DATADeprecated. Expose XML Schema normalize value | 
| protected static String | STRING_INTERNINGDeprecated. Feature id: string interning. | 
| Fields inherited from class weblogic.apache.xerces.parsers.AbstractXMLDocumentPullParser | 
| fDocumentSource, fInDTD | 
| Fields inherited from class weblogic.apache.xerces.parsers.XMLPullParser | 
| ENTITY_RESOLVER, ERROR_HANDLER, fConfiguration | 
| Fields inherited from interface weblogic.apache.xerces.xni.XMLDTDHandler | 
| CONDITIONAL_IGNORE, CONDITIONAL_INCLUDE | 
| Fields inherited from interface weblogic.apache.xerces.xni.XMLDTDContentModelHandler | 
| OCCURS_ONE_OR_MORE, OCCURS_ZERO_OR_MORE, OCCURS_ZERO_OR_ONE, SEPARATOR_CHOICE, SEPARATOR_SEQUENCE | 
| Constructor Summary | |
| protected  | AbstractSAXPullParser(XMLPullParserConfiguration config)Deprecated. Default constructor. | 
| Method Summary | |
|  void | attributeDecl(String elementName,
              String attributeName,
              String type,
              String[] enumeration,
              String defaultType,
              XMLString defaultValue,
              XMLString nonNormalizedDefaultValue,
              Augmentations augs)Deprecated. An attribute declaration. | 
|  void | characters(XMLString text,
           Augmentations augs)Deprecated. Character content. | 
|  void | comment(XMLString text,
        Augmentations augs)Deprecated. A comment. | 
|  void | doctypeDecl(String rootElement,
            String publicId,
            String systemId,
            Augmentations augs)Deprecated. Notifies of the presence of the DOCTYPE line in the document. | 
|  void | elementDecl(String name,
            String contentModel,
            Augmentations augs)Deprecated. An element declaration. | 
|  void | endCDATA(Augmentations augs)Deprecated. The end of a CDATA section. | 
|  void | endDocument(Augmentations augs)Deprecated. The end of the document. | 
|  void | endDTD(Augmentations augs)Deprecated. The end of the DTD. | 
|  void | endElement(QName element,
           Augmentations augs)Deprecated. The end of an element. | 
|  void | endExternalSubset(Augmentations augs)Deprecated. The end of the DTD external subset. | 
|  void | endGeneralEntity(String name,
                 Augmentations augs)Deprecated. This method notifies the end of an entity. | 
|  void | endParameterEntity(String name,
                   Augmentations augs)Deprecated. This method notifies the end of an entity. | 
|  void | endPrefixMapping(String prefix,
                 Augmentations augs)Deprecated. The end of a namespace prefix mapping. | 
|  void | externalEntityDecl(String name,
                   XMLResourceIdentifier identifier,
                   Augmentations augs)Deprecated. An external entity declaration. | 
|  AttributePSVI | getAttributePSVI(int index)Deprecated. | 
|  AttributePSVI | getAttributePSVIByName(String uri,
                       String localname)Deprecated. | 
|  ContentHandler | getContentHandler()Deprecated. Return the current content handler. | 
| protected  DeclHandler | getDeclHandler()Deprecated. Returns the DTD declaration event handler. | 
|  DTDHandler | getDTDHandler()Deprecated. Return the current DTD handler. | 
|  ElementPSVI | getElementPSVI()Deprecated. | 
|  EntityResolver | getEntityResolver()Deprecated. Return the current entity resolver. | 
|  ErrorHandler | getErrorHandler()Deprecated. Return the current error handler. | 
|  boolean | getFeature(String featureId)Deprecated. Query the state of a feature. | 
| protected  LexicalHandler | getLexicalHandler()Deprecated. Returns the lexical handler. | 
|  Object | getProperty(String propertyId)Deprecated. Query the value of a property. | 
|  void | ignorableWhitespace(XMLString text,
                    Augmentations augs)Deprecated. Ignorable whitespace. | 
|  void | internalEntityDecl(String name,
                   XMLString text,
                   XMLString nonNormalizedText,
                   Augmentations augs)Deprecated. An internal entity declaration. | 
|  void | notationDecl(String name,
             XMLResourceIdentifier identifier,
             Augmentations augs)Deprecated. A notation declaration | 
|  void | parse(InputSource inputSource)Deprecated. parse | 
|  void | parse(String systemId)Deprecated. Parses the input source specified by the given system identifier. | 
|  void | processingInstruction(String target,
                      XMLString data,
                      Augmentations augs)Deprecated. A processing instruction. | 
|  void | reset()Deprecated. Reset all components before parsing. | 
|  void | setContentHandler(ContentHandler contentHandler)Deprecated. Allow an application to register a content event handler. | 
| protected  void | setDeclHandler(DeclHandler handler)Deprecated. Set the DTD declaration event handler. | 
|  void | setDocumentHandler(DocumentHandler documentHandler)Deprecated. Allow an application to register a document event handler. | 
|  void | setDTDHandler(DTDHandler dtdHandler)Deprecated. Allow an application to register a DTD event handler. | 
|  void | setEntityResolver(EntityResolver resolver)Deprecated. Sets the resolver used to resolve external entities. | 
|  void | setErrorHandler(ErrorHandler errorHandler)Deprecated. Allow an application to register an error event handler. | 
|  void | setFeature(String featureId,
           boolean state)Deprecated. Set the state of any feature in a SAX2 parser. | 
| protected  void | setLexicalHandler(LexicalHandler handler)Deprecated. Set the lexical event handler. | 
|  void | setLocale(Locale locale)Deprecated. Set the locale to use for messages. | 
|  void | setProperty(String propertyId,
            Object value)Deprecated. Set the value of any property in a SAX2 parser. | 
|  void | startCDATA(Augmentations augs)Deprecated. The start of a CDATA section. | 
|  void | startDocument(XMLLocator locator,
              String encoding,
              Augmentations augs)Deprecated. The start of the document. | 
|  void | startElement(QName element,
             XMLAttributes attributes,
             Augmentations augs)Deprecated. The start of an element. | 
|  void | startExternalSubset(XMLResourceIdentifier identifier,
                    Augmentations augs)Deprecated. The start of the DTD external subset. | 
|  void | startGeneralEntity(String name,
                   XMLResourceIdentifier identifier,
                   String encoding,
                   Augmentations augs)Deprecated. This method notifies of the start of an entity. | 
|  void | startParameterEntity(String name,
                     XMLResourceIdentifier identifier,
                     String encoding,
                     Augmentations augs)Deprecated. This method notifies of the start of parameter entity. | 
|  void | startPrefixMapping(String prefix,
                   String uri,
                   Augmentations augs)Deprecated. The start of a namespace prefix mapping. | 
|  void | unparsedEntityDecl(String name,
                   XMLResourceIdentifier identifier,
                   String notation,
                   Augmentations augs)Deprecated. An unparsed entity declaration. | 
| Methods inherited from class weblogic.apache.xerces.parsers.AbstractXMLDocumentPullParser | 
| any, element, empty, emptyElement, endAttlist, endConditional, endContentModel, endGroup, getDocumentSource, ignoredCharacters, occurrence, pcdata, separator, setDocumentSource, startAttlist, startConditional, startContentModel, startDTD, startGroup, textDecl, xmlDecl | 
| Methods inherited from class weblogic.apache.xerces.parsers.XMLPullParser | 
| parse, parse, setInputSource | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected static final String DECLARATION_HANDLER
protected static final String DOM_NODE
protected ContentHandler fContentHandler
protected DeclHandler fDeclHandler
protected DocumentHandler fDocumentHandler
protected DTDHandler fDTDHandler
protected LexicalHandler fLexicalHandler
protected boolean fNamespacePrefixes
protected boolean fNamespaces
protected boolean fNormalizeData
protected boolean fParseInProgress
protected QName fQName
protected static final String LEXICAL_HANDLER
protected static final String NAMESPACE_PREFIXES
protected static final String NAMESPACES
protected static final String NORMALIZE_DATA
protected static final String STRING_INTERNING
| Constructor Detail | 
protected AbstractSAXPullParser(XMLPullParserConfiguration config)
| Method Detail | 
public void attributeDecl(String elementName,
                          String attributeName,
                          String type,
                          String[] enumeration,
                          String defaultType,
                          XMLString defaultValue,
                          XMLString nonNormalizedDefaultValue,
                          Augmentations augs)
                   throws XNIException
attributeDecl in interface XMLDTDHandlerattributeDecl in class AbstractXMLDocumentPullParserelementName - The name of the element that this attribute
                      is associated with.attributeName - The name of the attribute.type - The attribute type. This value will be one of
                      the following: "CDATA", "ENTITY", "ENTITIES",
                      "ENUMERATION", "ID", "IDREF", "IDREFS",
                      "NMTOKEN", "NMTOKENS", or "NOTATION".enumeration - If the type has the value "ENUMERATION" or
                      "NOTATION", this array holds the allowed attribute
                      values; otherwise, this array is null.defaultType - The attribute default type. This value will be
                      one of the following: "#FIXED", "#IMPLIED",
                      "#REQUIRED", or null.defaultValue - The attribute default value, or null if no
                      default value is specified.nonNormalizedDefaultValue - The attribute default value with no normalization 
                      performed, or null if no default value is specified.augs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.
public void characters(XMLString text,
                       Augmentations augs)
                throws XNIException
characters in interface XMLDocumentHandlercharacters in class AbstractXMLDocumentPullParsertext - The content.augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void comment(XMLString text,
                    Augmentations augs)
             throws XNIException
comment in interface XMLDocumentHandlercomment in class AbstractXMLDocumentPullParsertext - The text in the comment.augs - Additional information that may include infoset augmentations
XNIException - Thrown by application to signal an error.
public void doctypeDecl(String rootElement,
                        String publicId,
                        String systemId,
                        Augmentations augs)
                 throws XNIException
doctypeDecl in interface XMLDocumentHandlerdoctypeDecl in class AbstractXMLDocumentPullParserrootElement - The name of the root element.publicId - The public identifier if an external DTD or null
                    if the external DTD is specified using SYSTEM.systemId - The system identifier if an external DTD, null
                    otherwise.augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void elementDecl(String name,
                        String contentModel,
                        Augmentations augs)
                 throws XNIException
elementDecl in interface XMLDTDHandlerelementDecl in class AbstractXMLDocumentPullParsername - The name of the element.contentModel - The element content model.augs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.
public void endCDATA(Augmentations augs)
              throws XNIException
endCDATA in interface XMLDocumentHandlerendCDATA in class AbstractXMLDocumentPullParseraugs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void endDocument(Augmentations augs)
                 throws XNIException
endDocument in interface XMLDocumentHandlerendDocument in class AbstractXMLDocumentPullParseraugs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void endDTD(Augmentations augs)
            throws XNIException
endDTD in interface XMLDTDHandlerendDTD in class AbstractXMLDocumentPullParseraugs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.
public void endElement(QName element,
                       Augmentations augs)
                throws XNIException
endElement in interface XMLDocumentHandlerendElement in class AbstractXMLDocumentPullParserelement - The name of the element.augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void endExternalSubset(Augmentations augs)
                       throws XNIException
endExternalSubset in interface XMLDTDHandlerendExternalSubset in class AbstractXMLDocumentPullParseraugs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.
public void endGeneralEntity(String name,
                             Augmentations augs)
                      throws XNIException
Note: Since the document is an entity, the handler will be notified of the end of the document entity by calling the endEntity method with the entity name "[xml]" after calling the endDocument method. When exposing entity boundaries through the SAX API, the document entity is never reported, however.
Note: This method is not called for entity references appearing as part of attribute values.
endGeneralEntity in interface XMLDocumentHandlerendGeneralEntity in class AbstractXMLDocumentPullParsername - The name of the entity.augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void endParameterEntity(String name,
                               Augmentations augs)
                        throws XNIException
Note: Since the document is an entity, the handler will be notified of the end of the document entity by calling the endEntity method with the entity name "[xml]" after calling the endDocument method. When exposing entity boundaries through the SAX API, the document entity is never reported, however.
Note: This method is not called for entity references appearing as part of attribute values.
endParameterEntity in interface XMLDTDHandlerendParameterEntity in class AbstractXMLDocumentPullParsername - The name of the parameter entity.augs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.
public void endPrefixMapping(String prefix,
                             Augmentations augs)
                      throws XNIException
endPrefixMapping in interface XMLDocumentHandlerendPrefixMapping in class AbstractXMLDocumentPullParserprefix - The namespace prefix.augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void externalEntityDecl(String name,
                               XMLResourceIdentifier identifier,
                               Augmentations augs)
                        throws XNIException
externalEntityDecl in interface XMLDTDHandlerexternalEntityDecl in class AbstractXMLDocumentPullParsername - The name of the entity. Parameter entity names start
                 with '%', whereas the name of a general entity is just
                 the entity name.identifier - An object containing all location information 
                      pertinent to this entity.augs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.public AttributePSVI getAttributePSVI(int index)
getAttributePSVI in interface weblogic.apache.xerces.impl.xs.psvi.PSVIProvider
public AttributePSVI getAttributePSVIByName(String uri,
                                            String localname)
getAttributePSVIByName in interface weblogic.apache.xerces.impl.xs.psvi.PSVIProviderpublic ContentHandler getContentHandler()
getContentHandler in interface XMLReadersetContentHandler(org.xml.sax.ContentHandler)
protected DeclHandler getDeclHandler()
                              throws SAXNotRecognizedException,
                                     SAXNotSupportedException
SAXNotRecognizedException
SAXNotSupportedExceptionsetDeclHandler(org.xml.sax.ext.DeclHandler)public DTDHandler getDTDHandler()
getDTDHandler in interface XMLReadersetDTDHandler(org.xml.sax.DTDHandler)public ElementPSVI getElementPSVI()
getElementPSVI in interface weblogic.apache.xerces.impl.xs.psvi.PSVIProviderpublic EntityResolver getEntityResolver()
getEntityResolver in interface XMLReadersetEntityResolver(org.xml.sax.EntityResolver)public ErrorHandler getErrorHandler()
getErrorHandler in interface XMLReadersetErrorHandler(org.xml.sax.ErrorHandler)
public boolean getFeature(String featureId)
                   throws SAXNotRecognizedException,
                          SAXNotSupportedException
getFeature in interface XMLReaderfeatureId - The unique identifier (URI) of the feature
                  being set.
SAXNotRecognizedException - If the
            requested feature is not known.
SAXNotSupportedException - If the
            requested feature is known but not supported.
protected LexicalHandler getLexicalHandler()
                                    throws SAXNotRecognizedException,
                                           SAXNotSupportedException
SAXNotRecognizedException
SAXNotSupportedExceptionsetLexicalHandler(org.xml.sax.ext.LexicalHandler)
public Object getProperty(String propertyId)
                   throws SAXNotRecognizedException,
                          SAXNotSupportedException
getProperty in interface XMLReaderpropertyId - The unique identifier (URI) of the property
                   being set.
SAXNotRecognizedException - If the
            requested property is not known.
SAXNotSupportedException - If the
            requested property is known but not supported.
public void ignorableWhitespace(XMLString text,
                                Augmentations augs)
                         throws XNIException
ignorableWhitespace in interface XMLDocumentHandlerignorableWhitespace in class AbstractXMLDocumentPullParsertext - The ignorable whitespace.augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void internalEntityDecl(String name,
                               XMLString text,
                               XMLString nonNormalizedText,
                               Augmentations augs)
                        throws XNIException
internalEntityDecl in interface XMLDTDHandlerinternalEntityDecl in class AbstractXMLDocumentPullParsername - The name of the entity. Parameter entity names start with
             '%', whereas the name of a general entity is just the
             entity name.text - The value of the entity.nonNormalizedText - The non-normalized value of the entity. This
             value contains the same sequence of characters that was in
             the internal entity declaration, without any entity
             references expanded.augs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.
public void notationDecl(String name,
                         XMLResourceIdentifier identifier,
                         Augmentations augs)
                  throws XNIException
notationDecl in interface XMLDTDHandlernotationDecl in class AbstractXMLDocumentPullParsername - The name of the notation.identifier - An object containing all location information 
                      pertinent to this notation.augs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.
public void parse(InputSource inputSource)
           throws SAXException,
                  IOException
parse in interface ParserinputSource - 
SAXException
IOException
public void parse(String systemId)
           throws SAXException,
                  IOException
This method is equivalent to the following:
     parse(new InputSource(systemId));
 
parse in interface ParserSAXException - Throws exception on SAX error.
IOException - Throws exception on i/o error.
public void processingInstruction(String target,
                                  XMLString data,
                                  Augmentations augs)
                           throws XNIException
Typically, a processing instruction's data will contain a series of pseudo-attributes. These pseudo-attributes follow the form of element attributes but are not parsed or presented to the application as anything other than text. The application is responsible for parsing the data.
processingInstruction in interface XMLDocumentHandlerprocessingInstruction in class AbstractXMLDocumentPullParsertarget - The target.data - The data or null if none specified.augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void reset()
           throws XNIException
reset in class AbstractXMLDocumentPullParserXNIException - Thrown if an error occurs during initialization.public void setContentHandler(ContentHandler contentHandler)
If the application does not register a content handler, all content events reported by the SAX parser will be silently ignored.
Applications may register a new or different handler in the middle of a parse, and the SAX parser must begin using the new handler immediately.
setContentHandler in interface XMLReadercontentHandler - The content handler.
NullPointerException - If the handler
            argument is null.getContentHandler()
protected void setDeclHandler(DeclHandler handler)
                       throws SAXNotRecognizedException,
                              SAXNotSupportedException
This method is the equivalent to the property:
http://xml.org/sax/properties/declaration-handler
handler - The new handler.
SAXNotRecognizedException
SAXNotSupportedExceptiongetDeclHandler(), 
setProperty(java.lang.String, java.lang.Object)public void setDocumentHandler(DocumentHandler documentHandler)
If the application does not register a document handler, all document events reported by the SAX parser will be silently ignored (this is the default behaviour implemented by HandlerBase).
Applications may register a new or different handler in the middle of a parse, and the SAX parser must begin using the new handler immediately.
setDocumentHandler in interface ParserdocumentHandler - The document handler.public void setDTDHandler(DTDHandler dtdHandler)
If the application does not register a DTD handler, all DTD events reported by the SAX parser will be silently ignored.
Applications may register a new or different handler in the middle of a parse, and the SAX parser must begin using the new handler immediately.
setDTDHandler in interface ParserdtdHandler - The DTD handler.
NullPointerException - If the handler
            argument is null.getDTDHandler()public void setEntityResolver(EntityResolver resolver)
setEntityResolver in interface Parserresolver - The new entity resolver. Passing a null value will
                 uninstall the currently installed resolver.public void setErrorHandler(ErrorHandler errorHandler)
If the application does not register an error handler, all error events reported by the SAX parser will be silently ignored; however, normal processing may not continue. It is highly recommended that all SAX applications implement an error handler to avoid unexpected bugs.
Applications may register a new or different handler in the middle of a parse, and the SAX parser must begin using the new handler immediately.
setErrorHandler in interface ParsererrorHandler - The error handler.
NullPointerException - If the handler
            argument is null.getErrorHandler()
public void setFeature(String featureId,
                       boolean state)
                throws SAXNotRecognizedException,
                       SAXNotSupportedException
setFeature in interface XMLReaderfeatureId - The unique identifier (URI) of the feature.state - The requested state of the feature (true or false).
SAXNotRecognizedException - If the
            requested feature is not known.
SAXNotSupportedException - If the
            requested feature is known, but the requested
            state is not supported.
protected void setLexicalHandler(LexicalHandler handler)
                          throws SAXNotRecognizedException,
                                 SAXNotSupportedException
This method is the equivalent to the property:
http://xml.org/sax/properties/lexical-handler
handler - lexical event handler
SAXNotRecognizedException
SAXNotSupportedExceptiongetLexicalHandler(), 
setProperty(java.lang.String, java.lang.Object)
public void setLocale(Locale locale)
               throws SAXException
setLocale in interface Parserlocale - The locale object to use for localization of messages.
SAXException - An exception thrown if the parser does not
                         support the specified locale.Parser
public void setProperty(String propertyId,
                        Object value)
                 throws SAXNotRecognizedException,
                        SAXNotSupportedException
setProperty in interface XMLReaderpropertyId - The unique identifier (URI) of the property
                   being set.
SAXNotRecognizedException - If the
            requested property is not known.
SAXNotSupportedException - If the
            requested property is known, but the requested
            value is not supported.
public void startCDATA(Augmentations augs)
                throws XNIException
startCDATA in interface XMLDocumentHandlerstartCDATA in class AbstractXMLDocumentPullParseraugs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void startDocument(XMLLocator locator,
                          String encoding,
                          Augmentations augs)
                   throws XNIException
startDocument in interface XMLDocumentHandlerstartDocument in class AbstractXMLDocumentPullParserlocator - The document locator, or null if the document
                 location cannot be reported during the parsing
                 of this document. However, it is strongly
                 recommended that a locator be supplied that can
                 at least report the system identifier of the
                 document.encoding - The auto-detected IANA encoding name of the entity
                 stream. This value will be null in those situations
                 where the entity encoding is not auto-detected (e.g.
                 internal entities or a document entity that is
                 parsed from a java.io.Reader).augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void startElement(QName element,
                         XMLAttributes attributes,
                         Augmentations augs)
                  throws XNIException
startElement in interface XMLDocumentHandlerstartElement in class AbstractXMLDocumentPullParserelement - The name of the element.attributes - The element attributes.augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void startExternalSubset(XMLResourceIdentifier identifier,
                                Augmentations augs)
                         throws XNIException
startExternalSubset in interface XMLDTDHandlerstartExternalSubset in class AbstractXMLDocumentPullParseraugs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.
public void startGeneralEntity(String name,
                               XMLResourceIdentifier identifier,
                               String encoding,
                               Augmentations augs)
                        throws XNIException
Note: Since the document is an entity, the handler will be notified of the start of the document entity by calling the startEntity method with the entity name "[xml]" before calling the startDocument method. When exposing entity boundaries through the SAX API, the document entity is never reported, however.
Note: This method is not called for entity references appearing as part of attribute values.
startGeneralEntity in interface XMLDocumentHandlerstartGeneralEntity in class AbstractXMLDocumentPullParsername - The name of the entity.identifier - The resource identifier.encoding - The auto-detected IANA encoding name of the entity
                 stream. This value will be null in those situations
                 where the entity encoding is not auto-detected (e.g.
                 internal parameter entities).augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void startParameterEntity(String name,
                                 XMLResourceIdentifier identifier,
                                 String encoding,
                                 Augmentations augs)
                          throws XNIException
Note: Since the document is an entity, the handler will be notified of the start of the document entity by calling the startEntity method with the entity name "[xml]" before calling the startDocument method. When exposing entity boundaries through the SAX API, the document entity is never reported, however.
Note: This method is not called for entity references appearing as part of attribute values.
startParameterEntity in interface XMLDTDHandlerstartParameterEntity in class AbstractXMLDocumentPullParsername - The name of the parameter entity.identifier - The resource identifier.encoding - The auto-detected IANA encoding name of the entity
                 stream. This value will be null in those situations
                 where the entity encoding is not auto-detected (e.g.
                 internal parameter entities).augs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.
public void startPrefixMapping(String prefix,
                               String uri,
                               Augmentations augs)
                        throws XNIException
startPrefixMapping in interface XMLDocumentHandlerstartPrefixMapping in class AbstractXMLDocumentPullParserprefix - The namespace prefix.uri - The URI bound to the prefix.augs - Additional information that may include infoset augmentations
XNIException - Thrown by handler to signal an error.
public void unparsedEntityDecl(String name,
                               XMLResourceIdentifier identifier,
                               String notation,
                               Augmentations augs)
                        throws XNIException
unparsedEntityDecl in interface XMLDTDHandlerunparsedEntityDecl in class AbstractXMLDocumentPullParsername - The name of the entity.identifier - An object containing all location information 
                      pertinent to this entity.notation - The name of the notation.augs - Additional information that may include infoset
                      augmentations.
XNIException - Thrown by handler to signal an error.| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||