| Constructor and Description |
|---|
Xml.CustomizeParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
stopAfterEndTag(String namespace,
String localName)
Returns whether to stop parsing when reaching the end tag of an XML element after it has been
processed.
|
boolean |
stopBeforeStartTag(String namespace,
String localName)
Returns whether to stop parsing when reaching the start tag of an XML element before it has
been processed.
|
public boolean stopBeforeStartTag(String namespace, String localName)
false, but subclasses may override.namespace - XML element's namespace URIlocalName - XML element's local namepublic boolean stopAfterEndTag(String namespace, String localName)
false, but subclasses may override.namespace - XML element's namespace URIlocalName - XML element's local nameCopyright © 2011-2013 Google. All Rights Reserved.