org.apache.xerces.impl
Class XMLEntityManager.EntityscanStartElement()

scanAttribute

protected void scanAttribute(XMLAttributesImpl attributes)
                      throws java.io.IOException,
                             org.apache.xerces.xni.XNIException
Scans an attribute.

 [41] Attribute ::= Name Eq AttValue
 

Note: This method assumes that the next character on the stream is the first character of the attribute name.

Note: This method uses the fAttributeQName and fQName variables. The contents of these variables will be destroyed.

Parameters:
attributes - The attributes list for the scanned attribute.
Throws:
java.io.IOException
org.apache.xerces.xni.XNIException

scanEndElement

protected int scanEndElement()
                      throws java.io.IOException,
                             org.apache.xerces.xni.XNIException
Scans an end element.

 [42] ETag ::= '</' Name S? '>'
 

Note: This method uses the fElementQName variable. The contents of this variable will be destroyed. The caller should copy the needed information out of this variable before calling this method.

Overrides:
scanEndElement in class XMLDocumentFragmentScannerImpl
Returns:
The element depth.
Throws:
java.io.IOException
org.apache.xerces.xni.XNIException

reset

public void reset(org.apache.xerces.xni.parser.XMLComponentManager componentManager)
           throws org.apache.xerces.xni.parser.XMLConfigurationException
Description copied from class: XMLDocumentScannerImpl
Resets the component. The component can query the component manager about any features and properties that affect the operation of the component.

Specified by:
reset in interface org.apache.xerces.xni.parser.XMLComponent
Overrides:
reset in class XMLDocumentScannerImpl
Parameters:
componentManager - The component manager.
Throws:
org.apache.xerces.xni.parser.XMLConfigurationException

createContentDispatcher

protected XMLDocumentFragmentScannerImpl.Dispatcher createContentDispatcher()
Creates a content dispatcher.

Overrides:
createContentDispatcher in class XMLDocumentScannerImpl


Copyright ? 1999-2010 The Apache Software Foundation. All Rights Reserved. ./usr/share/doc/libxerces2-java-doc/api/xerces2/org/apache/xerces/impl/XMLEntityManager.Entity.html0000644000000000000000000003704011755352112032002 0ustar rootroot XMLEntityManager.Entity (Xerces2 Implementation)