public static class Xml.CustomizeParser
extends java.lang.Object
Implementation has no fields and therefore thread-safe, but sub-classes are not necessarily thread-safe.
| Constructor and Description |
|---|
Xml.CustomizeParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
stopAfterEndTag(java.lang.String namespace,
java.lang.String localName)
Returns whether to stop parsing when reaching the end tag of an XML element after it has been
processed.
|
boolean |
stopBeforeStartTag(java.lang.String namespace,
java.lang.String localName)
Returns whether to stop parsing when reaching the start tag of an XML element before it has
been processed.
|
public boolean stopBeforeStartTag(java.lang.String namespace,
java.lang.String localName)
false, but subclasses may override.namespace - XML element's namespace URIlocalName - XML element's local namepublic boolean stopAfterEndTag(java.lang.String namespace,
java.lang.String localName)
false, but subclasses may override.namespace - XML element's namespace URIlocalName - XML element's local nameCopyright © 2011-2018 Google. All Rights Reserved.