public class NamespaceState extends State
| Modifier and Type | Class and Description |
|---|---|
private class |
NamespaceState.CutInFilter |
| Modifier and Type | Field and Description |
|---|---|
private boolean |
bailOut
this flag indicates we are in bail-out mode.
|
private boolean |
inlineModuleExpected
this flag indicates this object expects a module element to
appear as the child.
|
(package private) org.iso_relax.dispatcher.IslandSchemaReader |
moduleReader
this object will parse inlined grammar.
|
private java.lang.String |
namespace
inline module should have this primary namespace
|
| Constructor and Description |
|---|
NamespaceState() |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument() |
void |
endElement(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName) |
protected RELAXNSReader |
getReader()
gets reader in type-safe fashion
|
private void |
getSchema(org.iso_relax.dispatcher.IslandSchemaReader moduleReader) |
void |
startElement(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts) |
protected void |
startSelf()
performs a task that should be done before reading any child elements.
|
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingprivate boolean inlineModuleExpected
private boolean bailOut
private java.lang.String namespace
org.iso_relax.dispatcher.IslandSchemaReader moduleReader
protected void startSelf()
Stateprivate void getSchema(org.iso_relax.dispatcher.IslandSchemaReader moduleReader)
public void startElement(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void endElement(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName)
public void endDocument()
protected RELAXNSReader getReader()