com.sun.msv.relaxns.reader

Class NamespaceState

Implemented Interfaces:
ContentHandler

public class NamespaceState
extends State

parses <namespace> element of RELAX Namespace.
Author:
Kohsuke KAWAGUCHI

Field Summary

Fields inherited from class com.sun.msv.reader.State

reader

Method Summary

void
endDocument()
void
endElement(String namespace, String localName, String qName)
void
startElement(String namespace, String localName, String qName, Attributes atts)

Methods inherited from class com.sun.msv.reader.State

_assert, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping

Method Details

endDocument

public void endDocument()

endElement

public void endElement(String namespace,
                       String localName,
                       String qName)

startElement

public void startElement(String namespace,
                         String localName,
                         String qName,
                         Attributes atts)
            throws SAXException