|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
scanStartElement()
protected void scanAttribute(XMLAttributesImpl attributes)
throws java.io.IOException,
org.apache.xerces.xni.XNIException
[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.
attributes - The attributes list for the scanned attribute.
java.io.IOException
org.apache.xerces.xni.XNIException
protected int scanEndElement()
throws java.io.IOException,
org.apache.xerces.xni.XNIException
[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.
scanEndElement in class XMLDocumentFragmentScannerImpljava.io.IOException
org.apache.xerces.xni.XNIException
public void reset(org.apache.xerces.xni.parser.XMLComponentManager componentManager)
throws org.apache.xerces.xni.parser.XMLConfigurationException
XMLDocumentScannerImpl
reset in interface org.apache.xerces.xni.parser.XMLComponentreset in class XMLDocumentScannerImplcomponentManager - The component manager.
org.apache.xerces.xni.parser.XMLConfigurationExceptionprotected XMLDocumentFragmentScannerImpl.Dispatcher createContentDispatcher()
createContentDispatcher in class XMLDocumentScannerImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||