Package | Description |
---|---|
org.modeshape.sequencer.sramp |
The classes that make up the S-RAMP library.
|
org.modeshape.sequencer.wsdl |
The classes that make up the Web Service Definition Lanaguage (WSDL) 1.1 sequencer.
|
org.modeshape.sequencer.xsd |
The classes that make up the XML Schema Document sequencer.
|
Modifier and Type | Method and Description |
---|---|
NamespaceEntityResolver |
SymbolSpaceResolvers.get(SymbolSpace kind) |
protected void |
AbstractResolvingReader.registerForSymbolSpace(SymbolSpace symbolSpace,
String namespace,
String name,
String identifier) |
protected String |
AbstractResolvingReader.setReference(Node node,
String propertyName,
SymbolSpace kind,
String namespace,
String name) |
Modifier and Type | Field and Description |
---|---|
protected static SymbolSpace |
Wsdl11Reader.BINDINGS |
protected static SymbolSpace |
Wsdl11Reader.MESSAGES |
protected static SymbolSpace |
Wsdl11Reader.PORT_TYPES |
protected static SymbolSpace |
Wsdl11Reader.PORTS |
protected static SymbolSpace |
Wsdl11Reader.SERVICES |
Modifier and Type | Method and Description |
---|---|
protected void |
Wsdl11Reader.setReference(Node node,
String propertyName,
SymbolSpace space,
QName name) |
protected void |
Wsdl11Reader.setReferenceable(Node node,
SymbolSpace space,
QName qname) |
protected void |
Wsdl11Reader.setReferenceable(Node node,
SymbolSpace space,
String namespace,
String name) |
Modifier and Type | Field and Description |
---|---|
static SymbolSpace |
XsdReader.ATTRIBUTE_DECLARATIONS
In XML Schema, there is a distinct symbol space within each target namespace for each kind of declaration and definition component, except that within a
target namespace the simple type definitions and complex type definitions share a single symbol space.
|
static SymbolSpace |
XsdReader.ATTRIBUTE_GROUP_DEFINITIONS |
static SymbolSpace |
XsdReader.ELEMENT_DECLARATION |
static SymbolSpace |
XsdReader.IDENTITY_CONSTRAINT_DEFINITIONS |
static SymbolSpace |
XsdReader.MODEL_GROUP_DEFINITIONS |
static SymbolSpace |
XsdReader.TYPE_DEFINITIONS |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.