| java.lang.Object org.xml.sax.helpers.DefaultHandler org.netbeans.upgrade.systemoptions.SettingsRecognizer
Inner Class :final static class StopSAXException extends SAXException | |
Constructor Summary | |
public | SettingsRecognizer(boolean header, FileObject source) XML handler recognizing settings. |
INSTANCE_DTD_ID | final public static String INSTANCE_DTD_ID(Code) | | |
SettingsRecognizer | public SettingsRecognizer(boolean header, FileObject source)(Code) | | XML handler recognizing settings.
Parameters: header - if true read just elements instanceof, module and attr classname. Parameters: source - file with stored settings |
characters | public void characters(char[] values, int start, int length) throws SAXException(Code) | | |
getCodeNameRelease | public int getCodeNameRelease()(Code) | | |
getInstanceOf | public Set getInstanceOf()(Code) | | Set of names.
|
getMethodName | public String getMethodName()(Code) | | Method attribute from the instance element.
|
getSerializedInstance | public InputStream getSerializedInstance()(Code) | | Serialized instance, can be null.
|
instanceName | public String instanceName()(Code) | | get class name of instance
|
isAllRead | public boolean isAllRead()(Code) | | |
setAllRead | public void setAllRead(boolean all)(Code) | | |
Methods inherited from org.xml.sax.helpers.DefaultHandler | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|